cyberhybridhub/server/test/fixtures/alpaca_bars_7d_multi_page2.json
2026-05-31 11:17:12 -05:00

34 lines
553 B
JSON

{
"bars": {
"SPY": [
{
"t": "2026-05-22T04:00:00Z",
"o": 494.0,
"h": 498.0,
"l": 492.0,
"c": 497.0,
"v": 42000000
}
],
"AAPL": [
{
"t": "2026-05-21T04:00:00Z",
"o": 181.5,
"h": 184.0,
"l": 180.5,
"c": 183.0,
"v": 48000000
},
{
"t": "2026-05-22T04:00:00Z",
"o": 183.0,
"h": 185.0,
"l": 182.0,
"c": 184.5,
"v": 46000000
}
]
},
"next_page_token": null
}