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