Mercurial > public > lazybear
comparison LazyBear/Resources/DisplayWords.json @ 416:1662a41e2c1a
KeyStatsView implemented
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 09 Jun 2021 20:26:28 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
415:34f9e408b861 | 416:1662a41e2c1a |
---|---|
1 { | |
2 "keyStats": | |
3 { | |
4 "avg10Volume": "10 days average volume", | |
5 "avg30Volume": "30 days average volume", | |
6 "beta": "Beta", | |
7 "companyName": "Company Name", | |
8 "day200MovingAvg": "200 days moving average", | |
9 "day30ChangePercent": "30 days change percent", | |
10 "day50MovingAvg": "50 days moving average", | |
11 "day5ChangePercent": "Percent change in 5 days", | |
12 "dividendYield": "Dividend yield", | |
13 "employees": "Employees", | |
14 "exDividendDate": "Ex dividend date", | |
15 "float": "Float", | |
16 "marketcap": "Market cap", | |
17 "maxChangePercent": "Max change percent", | |
18 "month1ChangePercent": "Percent change in 1 month", | |
19 "month3ChangePercent": "Percent change in 3 months", | |
20 "month6ChangePercent": "Percent change in 6 months", | |
21 "nextDividendDate": "Next dividend date", | |
22 "nextEarningsDate": "Next earnings date", | |
23 "peRatio": "PE ratio", | |
24 "sharesOutstanding": "Shares outstanding", | |
25 "ttmDividendRate": "TTM dividend rate", | |
26 "ttmEPS": "TTM EPS", | |
27 "week52Change": "Change in 52 weeks", | |
28 "week52High": "52 weeks high", | |
29 "week52HighSplitAdjustOnly": " 52 weeks high (Split adjust only)", | |
30 "week52Low": "52 weeks low", | |
31 "week52LowSplitAdjustOnly": " 52 weeks low (Split adjust only)", | |
32 "year1ChangePercent": "Percent change in 1 year", | |
33 "year2ChangePercent": "Percent change in 2 year", | |
34 "year5ChangePercent": "Percent change in 5 year", | |
35 "ytdChangePercent": "YTD percent change" | |
36 } | |
37 } |