mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
feat: support explicit MSN chart history
This commit is contained in:
parent
b480828f39
commit
a2d15d2125
13 changed files with 280 additions and 68 deletions
17
tests/fixtures/msn_chart_bbca_3m.json
vendored
Normal file
17
tests/fixtures/msn_chart_bbca_3m.json
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"_p": "bn91jc",
|
||||
"chartType": "3M",
|
||||
"symbol": "BBCA",
|
||||
"series": {
|
||||
"timeStamps": [
|
||||
"2026-01-13T17:00:00Z",
|
||||
"2026-01-14T17:00:00Z",
|
||||
"2026-01-15T17:00:00Z"
|
||||
],
|
||||
"prices": [8000.0, 8075.0, 8025.0],
|
||||
"startTime": "2026-01-13T17:00:00Z",
|
||||
"endTime": "2026-01-15T17:00:00Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue