機構共識
獲取機構共識預測,包括營收、EPS 和淨利潤預測。
SDK Links
Parameters
SDK 方法參數。
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | 是 | 證券代碼,例如 TSLA.US |
Request Example
Response
Response Example
json
{
"code": 0,
"message": "success",
"data": {
"currency": "USD",
"current_index": 3,
"current_period": "qf",
"opt_periods": [
"qf",
"af",
"saf"
],
"list": [
{
"fiscal_year": 2026,
"fiscal_period": "Q2 FY2026",
"period_text": "Q2 FY2026",
"details": [
{
"key": "revenue",
"name": "Revenue",
"estimate": "95000000000",
"actual": "",
"comp": "",
"comp_value": null,
"comp_desc": "",
"description": "",
"is_released": false
}
]
}
]
}
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | 成功 | FinancialConsensus |
| 400 | 請求錯誤 | None |
Schemas
FinancialConsensus
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | 是 | 證券代碼 |
| list | object[] | 是 | 共識預測期列表,見 ConsensusListItem |
| list[].period | string | 否 | 財報期(如 FY2024) |
| list[].revenue | int64 | 否 | 共識營收預測 |
| list[].eps | double | 否 | 共識 EPS 預測 |
| list[].net_income | int64 | 否 | 共識淨利潤預測 |
| list[].analyst_count | int32 | 否 | 參與預測的分析師數量 |

