← Tools Reference

Massive (Polygon.io)

Massive (Polygon.io) integration (Finance, Data). Imported from open-connector.

API key7 toolshttps://api.massive.com
GET
polygon_io_list_tickers
List ticker symbols supported by Polygon.io with optional filters.

/v3/reference/tickers

17 parameters
ParamTypeRequiredDescription
tickerstringoptionalFilter by an exact ticker symbol.
typestringoptionalFilter by ticker type such as CS or ETF.
marketstringoptionalFilter by market type such as stocks, crypto, fx, otc, or indices.
exchangestringoptionalFilter by primary exchange Market Identifier Code.
cusipstringoptionalFilter by CUSIP code. Polygon.io does not return CUSIP in responses.
cikstringoptionalFilter by Central Index Key.
datestringoptionalRetrieve tickers available on this date.
searchstringoptionalSearch terms within the ticker and company name.
activebooleanoptionalWhether returned tickers should be actively traded on the queried date.
tickerGtestringoptionalReturn tickers greater than or equal to this ticker.
tickerGtstringoptionalReturn tickers greater than this ticker.
tickerLtestringoptionalReturn tickers less than or equal to this ticker.
tickerLtstringoptionalReturn tickers less than this ticker.
orderstringoptionalThe order used when sorting returned results.
limitintegeroptionalThe maximum number of ticker results to return.
sortstringoptionalSort field used for ordering.
cursorstringoptionalPagination cursor extracted from a previous response nextCursor value.
GET
polygon_io_get_ticker_details
Get comprehensive details for a single Polygon.io ticker.

/v3/reference/tickers/{ticker}

2 parameters
ParamTypeRequiredDescription
tickerstringrequiredThe case-sensitive ticker symbol, for example AAPL.
datestringoptionalRetrieve ticker details available on this date.
GET
polygon_io_get_previous_day_bar
Get the previous trading day's OHLC aggregate bar for a stock ticker.

/v2/aggs/ticker/{ticker}/prev

2 parameters
ParamTypeRequiredDescription
tickerstringrequiredThe case-sensitive ticker symbol, for example AAPL.
adjustedbooleanoptionalWhether the results should be adjusted for splits.
GET
polygon_io_get_aggregate_bars
Get historical OHLC aggregate bars for a stock ticker over a custom range.

/v2/aggs/ticker/{ticker}/range/{multiplier}/{timespan}/{from}/{to}

8 parameters
ParamTypeRequiredDescription
tickerstringrequiredThe case-sensitive ticker symbol, for example AAPL.
multiplierintegerrequiredThe size multiplier for the timespan.
timespanstringrequiredThe aggregate bar time window.
fromstringrequiredA date in YYYY-MM-DD format or a millisecond timestamp.
tostringrequiredA date in YYYY-MM-DD format or a millisecond timestamp.
adjustedbooleanoptionalWhether the results should be adjusted for splits.
sortstringoptionalThe order used when sorting returned results.
limitintegeroptionalThe maximum number of results to return.
GET
polygon_io_list_exchanges
List known exchanges available through Polygon.io.

/v3/reference/exchanges

2 parameters
ParamTypeRequiredDescription
assetClassstringoptionalFilter by asset class such as stocks, options, crypto, fx, or futures.
localestringoptionalFilter by exchange locale such as us or global.
GET
polygon_io_list_ticker_types
List ticker type codes supported by Polygon.io.

/v3/reference/tickers/types

2 parameters
ParamTypeRequiredDescription
assetClassstringoptionalFilter by asset class such as stocks, options, crypto, fx, or indices.
localestringoptionalFilter by ticker type locale such as us or global.
GET
polygon_io_get_market_status
Get the current Polygon.io market status for stocks, currencies, and indices.

/v1/marketstatus/now