addisonlynch / iexfinance

Python SDK for IEX Cloud
https://addisonlynch.github.io/iexfinance
Apache License 2.0
648 stars 136 forks source link

JSON shows `priceDate` instead of `date` #277

Closed pantunes closed 2 years ago

pantunes commented 2 years ago

Hello,

When accessing to your API endpoint: https://cloud.iexapis.com/v1/stock/market/batch?symbols=MAR......

This is the output: Screenshot 2022-08-08 at 16 32 50

and your Python package breaks because is expecting date as key. iexfinance==0.4.3

Do you have any updates on this?