cyberhybridhub/server/test/fixtures/alpaca_daily_bars.json

28 lines
461 B
JSON

{
"bars": {
"SPY": [
{
"t": "2026-05-21T04:00:00Z",
"o": 495.0,
"h": 499.0,
"l": 493.0,
"c": 498.0,
"v": 42000000,
"n": 110000,
"vw": 496.5
},
{
"t": "2026-05-22T04:00:00Z",
"o": 498.5,
"h": 501.2,
"l": 495.0,
"c": 500.0,
"v": 45000000,
"n": 120000,
"vw": 499.1
}
]
},
"next_page_token": null
}