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

34 lines
554 B
JSON

{
"bars": {
"SPY": [
{
"t": "2026-05-20T04:00:00Z",
"o": 490.0,
"h": 492.0,
"l": 488.0,
"c": 491.0,
"v": 40000000
},
{
"t": "2026-05-21T04:00:00Z",
"o": 491.0,
"h": 495.0,
"l": 489.0,
"c": 494.0,
"v": 41000000
}
],
"AAPL": [
{
"t": "2026-05-20T04:00:00Z",
"o": 180.0,
"h": 182.0,
"l": 179.0,
"c": 181.5,
"v": 50000000
}
]
},
"next_page_token": "abc"
}