API Documentation

Everything you need to integrate Intrinio data

REST API v2
WebSocket
SDKs: Python, JS, Java, C#, Ruby, R
View full API reference on docs.intrinio.com

Quick Start

1
Get an API Key

Sign up and find your keys on the Account page.

2
Authenticate

Include your key via api_key URL parameter or Authorization: Bearer header.

3
Make Requests

Call any endpoint. All responses are JSON with next_page cursor pagination.

curl "https://api-v2.intrinio.com/securities/AAPL/prices?api_key=YOUR_API_KEY"

Endpoint Reference

Grouped by the data feed each endpoint belongs to.

Every Intrinio data feed and the endpoints it unlocks. 30 feeds · 146 endpoints

Stock Prices

9 feeds

50+ years of high-quality dividend and split-adjusted stock price history for all US equities.

About this feed
GET/companies/{identifier}/securitiesAll Securities by CompanyGET/securitiesAll SecuritiesGET/securities/{identifier}Lookup SecurityGET/securities/{identifier}/pricesStock Prices by SecurityGET/securities/{identifier}/prices/adjustmentsStock Price Adjustments by SecurityGET/securities/{identifier}/prices/adjustments/dividendsDividends by SecurityGET/securities/{identifier}/prices/adjustments/splitsSplits by SecurityGET/securities/{identifier}/prices/technicals/adiAccumulation/Distribution IndexGET/securities/{identifier}/prices/technicals/adtvAverage Daily Trading VolumeGET/securities/{identifier}/prices/technicals/adxAverage Directional IndexGET/securities/{identifier}/prices/technicals/aoAwesome OscillatorGET/securities/{identifier}/prices/technicals/atrAverage True RangeGET/securities/{identifier}/prices/technicals/bbBollinger BandsGET/securities/{identifier}/prices/technicals/cciCommodity Channel IndexGET/securities/{identifier}/prices/technicals/cmfChaikin Money FlowGET/securities/{identifier}/prices/technicals/dcDonchian ChannelGET/securities/{identifier}/prices/technicals/dpoDetrended Price OscillatorGET/securities/{identifier}/prices/technicals/eomEase of MovementGET/securities/{identifier}/prices/technicals/fiForce IndexGET/securities/{identifier}/prices/technicals/ichimokuIchimoku Kinko HyoGET/securities/{identifier}/prices/technicals/kcKeltner ChannelGET/securities/{identifier}/prices/technicals/kstKnow Sure ThingGET/securities/{identifier}/prices/technicals/macdMoving Average Convergence DivergenceGET/securities/{identifier}/prices/technicals/mfiMoney Flow IndexGET/securities/{identifier}/prices/technicals/miMass IndexGET/securities/{identifier}/prices/technicals/nviNegative Volume IndexGET/securities/{identifier}/prices/technicals/obvOn-balance VolumeGET/securities/{identifier}/prices/technicals/obv_meanOn-balance Volume MeanGET/securities/{identifier}/prices/technicals/rsiRelative Strength IndexGET/securities/{identifier}/prices/technicals/smaSimple Moving AverageGET/securities/{identifier}/prices/technicals/srStochastic OscillatorGET/securities/{identifier}/prices/technicals/trixTriple Exponential AverageGET/securities/{identifier}/prices/technicals/tsiTrue Strength IndexGET/securities/{identifier}/prices/technicals/uoUltimate OscillatorGET/securities/{identifier}/prices/technicals/viVortex IndicatorGET/securities/{identifier}/prices/technicals/vptVolume-price TrendGET/securities/{identifier}/prices/technicals/vwapVolume Weighted Average PriceGET/securities/{identifier}/prices/technicals/wrWilliams %RGET/securities/history-by-identifier/{identifier}Security History By IdentifierGET/securities/history-by-ticker/{ticker}Security History By TickerPOST/securities/screenScreen SecuritiesGET/securities/searchSearch SecuritiesGET/stock_exchanges/{identifier}/betasSecurity BetasGET/stock_exchanges/{identifier}/gainersTop Gainers by ExchangeGET/stock_exchanges/{identifier}/losersTop Losers by ExchangeGET/stock_exchanges/{identifier}/pricesStock Prices by ExchangeGET/stock_exchanges/{identifier}/prices/adjustmentsStock Price Adjustments by ExchangeGET/stock_exchanges/{identifier}/prices/adjustments/dividendsDividends by date for exchangeGET/stock_exchanges/{identifier}/prices/adjustments/splitsSplits by date for exchangeGET/stock_exchanges/{identifier}/securitiesSecurities by Exchange

Options

5 feeds

High quality delayed options with minimal exchange fees. Full chain coverage with Greeks and unusual activity.

About this feed

Low-latency, streaming, filtered options with derivative calculations to save you money. The most affordable real-time options data on the market.

About this feed
GET/options/{identifier}/tradesOption Trades By ContractGET/options/{symbol}/realtimeOptions by Symbol RealtimeGET/options/aggregatesTotal open interest and volume aggregated by tickerGET/options/chain/{symbol}/{expiration}/realtimeOptions Chain RealtimeGET/options/gainersOptions Top GainersGET/options/greeks/{contract}/realtimeOption Greeks & Derived Price by ContractGET/options/greeks/by_ticker/{identifier}/realtimeOptions Realtime Greeks & Derived Price by TickerGET/options/implied_move/{symbol}/{expiration_date}Options Implied Move (Expected) RealtimeGET/options/interval/{identifier}Options Intervals By ContractGET/options/interval/moversOptions Intervals MoversGET/options/interval/movers/changeOptions Intervals Movers By ChangeGET/options/interval/movers/volumeOptions Intervals Movers By VolumeGET/options/losersOptions Top LosersGET/options/prices/{identifier}/realtimeOption Prices RealtimeGET/options/prices/{identifier}/realtime/statsOption Stats RealtimeGET/options/prices/by_ticker/{symbol}/realtimeOption Prices Realtime By TickerGET/options/snapshotsOption Prices Realtime SnapshotGET/options/strikes/{symbol}/{strike}/realtimeOption Strikes RealtimeGET/options/surface/{identifier}/interpolate_ivOption SurfaceGET/options/tradesOption TradesGET/options/unusual_activityOptions Unusual Activity UniversalGET/options/unusual_activity/{symbol}Options Unusual ActivityGET/options/unusual_activity/{symbol}/intradayOptions Unusual Activity IntradayGET/options/unusual_activity/intradayOptions Unusual Activity Universal Intraday

Estimates

8 feeds

Consensus earnings per share estimates with historical actuals and surprise tracking.

About this feed

Revenue consensus estimates and forecasts from Wall Street analysts.

About this feed

Long-term earnings growth rate estimates from analyst consensus.

About this feed

Analyst price target consensus with high, low, and mean targets.

About this feed

EBITDA consensus estimates for enterprise value and profitability analysis.

About this feed

ETFs

3 feeds

Research and analyze premium ETF analytics including pricing, volume, market cap, and trading metrics.

About this feed

Access over 118 ETF metadata attributes including fund classification, asset class, expense ratios, and geographic focus.

About this feed

Base URL

https://api-v2.intrinio.com

Auth

api_key URL param or Authorization: Bearer header

Response Format

JSON with next_page cursor pagination