pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Timezone not taken into consideration

Open mickbo32 opened this issue 4 years ago • 0 comments

https://github.com/pydata/pandas-datareader/blob/90f155ac6dcfa53a81441d8886d306c3790049bb/pandas_datareader/yahoo/daily.py#L128 _get_params() of YahooDailyReader doesn't consider local timezone of the request (nor the timezone of the requested data), it just does a hard shift by 4 hours.

mickbo32 avatar Feb 26 '21 21:02 mickbo32