polygon-io / feature-requests

Feature requests for the Polgon.io Platform. Any bug reports should be opened in polygon-io/issues/issuess
0 stars 0 forks source link

OTC stocks: distinguish between Expert Market stocks and other OTC tiers #2

Open flux77 opened 1 year ago

flux77 commented 1 year ago

Is your feature request related to a problem? Please describe. The Ticker Details endpoint (/v3/reference/tickers/{ticker}) does not provide information about which OTC tier an OTC ticker belongs to. As a result, there is no way to distinguish between Expert Market OTC stocks and "regular" OTC stocks. This information is relevant because trading in Expert Market stocks is restricted, unlike stocks categorized under the other OTC tiers (i.e. OTCQX, OTCQB, Pink Current Information, Pink Limited Information).

Describe the solution you'd like There should be a way to find out whether or not an OTC stock is classified as Expert Market. One way to do this is to add an additional field to the response of the Ticker Details endpoint (/v3/reference/tickers/{ticker}).