mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
chore: prepare v0.2.1 release
This commit is contained in:
parent
1f5c4b2798
commit
c94c826307
32 changed files with 2483 additions and 382 deletions
17
tests/fixtures/chart_bbca_with_gap.json
vendored
Normal file
17
tests/fixtures/chart_bbca_with_gap.json
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"chart": {
|
||||
"result": [{
|
||||
"timestamp": [1709251200, 1709337600],
|
||||
"indicators": {
|
||||
"quote": [{
|
||||
"open": [9800.0, 9850.0],
|
||||
"high": [9900.0, 9900.0],
|
||||
"low": [9750.0, 9800.0],
|
||||
"close": [9875.0, null],
|
||||
"volume": [12300000, 11000000]
|
||||
}]
|
||||
}
|
||||
}],
|
||||
"error": null
|
||||
}
|
||||
}
|
||||
28
tests/fixtures/msn_keyratios_bbca.json
vendored
28
tests/fixtures/msn_keyratios_bbca.json
vendored
|
|
@ -31,6 +31,34 @@
|
|||
"priceToEarningsRatio": 24.1,
|
||||
"priceToBookRatio": 4.2
|
||||
}
|
||||
],
|
||||
"companyMetrics": [
|
||||
{
|
||||
"year": "2025",
|
||||
"fiscalPeriodType": "FY",
|
||||
"revenueGrowthRate": 0.081,
|
||||
"earningsGrowthRate": 0.121,
|
||||
"netMargin": 0.324,
|
||||
"roe": 0.198,
|
||||
"returnOnAssetCurrent": 0.031,
|
||||
"debtToEquityRatio": 0.42,
|
||||
"currentRatio": 1.18,
|
||||
"priceToEarningsRatio": 25.4,
|
||||
"priceToBookRatio": 4.6
|
||||
},
|
||||
{
|
||||
"year": "2024",
|
||||
"fiscalPeriodType": "FY",
|
||||
"revenueGrowthRate": 0.073,
|
||||
"earningsGrowthRate": 0.102,
|
||||
"netMargin": 0.311,
|
||||
"roe": 0.187,
|
||||
"returnOnAssetCurrent": 0.029,
|
||||
"debtToEquityRatio": 0.45,
|
||||
"currentRatio": 1.14,
|
||||
"priceToEarningsRatio": 24.1,
|
||||
"priceToBookRatio": 4.2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
20
tests/fixtures/msn_keyratios_industry_only.json
vendored
Normal file
20
tests/fixtures/msn_keyratios_industry_only.json
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"industryMetrics": [
|
||||
{
|
||||
"year": "2025",
|
||||
"fiscalPeriodType": "TTM",
|
||||
"priceToEarningsRatio": 12.5,
|
||||
"forwardPriceToEPS": 11.8,
|
||||
"priceToBookRatio": 1.7,
|
||||
"roe": 18.4,
|
||||
"profitMargin": 22.1,
|
||||
"revenueGrowthRate": 9.4,
|
||||
"earningsGrowthRate": 8.1,
|
||||
"debtToEquityRatio": 0.4,
|
||||
"currentRatio": 1.3
|
||||
}
|
||||
],
|
||||
"companyMetrics": []
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue