feat: support explicit MSN chart history

This commit is contained in:
Rasyidan Akbar F. 2026-04-15 13:48:27 +07:00
commit a2d15d2125
13 changed files with 280 additions and 68 deletions

17
tests/fixtures/msn_chart_bbca_3m.json vendored Normal file
View 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"
}
}
]