Open cnuernber opened 2 years ago
Thanks for raising this issue, we're investigating the problem now.
Unfortunately, there is no update at the moment. This is something that is surfaced relatively frequently, so I can assure you its on our radar.
You may be able to use our Ticker Events endpoint for the list date instead of ticker details:
https://api.polygon.io/vX/reference/tickers/ULTR/events?apiKey=
{
"results": {
"name": "IQ Ultra Short Duration ETF",
"figi": "BBG00PPRNFN3",
"cik": "0001415995",
"events": [
{
"ticker_change": {
"ticker": "ULTR"
},
"type": "ticker_change",
"date": "2019-07-31"
}
]
},
"status": "OK",
"request_id": "4d855e6d2e21294e66829eddffede5e8"
}
URL
"https://api.polygon.io/v3/reference/tickers/ULTR?apiKey={...}"
Result
Expected Result The ETF ULTR's list_date is 2019. In this case it is picking the list_date for a ticker listed on a different exchange. This breaks being able to get the history of a ticker using the agg API due to a similar issue.