Open psbj opened 3 years ago
Yahoo does not offer 1m anymore, only daily or higher granularity, closing
I see that post-market move is available in the yahoo finance app, but can this data be pulled in the API? Maybe .history() should return an additional 'PostMktClose' column?
If you use Ticker.history() before the market officially opens but while pre-market trading is happening, with the following code:
The data returned does not include the pre-market data for the current day. Even if you set the period to "1h" it only includes the pervious day's post-market data as the latest.
I'm not sure if this is intended or not, but if it is, how do you get the pre-market data for the day with the Ticker.history() function before the market opens?