EODHD APIs MCP integration for AI agents.
Connect AI agents to EODHD APIs through 8 structured actions, including get eod, get id mapping, and get macro indicators. Review authentication, inputs, wor…
- ACTION CONTRACTS
- 8
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the EODHD APIs integration exposes
The EODHD APIs Agent App exposes 8 provider-backed actions for finance and data work. Its current contract lets an authorized agent get historical end-of-day price data for an eodhd ticker, map between eodhd ticker symbols and security identifiers, and get macroeconomic indicator time series for a country from eodhd. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected EODHD APIs account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real EODHD APIs capabilities.
Showing 8 of 8 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_eodREADGet historical end-of-day price data for an EODHD ticker.
INPUTS: ticker / dateFrom / dateTo / period / filter
get_id_mappingREADMap between EODHD ticker symbols and security identifiers.
INPUTS: filterSymbol / filterExchange / filterIsin / filterFigi / filterLei
get_macro_indicatorsREADGet macroeconomic indicator time series for a country from EODHD.
INPUTS: country / indicator
get_real_time_quoteREADGet delayed real-time quote data for one or more EODHD symbols.
INPUTS: ticker / additionalTickers / exchange
get_user_infoREADGet EODHD account details and API usage for the authenticated user.
get_ust_yield_ratesREADGet US Treasury yield curve rates from EODHD.
INPUTS: dateFrom / dateTo / filterYear / pageLimit / pageOffset
list_exchangesREADList exchanges supported by EODHD.
search_instrumentsREADSearch EODHD instruments by ticker, company name, or ISIN.
INPUTS: query / type / exchange / bondsOnly / limit
INPUT CONTRACTS
Know what the action needs before it runs.
get_eod
tickerREQUIRED- Ticker with exchange code, such as AAPL.US.
dateFromOPTIONAL- Inclusive start date in YYYY-MM-DD format.
dateToOPTIONAL- Inclusive end date in YYYY-MM-DD format.
periodOPTIONAL- EODHD historical price period.
filterOPTIONAL- EODHD last-value filter for historical price data.
get_id_mapping
filterSymbolOPTIONAL- Ticker symbol filter, such as AAPL.US.
filterExchangeOPTIONAL- Exchange code filter, such as US.
filterIsinOPTIONAL- ISIN identifier filter.
filterFigiOPTIONAL- FIGI identifier filter.
filterLeiOPTIONAL- LEI identifier filter.
get_macro_indicators
countryREQUIRED- ISO 3166-1 alpha-3 country code, such as USA.
indicatorOPTIONAL- Macroeconomic indicator code supported by EODHD.
get_real_time_quote
tickerREQUIRED- Primary ticker with exchange code, such as AAPL.US.
additionalTickersOPTIONAL- Additional ticker symbols to include in the quote request.
exchangeOPTIONAL- Exchange code filter, such as US.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Eod
Get historical end-of-day price data for an EODHD ticker. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_eodVerify with Get Id Mapping
Map between EODHD ticker symbols and security identifiers. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_id_mappingSAFETY BOUNDARY
Operate EODHD APIs with explicit limits
- Authorize EODHD APIs with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned EODHD APIs data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in EODHD APIs rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the EODHD APIs task completed successfully.
CONNECTION MODEL
API key
EODHD API token sent as the api_token query parameter. Manage API access from your EODHD dashboard: https://eodhd.com/cp/settings/api.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 8
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by EODHD APIs.