# EODHD APIs — MCP server on mcp.ai > Connect your EODHD APIs account and use 11 tools for analytics straight from your AI agent. Connect with your own API key. EODHD APIs provide comprehensive financial data, including historical stock market data, live stock prices, fundamental data, and more, accessible via REST and WebSocket APIs. By: mcp.ai · official Page: https://mcp.ai/eodhd_apis ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_eodhd_apis?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/eodhd_apis/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/eodhd_apis/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/eodhd_apis/skill.md Postman collection (v2.1): https://mcp.ai/eodhd_apis/postman.json ## Tools - eodhd_apis_get_eod_yahoo_style(a: string, b: string, c: string, d: string, e: string, f: string, g: string, s: string, fmt?: string) — Retrieves end-of-day historical stock price data using Yahoo Finance style parameters via EODHD API. Returns OHLCV (Open, High, Low, Close, Volume) data plus adjusted close prices for stocks, ETFs, mu - eodhd_apis_get_id_mapping(fmt?: string, filter_ex?: string, filter_cik?: string, filter_lei?: string, page_limit?: integer, filter_figi?: string, filter_isin?: string, page_offset?: integer, filter_cusip?: string, filter_symbol?: string) — Tool to convert between different security identifiers (CUSIP, ISIN, FIGI, LEI, CIK, ticker symbol). Use when you need to map one type of identifier to another, normalize portfolio data, or cross-refe - eodhd_apis_get_macro_indicators(country: string, indicator?: string) — Retrieve macroeconomic indicator data for a specific country from EODHD. Returns historical time series data for economic indicators like GDP, inflation, unemployment, population, and many more. Data - eodhd_apis_get_mutual_funds_data(filter?: string, ticker: string) — Retrieves comprehensive fundamental data for mutual funds via EODHD API. Returns fund details including general information (name, family, inception date, summary), asset allocation (cash, stocks, bon - eodhd_apis_get_real_time_quote(s?: string, fmt?: string, symbol: string) — Retrieves real-time (delayed 15-20 minutes for stocks, ~1 minute for forex) OHLCV data for stocks, forex, and cryptocurrencies. Returns latest 1-minute bar with open, high, low, close, volume, previou - eodhd_apis_get_real_time_websocket_forex(symbols: string[]) — Provides WebSocket connection details for real-time FOREX currency pair data from EODHD. Returns the WebSocket endpoint URL and subscription message needed to receive live bid/ask prices with ~50ms la - eodhd_apis_get_real_time_websocket_us_trade(action: string, symbols: string[]) — 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']. - eodhd_apis_get_user_info(fmt?: string) — Retrieve current user account information and API usage statistics from EODHD. Returns details including subscription type, daily rate limits, number of API requests made, email, name, and payment met - eodhd_apis_get_ust_yield_rates(to?: string, from?: string, limit?: integer, offset?: integer, filter_year?: integer) — Retrieve US Treasury yield curve rates from EODHD API. Returns historical par yield data across all maturities (1 month, 6 months, 1 year, 2 years, 5 years, 10 years, 30 years, etc.). Use this when yo - eodhd_apis_list_exchanges(fmt?: string) — Retrieve a list of all supported stock exchanges from EODHD API. Returns exchange codes, names, countries, and currencies for 70+ global exchanges. Use this when you need to discover available exchang - eodhd_apis_search_instruments(type?: string, limit?: integer, query: string, exchange?: string) — Search for stocks, ETFs, mutual funds, bonds, and indices by ticker symbol, company name, or ISIN. Use when you need to find instruments by name or identifier, discover available tickers, or look up s ## Example prompts - "What can I do in EODHD APIs?" - "Show me a summary of my EODHD APIs account" ## Links Docs: https://mcp.ai/docs/mcps/eodhd_apis Website: https://mcp.ai/mcps/eodhd_apis