← Tools Reference

EODHD APIs

EODHD APIs integration (Finance, Data). Imported from open-connector.

API key8 toolshttps://eodhd.com/api
GET
eodhd_apis_search_instruments
Search EODHD instruments by ticker, company name, or ISIN.

/search/{query}

5 parameters
ParamTypeRequiredDescription
querystringrequiredSearch query such as a ticker, company name, or ISIN.
typestringoptionalSecurity type used to filter EODHD instrument search results.
exchangestringoptionalExchange code used to filter search results.
bondsOnlybooleanoptionalWhether to return only bond results.
limitintegeroptionalMaximum number of search results to return.
GET
eodhd_apis_list_exchanges
List exchanges supported by EODHD.

/exchanges-list

GET
eodhd_apis_get_real_time_quote
Get delayed real-time quote data for one or more EODHD symbols.

/real-time/{ticker}

3 parameters
ParamTypeRequiredDescription
tickerstringrequiredPrimary ticker with exchange code, such as AAPL.US.
additionalTickersarrayoptionalAdditional ticker symbols to include in the quote request.
exchangestringoptionalExchange code filter, such as US.
GET
eodhd_apis_get_eod
Get historical end-of-day price data for an EODHD ticker.

/eod/{ticker}

5 parameters
ParamTypeRequiredDescription
tickerstringrequiredTicker with exchange code, such as AAPL.US.
dateFromstringoptionalInclusive start date in YYYY-MM-DD format.
dateTostringoptionalInclusive end date in YYYY-MM-DD format.
periodstringoptionalEODHD historical price period.
filterstringoptionalEODHD last-value filter for historical price data.
GET
eodhd_apis_get_id_mapping
Map between EODHD ticker symbols and security identifiers.

/id-mapping

9 parameters
ParamTypeRequiredDescription
filterSymbolstringoptionalTicker symbol filter, such as AAPL.US.
filterExchangestringoptionalExchange code filter, such as US.
filterIsinstringoptionalISIN identifier filter.
filterFigistringoptionalFIGI identifier filter.
filterLeistringoptionalLEI identifier filter.
filterCusipstringoptionalCUSIP identifier filter.
filterCikstringoptionalCIK identifier filter.
pageLimitintegeroptionalNumber of records per page.
pageOffsetintegeroptionalPagination offset.
GET
eodhd_apis_get_macro_indicators
Get macroeconomic indicator time series for a country from EODHD.

/macro-indicator/{country}

2 parameters
ParamTypeRequiredDescription
countrystringrequiredISO 3166-1 alpha-3 country code, such as USA.
indicatorstringoptionalMacroeconomic indicator code supported by EODHD.
GET
eodhd_apis_get_ust_yield_rates
Get US Treasury yield curve rates from EODHD.

/ust/yield-rates

5 parameters
ParamTypeRequiredDescription
dateFromstringoptionalInclusive start date in YYYY-MM-DD format.
dateTostringoptionalInclusive end date in YYYY-MM-DD format.
filterYearintegeroptionalYear filter for Treasury yield rates.
pageLimitintegeroptionalNumber of records per page.
pageOffsetintegeroptionalPagination offset.
GET
eodhd_apis_get_user_info
Get EODHD account details and API usage for the authenticated user.

/user