-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.py
87 lines (86 loc) · 1.8 KB
/
info.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
info_list = ['averageDailyVolume10Day',
'averageVolume',
'averageVolume10days',
'country',
'currency',
'dayHigh',
'dayLow',
'dividendRate',
'earningsQuarterlyGrowth',
'enterpriseToEbitda',
'enterpriseToRevenue',
'enterpriseValue',
'exDividendDate',
'exchange',
'exchangeTimezoneName',
'exchangeTimezoneShortName',
'fiftyDayAverage',
'fiftyTwoWeekHigh',
'fiftyTwoWeekLow',
'fiveYearAvgDividendYield',
'floatShares',
'forwardEps',
'forwardPE',
'fullTimeEmployees',
'industry',
'lastDividendDate',
'lastDividendValue',
'lastFiscalYearEnd',
'lastSplitDate',
'lastSplitFactor',
'market',
'marketCap',
'previousClose',
'priceHint',
'regularMarketDayHigh',
'regularMarketDayLow',
'regularMarketOpen',
'regularMarketPreviousClose',
'regularMarketPrice',
'regularMarketVolume',
'sector',
'sharesOutstanding',
'sharesPercentSharesOut',
'sharesShort',
'sharesShortPreviousMonthDate',
'sharesShortPriorMonth',
'shortName',
'shortPercentOfFloat',
'shortRatio',
'website'
]
news_sources = [
"abc-news",
"axios",
"bbc-news",
"bleacher-report",
"bloomberg",
"buzzfeed",
"cbc-news",
"cbs-news",
"cnn",
"crypto-coins-news",
"espn",
"financial-post",
"focus",
"fortune",
"fox-news",
"google-news",
"hacker-news",
"independent",
"info-money",
"national-geographic",
"nbc-news",
"news24",
"newsweek",
"new-york-magazine",
"next-big-future",
"techcrunch",
"the-huffington-post",
"the-wall-street-journal",
"the-washington-post",
"the-washington-times",
"time",
"usa-today",
"wired",
]