polygon-io / issues

Quickly track and report problems with polygon.io
29 stars 0 forks source link

Missing cik info on some OTC stocks that have filings #255

Open jacksteussie opened 11 months ago

jacksteussie commented 11 months ago

URL https://api.polygon.io/v3/reference/tickers?cik=0001781629&active=true&apiKey={API_KEY}

Result What result are getting?

    "results": [],
    "status": "OK",
    "request_id": "3c4bfdc403cd5151c4544a7ce9be5f56"
}

Expected Result It should be the result that I get when I query with a ticker rather than a cik. The ticker is ANKM and when I query via ticker I get the following:

{
    "results": [
        {
            "ticker": "ANKM",
            "name": "ANKAM",
            "market": "otc",
            "locale": "us",
            "type": "CS",
            "active": true,
            "currency_name": "USD",
            "composite_figi": "BBG01081C4T4",
            "share_class_figi": "BBG01081C4V1",
            "last_updated_utc": "2023-06-21T06:49:13.727Z"
        }
    ],
    "status": "OK",
    "request_id": "2d5169d7b8d1126a3978e67ba99a2fc7",
    "count": 1
}

The output should have an addition cik attribute with 0001781629 as its value.

Screenshots N/A

Desktop (please complete the following information):

Additional context N/A