Get Earnings Forecast
Get Earnings Forecast
Descriptionâ
Get individual earnings forecast data for a specified stock.
HTTP Requestâ
- GET /api/v3/reality/market/earnings-forecast
- Rate limit: 1/sec/IP
- Permission: None
Request
curl "https://api.bitget.com/api/v3/reality/market/earnings-forecast?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": {
"fiscalYear": "2026",
"publicationDeadline": "2026-09-30",
"isActual": false,
"revenue": "35000",
"ebit": "9000",
"netIncomeParent": "7500",
"eps": "8.50",
"bps": "45.20",
"cfps": "12.30",
"roe": "0.18",
"roa": "0.10",
"currency": "USD"
}
}
Response Parametersâ
| Parameter | Type | Description |
|---|---|---|
| fiscalYear | String | Fiscal year |
| publicationDeadline | String | Publication deadline |
| isActual | Boolean | Whether it is an actual valuetrue Actual valuefalse Forecast value |
| revenue | String | Revenue The unit is million USD |
| ebit | String | Earnings before interest and tax The unit is million USD |
| netIncomeParent | String | Net income attributable to parent company shareholders The unit is million USD |
| eps | String | Earnings per share |
| bps | String | Book value per share |
| cfps | String | Cash flow per share |
| roe | String | Return on equity |
| roa | String | Return on assets |
| currency | String | Currency |