eiphy

Results 3 issues of eiphy

## Before Asking: - [x] I have searched the Issue Tracker. - [x] I have searched the Documentation. ## What is your question related to? - [x] Comet Python SDK...

question

### Describe bug The data of TSLA are inconsistent before 2022-08-24: Hourly data: ![image](https://github.com/ranaroussi/yfinance/assets/46335499/17eab236-ed18-4938-bdf5-140249188865) Daily data: ![image](https://github.com/ranaroussi/yfinance/assets/46335499/9028f6a8-61f3-4283-8f98-dc8c4b76910c) ### Simple code that reproduces your problem ```python import yfinance as yf yf.enable_debug_mode()...

**Describe the bug** The timestamp returned from polygon does not make sense to me. After converting to normal datetime object, it spans from 0am to 8am and then 17pm to...

bug