Files
set50-system/backend/tests/fixtures/yahoo_chart_aot.json
2026-08-23 12:38:17 +07:00

29 lines
630 B
JSON

{
"chart": {
"result": [
{
"meta": {
"currency": "THB",
"symbol": "AOT.BK",
"exchangeName": "SET",
"exchangeTimezoneName": "Asia/Bangkok"
},
"timestamp": [1767322800, 1767582000],
"indicators": {
"quote": [
{
"open": [60.0, 61.0],
"high": [62.0, 63.0],
"low": [59.5, 60.5],
"close": [61.5, 62.5],
"volume": [1000000, 1100000]
}
],
"adjclose": [{"adjclose": [60.0, 61.25]}]
}
}
],
"error": null
}
}