跳轉到內容

EPS 預測

獲取 EPS 預測及分析師共識估值。

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 TSLA.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "forecast_end_date": "1727827200",
        "forecast_eps_highest": "3.71",
        "forecast_eps_lowest": "2.37",
        "forecast_eps_mean": "2.998",
        "forecast_eps_median": "3.02",
        "forecast_start_date": "1727827200",
        "institution_down": 0,
        "institution_total": 0,
        "institution_up": 0
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功ForecastEps
400請求錯誤None

Schemas

ForecastEps

NameTypeRequiredDescription
itemsobject[]trueList of EPS forecast periods
∟ forecast_start_datestringfalseForecast period start date
∟ forecast_end_datestringfalseForecast period end date
∟ forecast_eps_meanstringfalseMean EPS estimate
∟ forecast_eps_medianstringfalseMedian EPS estimate
∟ forecast_eps_higheststringfalseHighest EPS estimate
∟ forecast_eps_loweststringfalseLowest EPS estimate
∟ institution_totalintegerfalseTotal contributing institutions
∟ institution_upintegerfalseInstitutions revising up
∟ institution_downintegerfalseInstitutions revising down