polygon-io / issues

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

Wrong CIK for some stocks #223

Open herebebeasties opened 1 year ago

herebebeasties commented 1 year ago

For example for CLG in 2007:

URL https://api.polygon.io/v3/reference/tickers/CLG?date=2007-07-01&apiKey=

Result

{
  "results": {
    "ticker": "CLG",
    "name": "CUMBERLAND RES LTD",
    [...]
    "cik": "0000002809",
    [...]
  },
  "status": "OK",
  "request_id": "6f55fc8afefba822bc8321902f42a1b1"
}

Expected Result

    "cik": "0001016724",

CIK 2908 is AGNICO EAGLE MINES LTD in EDGAR CIK 1016724 is CUMBERLAND RESOURCES LTD in EDGAR