mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
test: fixture test
This commit is contained in:
parent
7d32e9d69d
commit
fece94c9fc
7 changed files with 196 additions and 0 deletions
31
tests/fixtures/msn_screener_id_topperfs.json
vendored
Normal file
31
tests/fixtures/msn_screener_id_topperfs.json
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"count": 2,
|
||||
"quote": [
|
||||
{
|
||||
"symbol": "BBCA.XIDX",
|
||||
"shortName": "BBCA",
|
||||
"price": 9875,
|
||||
"priceChange": 117,
|
||||
"priceChangePercent": 1.2,
|
||||
"pricePreviousClose": 9758,
|
||||
"price52wHigh": 10500,
|
||||
"price52wLow": 8000,
|
||||
"accumulatedVolume": 12300000,
|
||||
"averageVolume": 10000000,
|
||||
"marketCap": 1215200000000000
|
||||
},
|
||||
{
|
||||
"symbol": "BBRI.XIDX",
|
||||
"shortName": "BBRI",
|
||||
"price": 5100,
|
||||
"priceChange": 210,
|
||||
"priceChangePercent": 4.3,
|
||||
"pricePreviousClose": 4890,
|
||||
"price52wHigh": 5400,
|
||||
"price52wLow": 3900,
|
||||
"accumulatedVolume": 22200000,
|
||||
"averageVolume": 18000000,
|
||||
"marketCap": 780000000000000
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue