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.