forked from burt2/git_training_dax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdax.json
More file actions
44 lines (44 loc) · 884 Bytes
/
Copy pathdax.json
File metadata and controls
44 lines (44 loc) · 884 Bytes
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
{
"Beschreibung":"Der DAX ist der bedeutendste deutsche Aktienindex. Er misst aktuell die Wertentwicklung der 40 größten und liquidesten Unternehmen des deutschen Aktienmarktes und repräsentiert rund 80 Prozent der Marktkapitalisierung börsennotierter Aktiengesellschaften in Deutschland"
"DAX_Values": [
{
"year": 2012,
"value": 7612.39
},
{
"year": 2014,
"value": 9800.03
},
{
"year": 2015,
"value": 10743.01
},
{
"year": 2016,
"value": 11481.06
},
{
"year": 2017,
"value": 12917.64
},
{
"year": 2018,
"value": 10858.68
},
{
"year": 2019,
"value": 13249.01
},
{
"year": 2020,
"value": 13718.78
},
{
"year": 2021,
"value": 15835.09
},
{
"year": 2022,
value: 13923.59
}
}