Skip to main content

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​

ParameterTypeRequiredDescription
codeStringYesCompany 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​

ParameterTypeDescription
fiscalYearStringFiscal year
publicationDeadlineStringPublication deadline
isActualBooleanWhether it is an actual value
true Actual value
false Forecast value
revenueStringRevenue
The unit is million USD
ebitStringEarnings before interest and tax
The unit is million USD
netIncomeParentStringNet income attributable to parent company shareholders
The unit is million USD
epsStringEarnings per share
bpsStringBook value per share
cfpsStringCash flow per share
roeStringReturn on equity
roaStringReturn on assets
currencyStringCurrency

How was your Reading Experience with us?

★
★
★
★
â˜