API documentação
get
/api/v1/Instruments/fundamentalsReturns time-series fundamental data points for a symbol within a date range.
Instruments
Parâmetros
symbol
query · string
Obrigatório
from
query · string
Obrigatório
to
query · string
Obrigatório
version
path · string
Obrigatório
RESPOSTAS
- 200Array of fundamental records with type id, fields, and dateTime.
- 404Unknown symbol.application/json
{} - 500Data could not be loaded.