Introducing

OTC Upcoming Changes

Jun 7, 2022

We’re excited to announce that Polygon is bringing its easy to use, accessible APIs to the world of Over The Counter (OTC) traded equities.  In this post we’ll tell you more about the new features and what API changes to expect.

Background on OTC Market

Trading in OTC securities offers a comparatively small but important market compared to traditional exchange traded stocks.  OTC traders can gain exposure to major international firms such as TenCent, Nintendo, and Danon through American Depository Receipts (ADRs).  Exchange traded securities, through bankruptcy and other reasons, sometimes find themselves delisted and trading on the OTC market. Risk tolerant traders test their mettle in the volatile OTC penny stocks.

Traditionally, market and reference data for OTC securities has been less accessible and less transparent than the well regulated exchange market.  Now, Polygon is making OTC data available to stocks users for no additional fees!

New API Features

Polygon’s APIs are expanding to include real time trade data for the US OTC equities market.  Polygon sources this data from a FINRA feed available thanks to trade reporting obligations.  Polygon’s data captures the entire US OTC equities market including trades from common “exchanges” – technically they are Alternative Trading Systems (ATSs) – such as OTC Markets and Global OTC.

EndpointOTC Supported
AggregatesYes
TradesYes
Reference - TickersYes
Reference - OtherNo
QuotesNo

REST API Endpoint Changes

OTC data will be available across several API endpoints.  Polygon designed the REST API updates for OTC stocks to be opt-in so as not to break existing functionality.

The following endpoints will see new parameters introduced.

Endpoint NamePathChange
Grouped Daily/v2/aggs/grouped/locale/us/market/stocks/{date}Added include_otc optional parameter. Defaults to false.
Snapshot All Tickers/v2/snapshot/locale/us/markets/stocks/tickersAdded include_otc optional parameter. Defaults to false.
Tickers/v3/reference/tickersAdded market parameter enum otc

WebSocket Changes

Subscribing to all stocks trades will now return OTC tickers and trades in addition to the previous, exchange traded security data.

Important! If your workflow subscribes to T.* you will see additional data for OTC securities.

{"action":"subscribe", "params":"T.*"}

// Trades for both exchange tickers like AAPL, TSLA, etc *and* OTC tickers such as DANOY, TCEHY are returned

Subscribing to individual tickers will continue to work as before.  OTC tickers will now work alongside exchange traded tickers.  

{"action":"subscribe", "params":"T.NTDOY"}

// Behavior when subscribing to a single ticker has not changed.  OTC tickers now supported.

What Next

We'll start rolling out OTC data to Polygon's REST APIs in mid June.   The OTC websockets beta will be accessed via beta.polygon.io until official launch.

OTC data is available to all personal account holders on a stocks plan with no additional fees.  Enterprise access varies, contact us to learn more.

Want to be the first to hear when OTC data is available? Join us on slack to find out!

From the blog

See what's happening at polygon.io

integration quantconnect Feature Image
featured

Integration: QuantConnect

We are excited to announce our integration with QuantConnect! This offering empowers users with state-of-the-art research, backtesting, parameter optimization, and live trading capabilities, all fueled by the robust market data APIs and WebSocket Streams of Polygon.io.