Naposledy aktivní 1730172835

Revize a935f77bbc41778adecc8047d9244c1aa7a7d938

yfinance-8.py Raw
1import yfinance as yf
2
3tech = yf.Sector('technology')
4software = yf.Industry('software-infrastructure')
5
6# Common information
7tech.key
8tech.name
9tech.symbol
10tech.ticker
11tech.overview
12tech.top_companies
13tech.research_reports
14
15# Sector information
16tech.top_etfs
17tech.top_mutual_funds
18tech.industries
19
20# Industry information
21software.sector_key
22software.sector_name
23software.top_performing_companies
24software.top_growth_companies