idx-cli/tests/fixtures/chart_bbca_1d.json

30 lines
694 B
JSON

{
"chart": {
"result": [
{
"meta": {
"symbol": "BBCA.JK",
"regularMarketPrice": 9875.0,
"previousClose": 9758.0,
"regularMarketVolume": 12300000,
"marketCap": 1215200000000000,
"fiftyTwoWeekHigh": 10250.0,
"fiftyTwoWeekLow": 7800.0,
"averageDailyVolume3Month": 10000000
},
"timestamp": [1709251200],
"indicators": {
"quote": [
{
"open": [9800.0],
"high": [9900.0],
"low": [9750.0],
"close": [9875.0],
"volume": [12300000]
}
]
}
}
]
}
}