EODHD APIs
eodhd_apisEODHD APIs provide comprehensive financial data, including historical stock market data, live stock prices, fundamental data, and more, accessible via REST and WebSocket APIs.
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ónTool 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.
EODHD_APIS_GET_MACRO_INDICATORSAcciónTool 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
countrystringObligatorioISO country code for which to retrieve indicators, e.g., 'US'
to_datestringEnd date (inclusive) in YYYY-MM-DD format
from_datestringStart date (inclusive) in YYYY-MM-DD format
indicatorstringSpecific indicator code to filter, e.g., 'GDP'
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Mutual Funds DataEODHD_APIS_GET_MUTUAL_FUNDS_DATAAcciónTool to retrieve mutual funds data for a specified symbol. use after confirming the mutual fund ticker symbol.
EODHD_APIS_GET_MUTUAL_FUNDS_DATAAcciónTool to retrieve mutual funds data for a specified symbol. use after confirming the mutual fund ticker symbol.
Parámetros de entrada
fmtstringenumResponse format: 'json' (default) or 'csv'.
jsoncsvcodestringObligatorioTicker code of the mutual fund (e.g., 'VFIAX.US').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Real-Time FOREX WebSocket StreamEODHD_APIS_GET_REAL_TIME_WEBSOCKET_FOREXAcciónTool to retrieve real-time data for forex via websocket. use when you need live price updates for specific currency pairs.
EODHD_APIS_GET_REAL_TIME_WEBSOCKET_FOREXAcciónTool 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[]ObligatorioList of FOREX currency pairs to subscribe to in 'BASE/QUOTE' format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Real-time WebSocket US TradesEODHD_APIS_GET_REAL_TIME_WEBSOCKET_US_TRADEAcciónTool 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'].
EODHD_APIS_GET_REAL_TIME_WEBSOCKET_US_TRADEAcciónTool 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
actionstringObligatorioenumEither 'subscribe' to start receiving trade updates or 'unsubscribe' to stop.
subscribeunsubscribesymbolsstring[]ObligatorioList of US stock ticker symbols to manage on the stream.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not