Остання активність 1730172920

Версія 9d3399ca1414e4cc090fd52a6a4d6560848e3678

yfinance-10.py Неформатований
1import requests_cache
2session = requests_cache.CachedSession('yfinance.cache')
3session.headers['User-agent'] = 'my-program/1.0'
4ticker = yf.Ticker('msft', session=session)
5# The scraped response will be stored in the cache
6ticker.actions