Skip to main content
Massive (formerly Polygon.io) provides real-time and historical market data across stocks, options, crypto, and forex — including OHLCV aggregates, options chains with full Greeks, technical indicators, and financial news.

Setup

1

Get an API key

Sign up at massive.com/pricing and get your key from the dashboard.
2

Set environment variable

3

Start using

Massive is the rebrand of Polygon.io (October 2025). The API is identical — same endpoints, same keys. Both api.massive.com and api.polygon.io work. Horizon uses api.massive.com by default.

Snapshots

Real-time price snapshot with day OHLCV, previous close, last trade, and last quote.

OHLCV Bars

Historical and intraday aggregates at any resolution.
Timespan options: second, minute, hour, day, week, month, quarter, year Each bar contains:

Top Movers

Get the top 20 gainers or losers across the market.

Last Trade & Quote

Most recent trade and NBBO quote for a ticker.

Options Chain

Full options chain with Greeks (delta, gamma, theta, vega) and implied volatility.
Each contract includes:

Technical Indicators

Built-in technical indicator calculations.
Indicator parameters: Look up company information or search for tickers.

News

Financial news with sentiment analysis and ticker tagging.
Each article includes title, description, article_url, published_utc, tickers, and insights with sentiment analysis.

Corporate Actions

Dividends and stock splits.

Crypto

Crypto market data using X:BTCUSD format.

Forex

Real-time forex conversions and snapshots. Pairs use C:EURUSD format.

Market Status

Check if markets are currently open.

Rate Limits

Paid plans are recommended for trading use. Stay under 100 req/sec.

MCP Tools

All functions are available via the market_data compound MCP tool with an action parameter:
Available actions: aggregates, snapshot, last_trade, last_quote, previous_close, grouped_daily, gainers_losers, crypto_gainers_losers, ticker_details, search_tickers, market_status, market_holidays, sma, ema, rsi, macd, options_chain, options_contracts, news, dividends, splits, crypto_snapshot, forex_conversion, forex_snapshot.