atreadw1492 / yahoo_fin

Scrape stock price history from new (Spring 2017) Yahoo Finance layout
MIT License
285 stars 125 forks source link

get_market_status() returns unexpected 'PREPRE' & 'POSTPOST' #76

Open shuanang opened 2 years ago

shuanang commented 2 years ago

Expected pre-market (“PRE”), open (“OPEN”), post-market (“POST”), or closed (“CLOSED”).

Received 'PREPRE' on Monday 8Nov21 3:27 am EST. Was working fine earlier, could it be the end of daylight saving time causing the issue?

shuanang commented 2 years ago

Update: In post market today at 20:54 EST, get_market_status() returns 'POSTPOST' instead of expected 'POST'