Skip to main content
GET
/
api
/
aitaquote
/
fundamental
/
valuation
/
history
获取估值历史
curl --request GET \
  --url https://fcontext.com/api/aitaquote/fundamental/valuation/history \
  --header 'x-api-key: <api-key>'
{
  "history": {}
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

标的代码,例如 AAPL.US

Response

估值历史

history
object