Market Data

Stock APIs: Stock Market Data Solutions from IEX Cloud

Power your applications and trading strategies with the easiest, most comprehensive market data API.

High-Quality, Curated Data

Data sourced from reliable, trusted providers. Trillions of calculations per day are performed to curate the data for any size use-case, so you don't have to do the work.

Flexible, Reliable Access

Enterprise grade infrastructure delivering more than 2B requests per day over REST, SSE, and Webhooks.

Easy-to-use API

Get started with a range of financial datasets in minutes, all through one simple API.

Build with Stock Market Data

Real time data

Real time data for all US Stocks and ETFs available as a feed from IEX or the Consolidated Tape. Trillions of calculations per day to provide a premium, enriched market data feed.

GET /data/CORE/QUOTE/AMZN
[
  {
    "avgTotalVolume": 87306634,
    "calculationPrice": "close",
    "change": -2.04,
    "changePercent": -0.01998,
    "close": 100.05,
    "closeSource": "official",
    "closeTime": 1675890000839,
    "companyName": "Amazon.com Inc.",
    "currency": "USD",
    "delayedPrice": 100.06,
    "delayedPriceTime": 1675889998276,
    "extendedChange": 0.04,
    "extendedChangePercent": 0.0004,
    "extendedPrice": 100.09,
    "extendedPriceTime": 1675902989567,
    "high": 102.67,
    "highSource": "15 minute delayed price",
    "highTime": 1675889999997,
    "iexAskPrice": 0,
    "iexAskSize": 0,
    "iexBidPrice": 0,
    "iexBidSize": 0,
    "iexClose": 100.05,
    "iexCloseTime": 1675889999724,
    "iexLastUpdated": 1675891264228,
    "iexMarketPercent": 0.01827166141886109,
    "iexOpen": 102.02,
    "iexOpenTime": 1675866600005,
    "iexRealtimePrice": 99.6,
    "iexRealtimeSize": 150,
    "iexVolume": 1386192,
    "lastTradeTime": 1675889999941,
    "latestPrice": 100.05,
    "latestSource": "Close",
    "latestTime": "February 8, 2023",
    "latestUpdate": 1675890000839,
    "latestVolume": 75865679,
    "low": 98.775,
    "lowSource": "15 minute delayed price",
    "lowTime": 1675873574472,
    "marketCap": 1025238338688,
    "oddLotDelayedPrice": 100.075,
    "oddLotDelayedPriceTime": 1675889998479,
    "open": 102.09,
    "openTime": 1675866601012,
    "openSource": "official",
    "peRatio": -374.44,
    "previousClose": 102.09,
    "previousVolume": 85743,
    "primaryExchange": "NASDAQ",
    "symbol": "AMZN",
    "volume": 75865679,
    "week52High": 170.83,
    "week52Low": 81.43,
    "ytdChange": 0.19561523809523818,
    "isUSMarketOpen": false
  }
]

Intraday

Aggregated intraday prices in one-minute buckets for the current day.

GET /data/CORE/INTRADAY_PRICES/SPY?range=1d
[
  {
    "marketHigh": 413.43,
    "marketLow": 413.07,
    "marketAverage": 413.26,
    "marketVolume": 660882,
    "marketNotional": 273095434.74,
    "marketNumberOfTrades": 4738,
    "marketOpen": 413.13,
    "marketClose": 413.26,
    "date": "2023-02-08",
    "symbol": "SPY",
    "region": "US",
    "high": 413.43,
    "low": 413.13,
    "average": 413.282,
    "notional": 1322501.5,
    "open": 413.13,
    "close": 413.22,
    "volume": 3200,
    "numberOfTrades": 27,
    "minute": "09:30",
    "label": "09:30 AM",
    "changeOverTime": null,
    "marketChangeOverTime": -0.002799092707880954
  },
  {
    "marketHigh": 413.3999,
    "marketLow": 412.95,
    "marketAverage": 413.18,
    "marketVolume": 302193,
    "marketNotional": 124857241.63,
    "marketNumberOfTrades": 2453,
    "marketOpen": 413.27,
    "marketClose": 413.31,
    "date": "2023-02-08",
    "symbol": "SPY",
    "region": "US",
    "high": 413.335,
    "low": 412.985,
    "average": 413.199,
    "notional": 3842752.5,
    "open": 413.1,
    "close": 413.305,
    "volume": 9300,
    "numberOfTrades": 29,
    "minute": "09:31",
    "label": "09:31 AM",
    "changeOverTime": null,
    "marketChangeOverTime": -0.0029921335842864943
  },
  {
    "marketHigh": 413.4794,
    "marketLow": 412.88,
    "marketAverage": 413.18,
    "marketVolume": 234667,
    "marketNotional": 96958791.5,
    "marketNumberOfTrades": 2277,
    "marketOpen": 413.31,
    "marketClose": 413.1601,
    "date": "2023-02-08",
    "symbol": "SPY",
    "region": "US",
    "high": 413.43,
    "low": 412.985,
    "average": 413.217,
    "notional": 743790.5,
    "open": 413.28,
    "close": 413.09,
    "volume": 1800,
    "numberOfTrades": 14,
    "minute": "09:32",
    "label": "09:32 AM",
    "changeOverTime": null,
    "marketChangeOverTime": -0.0029921335842864943
  },
	...
]

Historical Data

Fully adjusted and unadjusted end of day data for over 150k securities from over 130 global exchanges, including over 100 technical indicators.

GET /data/CORE/HISTORICAL_PRICES/twtr?range=4m
[
  {
    "close": 53.7,
    "fclose": 53.7,
    "fhigh": 54,
    "flow": 53.7,
    "fopen": 53.91,
    "fvolume": 140831508,
    "high": 54,
    "low": 53.7,
    "open": 53.91,
    "priceDate": "2022-10-27",
    "symbol": "TWTR",
    "uclose": 53.7,
    "uhigh": 54,
    "ulow": 53.7,
    "uopen": 53.91,
    "uvolume": 140831508,
    "volume": 140831508,
    "id": "HISTORICAL_PRICES",
    "key": "TWTR",
    "subkey": "",
    "date": 1666828800000,
    "updated": 1666920631000
  },
  {
    "close": 53.35,
    "fclose": 53.35,
    "fhigh": 53.5,
    "flow": 52.77,
    "fopen": 52.95,
    "fvolume": 28064973,
    "high": 53.5,
    "low": 52.77,
    "open": 52.95,
    "priceDate": "2022-10-26",
    "symbol": "TWTR",
    "uclose": 53.35,
    "uhigh": 53.5,
    "ulow": 52.77,
    "uopen": 52.95,
    "uvolume": 28064973,
    "volume": 28064973,
    "id": "HISTORICAL_PRICES",
    "key": "TWTR",
    "subkey": "",
    "date": 1666742400000,
    "updated": 1666832425000
  },
  ...
]
No items found.
This is a background Image | Illustration of a Fintech design

Stock APIs: Stock Market Data Solutions from IEX Cloud

Pricing Information for Stock Market Data
  • Quotes
  • Intraday Prices
  • Last Price
  • Daily Open/Close
  • OHLC
  • Historical Prices
  • Largest Trades
  • Market Volume
  • Technical indicators for any Historical or Intraday range
Two-toned blue map illo

Support for 50+ currency pairs

AUD - USD

CAD - CHF

EUR - AUD

EUR - CAD

EUR - CHF

EUR - GBP

EUR - JPY

EUR - NOK

EUR - NZD

EUR - SEK

EUR - USD

GBP - AUD

GBP - CAD

GBP - CHF

GBP - JPY

GBP - NOK

GBP - NZD

GBP - SEK

GBP - USD

JPY - CAD

JPY - CHF

NZD - USD

USD - AED

USD - BGN

USD - BHD

USD - CAD

USD - CHF

USD - CNH

USD - CNY

USD - CZK

USD - DKK

USD - HKD

USD - HUF

USD - IDR

USD - ILS

USD - INR

USD - JPY

USD - KRW

USD - KWD

USD - MXN

USD - MYR

USD - NOK

USD - PLN

USD - RON

USD - RUB

USD - SAR

USD - SEK

USD - SGD

USD - THB

USD - TRY

USD - TWD

USD - ZAR

Looking to learn more about stock APIs and how they can help your business? Check out our IEX Cloud stock market data bundles to get instant access to live and historical stock market data!

Stock APIs: Real Time Stock Data Solutions

Access Stock Market data by purchasing an IEX Cloud Financial Data Bundle:

IEX Trades & Quotes - A starter package that gives your app and users real-time price data (last trade and top of book) at an affordable price.

Equities Market Data - U.S. consolidated market data (SIP), real-time IEX quotes and trades, delayed OTC trades, and delayed Canadian trades.

Historical Market Data - Historical stock prices for US equities and an end point that makes setting up a chart for your users simple.

Built to Scale

Enterprise grade infrastructure that will scale with your needs.

  • 2M+
    Requests Per Day
  • < 8ms
    Response Time Average
  • 400K+
    Events Per Second