knox ha revisionato questo gist . Vai alla revisione
1 file changed, 24 insertions
yfinance-8.py(file creato)
@@ -0,0 +1,24 @@ | |||
1 | + | import yfinance as yf | |
2 | + | ||
3 | + | tech = yf.Sector('technology') | |
4 | + | software = yf.Industry('software-infrastructure') | |
5 | + | ||
6 | + | # Common information | |
7 | + | tech.key | |
8 | + | tech.name | |
9 | + | tech.symbol | |
10 | + | tech.ticker | |
11 | + | tech.overview | |
12 | + | tech.top_companies | |
13 | + | tech.research_reports | |
14 | + | ||
15 | + | # Sector information | |
16 | + | tech.top_etfs | |
17 | + | tech.top_mutual_funds | |
18 | + | tech.industries | |
19 | + | ||
20 | + | # Industry information | |
21 | + | software.sector_key | |
22 | + | software.sector_name | |
23 | + | software.top_performing_companies | |
24 | + | software.top_growth_companies |
Più nuovi
Più vecchi