polygon-io / issues

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

Tickers endpoint returns duplicate records with different CIKs #310

Open mpolatov opened 2 months ago

mpolatov commented 2 months ago

URL https://api.polygon.io/v3/reference/tickers?ticker=THC&active=true&limit=100&apiKey=****

Result { "results": [ { "ticker": "THC", "name": "Tenet Healthcare Corporation New", "market": "stocks", "locale": "us", "primary_exchange": "XNYS", "type": "CS", "active": true, "currency_name": "usd", "cik": "0000034956", "composite_figi": "BBG000CPHYL4", "share_class_figi": "BBG001S70FY0", "last_updated_utc": "2024-07-24T00:00:00Z" }, { "ticker": "THC", "name": "Tenet Healthcare Corporation New", "market": "stocks", "locale": "us", "primary_exchange": "XNYS", "type": "CS", "active": true, "currency_name": "usd", "cik": "0000070318", "composite_figi": "BBG000CPHYL4", "share_class_figi": "BBG001S70FY0", "last_updated_utc": "2024-08-02T00:00:00Z" } ], "status": "OK", "request_id": "d2e9593cfd4bdfb19f3ac472166ce9e9", "count": 2 }

Expected Result The record with CIK 34956 is wrong (the actual ticker is TENX)

Additional context Dups started on 2024.07.27, its possible other tickers are affected too.

AHangstefer commented 2 months ago

Hi! Thanks for reaching out and thank you for letting us know. We have a ticket open for this issue.