Get Valuation Indicators
Get Valuation Indicators
Descriptionâ
Get valuation indicators for a specified stock.
HTTP Requestâ
- GET /api/v3/reality/market/valuation-indicators
- Rate limit: 1/sec/IP
- Permission: None
Request
curl "https://api.bitget.com/api/v3/reality/market/valuation-indicators?code=MU" \
-H "locale:en-US" \
-H "Content-Type: application/json"
Request Parametersâ
| Parameter | Type | Required | Description |
|---|---|---|---|
| code | String | Yes | Company code e.g., MU |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"date": "2026-08-25",
"pb": "3.2",
"pbEd": "3.1",
"pbPd": "3.3",
"pbMrq": "3.2",
"pe": "12.5",
"peLyr": "13.0",
"peTtmEd": "12.4",
"peTtmPd": "12.6",
"ps": "2.1",
"psLyr": "2.2",
"psTtmEd": "2.0",
"psTtmPd": "2.3",
"pcf": "10.5",
"pcfNet": "10.6",
"pcfNetTtmEd": "10.4",
"pcfNetTtmPd": "10.7",
"pcfTtmEd": "10.3",
"pcfTtmPd": "10.8",
"evEbitda": "8.5",
"equityValue": "120000000000",
"grossEv": "130000000000",
"netEv": "125000000000",
"tmvUsd": "120000000000",
"cirTmvUsd": "118000000000",
"dividendYieldTtm": "0.45"
}
}
Terminology
- TTM (Trailing Twelve Months): calculated using data from the most recent rolling 12-month period.
- LYR (Last Year Report): calculated using data from the most recent fiscal year-end report.
- PE: price-to-earnings ratio. PB: price-to-book ratio. PS: price-to-sales ratio. PCF: price-to-cash-flow ratio.
- EV/EBITDA: enterprise value to EBITDA multiple.
- Dividend yield: dividends paid per share divided by share price.
Response Parametersâ
| Parameter | Type | Description |
|---|---|---|
| date | String | Data date |
| pb | String | P/B ratio |
| pbEd | String | P/B ratio (period-end) |
| pbPd | String | P/B ratio (period-average) |
| pbMrq | String | P/B ratio (most recent quarter) |
| pe | String | P/E ratio |
| peLyr | String | P/E ratio (LYR) |
| peTtmEd | String | P/E ratio (TTM, period-end) |
| peTtmPd | String | P/E ratio (TTM, period-average) |
| ps | String | P/S ratio |
| psLyr | String | P/S ratio (LYR) |
| psTtmEd | String | P/S ratio (TTM, period-end) |
| psTtmPd | String | P/S ratio (TTM, period-average) |
| pcf | String | P/CF ratio |
| pcfNet | String | P/CF ratio (net cash flow) |
| pcfNetTtmEd | String | P/CF ratio (net cash flow, TTM, period-end) |
| pcfNetTtmPd | String | P/CF ratio (net cash flow, TTM, period-average) |
| pcfTtmEd | String | P/CF ratio (TTM, period-end) |
| pcfTtmPd | String | P/CF ratio (TTM, period-average) |
| evEbitda | String | EV/EBITDA multiple |
| equityValue | String | Equity value |
| grossEv | String | Gross enterprise value |
| netEv | String | Net enterprise value |
| tmvUsd | String | Total market value (USD) |
| cirTmvUsd | String | Circulating market value (USD) |
| dividendYieldTtm | String | Dividend yield (TTM) |