API 文档
get
/api/v1/Instruments/fundamentalsReturns time-series fundamental data points for a symbol within a date range.
Instruments
参数
symbol
query · string
必需的
from
query · string
必需的
to
query · string
必需的
version
path · string
必需的
响应
- 200Array of fundamental records with type id, fields, and dateTime.
- 404Unknown symbol.application/json
{} - 500Data could not be loaded.