Massive (Polygon.io) integration (Finance, Data). Imported from open-connector.
https://api.massive.com/v3/reference/tickers
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | optional | Filter by an exact ticker symbol. |
| type | string | optional | Filter by ticker type such as CS or ETF. |
| market | string | optional | Filter by market type such as stocks, crypto, fx, otc, or indices. |
| exchange | string | optional | Filter by primary exchange Market Identifier Code. |
| cusip | string | optional | Filter by CUSIP code. Polygon.io does not return CUSIP in responses. |
| cik | string | optional | Filter by Central Index Key. |
| date | string | optional | Retrieve tickers available on this date. |
| search | string | optional | Search terms within the ticker and company name. |
| active | boolean | optional | Whether returned tickers should be actively traded on the queried date. |
| tickerGte | string | optional | Return tickers greater than or equal to this ticker. |
| tickerGt | string | optional | Return tickers greater than this ticker. |
| tickerLte | string | optional | Return tickers less than or equal to this ticker. |
| tickerLt | string | optional | Return tickers less than this ticker. |
| order | string | optional | The order used when sorting returned results. |
| limit | integer | optional | The maximum number of ticker results to return. |
| sort | string | optional | Sort field used for ordering. |
| cursor | string | optional | Pagination cursor extracted from a previous response nextCursor value. |
/v3/reference/tickers/{ticker}
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | required | The case-sensitive ticker symbol, for example AAPL. |
| date | string | optional | Retrieve ticker details available on this date. |
/v2/aggs/ticker/{ticker}/prev
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | required | The case-sensitive ticker symbol, for example AAPL. |
| adjusted | boolean | optional | Whether the results should be adjusted for splits. |
/v2/aggs/ticker/{ticker}/range/{multiplier}/{timespan}/{from}/{to}
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | required | The case-sensitive ticker symbol, for example AAPL. |
| multiplier | integer | required | The size multiplier for the timespan. |
| timespan | string | required | The aggregate bar time window. |
| from | string | required | A date in YYYY-MM-DD format or a millisecond timestamp. |
| to | string | required | A date in YYYY-MM-DD format or a millisecond timestamp. |
| adjusted | boolean | optional | Whether the results should be adjusted for splits. |
| sort | string | optional | The order used when sorting returned results. |
| limit | integer | optional | The maximum number of results to return. |
/v3/reference/exchanges
| Param | Type | Required | Description |
|---|---|---|---|
| assetClass | string | optional | Filter by asset class such as stocks, options, crypto, fx, or futures. |
| locale | string | optional | Filter by exchange locale such as us or global. |
/v3/reference/tickers/types
| Param | Type | Required | Description |
|---|---|---|---|
| assetClass | string | optional | Filter by asset class such as stocks, options, crypto, fx, or indices. |
| locale | string | optional | Filter by ticker type locale such as us or global. |
/v1/marketstatus/now