pandas-datareader
pandas-datareader copied to clipboard
Timezone not taken into consideration
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.