atreadw1492 / yahoo_fin

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

get_market_status #39

Closed Jonathanpou closed 3 years ago

Jonathanpou commented 3 years ago

Can someone tell me how to use this method?

It seems everything I try it wont return anything

atreadw1492 commented 3 years ago

@Jonathanpou You should be able to call get_market_status like this:

import yahoo_fin.stock_info as si

si.get_market_status()