NAiOS IconNAiOS Logo
Volver al catálogo

EODHD APIs

eodhd_apis

EODHD APIs provide comprehensive financial data, including historical stock market data, live stock prices, fundamental data, and more, accessible via REST and WebSocket APIs.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (4)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Macro IndicatorsEODHD_APIS_GET_MACRO_INDICATORSAcción

Tool to retrieve macroeconomic indicators data. use when you need country-level economic indicators across a date range. use after confirming the api token is set.

Parámetros de entrada

  • countrystringObligatorio

    ISO country code for which to retrieve indicators, e.g., 'US'

  • to_datestring

    End date (inclusive) in YYYY-MM-DD format

  • from_datestring

    Start date (inclusive) in YYYY-MM-DD format

  • indicatorstring

    Specific indicator code to filter, e.g., 'GDP'

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Mutual Funds DataEODHD_APIS_GET_MUTUAL_FUNDS_DATAAcción

Tool to retrieve mutual funds data for a specified symbol. use after confirming the mutual fund ticker symbol.

Parámetros de entrada

  • fmtstringenum

    Response format: 'json' (default) or 'csv'.

    jsoncsv
  • codestringObligatorio

    Ticker code of the mutual fund (e.g., 'VFIAX.US').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Real-Time FOREX WebSocket StreamEODHD_APIS_GET_REAL_TIME_WEBSOCKET_FOREXAcción

Tool to retrieve real-time data for forex via websocket. use when you need live price updates for specific currency pairs.

Parámetros de entrada

  • pairsstring[]Obligatorio

    List of FOREX currency pairs to subscribe to in 'BASE/QUOTE' format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Real-time WebSocket US TradesEODHD_APIS_GET_REAL_TIME_WEBSOCKET_US_TRADEAcción

Tool to retrieve real-time trade data for the us market via websocket. use when live updates for specific us symbols are required. example: subscribe to ['aapl', 'goog'].

Parámetros de entrada

  • actionstringObligatorioenum

    Either 'subscribe' to start receiving trade updates or 'unsubscribe' to stop.

    subscribeunsubscribe
  • symbolsstring[]Obligatorio

    List of US stock ticker symbols to manage on the stream.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not