polygon-io / issues

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

Probably duplicated ticker in results v3/reference/tickers #145

Closed zruslan closed 3 years ago

zruslan commented 3 years ago

URL /v3/reference/tickers?ticker=PG&type=CS&market=stocks&active=true&limit=1000&apiKey=***

ticker = PG

Result

{
 "results": [
  {
   "ticker": "PG",
   "name": "Procter & Gamble",
   "market": "stocks",
   "locale": "us",
   "primary_exchange": "XNYS",
   "type": "CS",
   "active": true,
   "currency_name": "usd",
   "cik": "0000080424",
   "composite_figi": "BBG000BR2TH3",
   "share_class_figi": "BBG001S5V4L9",
   "last_updated_utc": "2019-04-25T00:00:00Z"
  },
  {
   "ticker": "PG",
   "name": "Procter & Gamble Company",
   "market": "stocks",
   "locale": "us",
   "primary_exchange": "XNYS",
   "type": "CS",
   "active": true,
   "currency_name": "usd",
   "cik": "0000080424",
   "composite_figi": "BBG000BR2TH3",
   "share_class_figi": "BBG001S5V4L9",
   "last_updated_utc": "2021-05-10T00:00:00Z"
  }
 ],
 "status": "OK",
 "request_id": "7849df510e3e7a69311f28f1d65c0278",
 "count": 2
}

This is the only stock ticker with 2 records, at least within tickers with Active=true. Is this a bug in data? or field "ticker" is actually not unique in results?

Stormy110 commented 3 years ago

Thank you for bringing this to our attention! It appears to be a duplicate record. We will adjust accordingly.

zruslan commented 3 years ago

thank you!