EODHD website screenshot

EODHD

Access historical end-of-day stock prices, intraday data, US stock options, and real-time prices with free and advanced plans. EODHD provides financial data for 150,000+ tickers, including stocks, ETFs, funds, and currencies worldwide.

10 APIs 0 Features
FinancialMarket DataStock OptionsStocks

APIs

EODHD End-Of-Day Historical Data API

Returns end-of-day historical OHLCV data for stocks, ETFs, funds, indices, and currencies across global exchanges. Supports daily, weekly, and monthly periods with both raw and ...

EODHD Intraday Historical Data API

Provides intraday historical OHLCV data at 1-minute, 5-minute, and 1-hour intervals for US stocks and other supported markets, with multi-year lookbacks depending on the resolut...

EODHD Live (Delayed) Stock Prices API

Returns live or 15-20 minute delayed stock quotes including last price, change, volume, and bid/ask data for stocks, ETFs, indices, and forex pairs across global exchanges.

EODHD WebSockets Real-Time API

Streams real-time trade and quote updates over WebSockets for US stocks, forex, and cryptocurrencies, allowing low-latency consumption of live market data.

EODHD Fundamental Data API

Provides company fundamentals including general info, financial statements (income statement, balance sheet, cash flow), earnings, valuation ratios, ETF holdings, and mutual fun...

EODHD Stock Options API

Returns US stock options chain data with strikes, expirations, bid/ask, open interest, implied volatility, and Greeks (delta, gamma, theta, vega).

EODHD Technical Indicators API

Computes common technical indicators server-side, including SMA, EMA, RSI, MACD, Bollinger Bands, ATR, and stochastic oscillators, on top of the EODHD historical price database.

EODHD Economic Events Calendar API

Provides a global economic calendar of macroeconomic releases including country, event name, scheduled time, prior, forecast, and actual values.

EODHD Financial News and Sentiment API

Delivers financial news articles tagged by ticker symbol with sentiment scoring (positive, negative, neutral) for use in research, trading signals, and news-driven workflows.

EODHD Exchanges and Symbols API

Lists supported exchanges and instruments with metadata including ticker, exchange code, name, type, and identifier mappings (CUSIP, ISIN, FIGI) to support symbol lookup and ref...

Collections

Pricing Plans

Eodhd Plans Pricing

6 plans

PLANS

Rate Limits

Eodhd Rate Limits

3 limits

RATE LIMITS

FinOps

Eodhd Finops

FINOPS

JSON Structure

Eodhd Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
🔗
Marketplace
Marketplace
📰
Blog
Blog
🔗
Forums
Forums
🔗
Affiliate
Affiliate
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
MCPServer
MCPServer
🔗
AgentSkills
AgentSkills
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: EODHD End-Of-Day Historical Data API
  version: '1.0'
request:
  auth:
    type: apikey
    key: api_token
    value: '{{api_token}}'
    placement: query
items:
- info:
    name: Retrieve end-of-day historical data
    type: http
  http:
    method: GET
    url: https://eodhd.com/api/eod/:symbol
    params:
    - name: symbol
      value: ''
      type: path
      description: Ticker symbol with exchange suffix, e.g. AAPL.US.
    - name: api_token
      value: ''
      type: query
      description: API token assigned to your EODHD account.
    - name: fmt
      value: ''
      type: query
      description: Response format. Defaults to csv.
    - name: period
      value: ''
      type: query
      description: Aggregation period. d=daily, w=weekly, m=monthly.
    - name: order
      value: ''
      type: query
      description: Sort order of returned rows. a=ascending, d=descending.
    - name: from
      value: ''
      type: query
      description: Inclusive start date in YYYY-MM-DD format.
    - name: to
      value: ''
      type: query
      description: Inclusive end date in YYYY-MM-DD format.
    - name: filter
      value: ''
      type: query
      description: Return only a single field, e.g. last_close or last_volume.
  docs: Returns the end-of-day historical OHLCV time series for a given ticker symbol. The symbol must include the exchange
    suffix, for example AAPL.US or BMW.XETRA. One call per request regardless of date range.
bundled: true