Skip to content

Commit 8761ebb

Browse files
authored
Update data.json
1 parent 8400048 commit 8761ebb

File tree

1 file changed

+112
-15
lines changed

1 file changed

+112
-15
lines changed

Diff for: data.json

+112-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,113 @@
1-
[
2-
{ commodity: "Crude Oil", price: 38.1900, day: -2.00, week: 2.63, month: 58.53, year: -28.16 },
3-
{ commodity: "Brent", price: 40.5200, day: -1.63, week: 2.04, month: 37.02, year: -34.82 },
4-
{ commodity: "Natural Gas", price: 1.7370, day: 0.58, week: -4.35, month: -4.92, year: -27.55 },
5-
{ commodity: "Gasoline", price: 1.2073, day: -0.49, week: 8.36, month: 29.60, year: -31.07 },
6-
{ commodity: "Gold", price: 1720.00, day: 0.23, week: 1.30, month: 1.43, year: 29.67 },
7-
{ commodity: "Silver", price: 17.6600, day: 0.56, week: 0.20, month: 13.83, year: 20.41 },
8-
{ commodity: "Wheat", price: 506.2500, day: 0.40, week: -0.93, month: -1.65, year: -1.98 },
9-
{ commodity: "Palm Oil", price: 2306.00, day: -6.07, week: -5.69, month: 2.40, year: -5.57 },
10-
{ commodity: "Cheese", price: 2.1620, day: 1.84, week: 65.67, month: 72.96, year: 27.70 },
11-
{ commodity: "Rice", price: 16.3200, day: -7.09, week: -20.64, month: -2.91, year: 40.99 },
12-
{ commodity: "Copper", price: 2.6180, day: 0.67, week: 5.46, month: 10.32, year: -1.87 },
13-
{ commodity: "Steel", price: 3716.00, day: 0.19, week: 3.65, month: 9.07, year: -0.91 },
14-
{ commodity: "Aluminum", price: 1605.50, day: 0.03, week: 3.78, month: 7.21, year: -9.70 },
15-
{ commodity: "Tin", price: 16922, day: 1.54, week: 5.70, month: 11.04, year: -11.68 }
1+
[{
2+
"commodity": "Crude Oil",
3+
"price": 38.1900,
4+
"day": -2.00,
5+
"week": 2.63,
6+
"month": 58.53,
7+
"year": -28.16
8+
},
9+
{
10+
"commodity": "Brent",
11+
"price": 40.5200,
12+
"day": -1.63,
13+
"week": 2.04,
14+
"month": 37.02,
15+
"year": -34.82
16+
},
17+
{
18+
"commodity": "Natural Gas",
19+
"price": 1.7370,
20+
"day": 0.58,
21+
"week": -4.35,
22+
"month": -4.92,
23+
"year": -27.55
24+
},
25+
{
26+
"commodity": "Gasoline",
27+
"price": 1.2073,
28+
"day": -0.49,
29+
"week": 8.36,
30+
"month": 29.60,
31+
"year": -31.07
32+
},
33+
{
34+
"commodity": "Gold",
35+
"price": 1720.00,
36+
"day": 0.23,
37+
"week": 1.30,
38+
"month": 1.43,
39+
"year": 29.67
40+
},
41+
{
42+
"commodity": "Silver",
43+
"price": 17.6600,
44+
"day": 0.56,
45+
"week": 0.20,
46+
"month": 13.83,
47+
"year": 20.41
48+
},
49+
{
50+
"commodity": "Wheat",
51+
"price": 506.2500,
52+
"day": 0.40,
53+
"week": -0.93,
54+
"month": -1.65,
55+
"year": -1.98
56+
},
57+
{
58+
"commodity": "Palm Oil",
59+
"price": 2306.00,
60+
"day": -6.07,
61+
"week": -5.69,
62+
"month": 2.40,
63+
"year": -5.57
64+
},
65+
{
66+
"commodity": "Cheese",
67+
"price": 2.1620,
68+
"day": 1.84,
69+
"week": 65.67,
70+
"month": 72.96,
71+
"year": 27.70
72+
},
73+
{
74+
"commodity": "Rice",
75+
"price": 16.3200,
76+
"day": -7.09,
77+
"week": -20.64,
78+
"month": -2.91,
79+
"year": 40.99
80+
},
81+
{
82+
"commodity": "Copper",
83+
"price": 2.6180,
84+
"day": 0.67,
85+
"week": 5.46,
86+
"month": 10.32,
87+
"year": -1.87
88+
},
89+
{
90+
"commodity": "Steel",
91+
"price": 3716.00,
92+
"day": 0.19,
93+
"week": 3.65,
94+
"month": 9.07,
95+
"year": -0.91
96+
},
97+
{
98+
"commodity": "Aluminum",
99+
"price": 1605.50,
100+
"day": 0.03,
101+
"week": 3.78,
102+
"month": 7.21,
103+
"year": -9.70
104+
},
105+
{
106+
"commodity": "Tin",
107+
"price": 16922,
108+
"day": 1.54,
109+
"week": 5.70,
110+
"month": 11.04,
111+
"year": -11.68
112+
}
16113
]

0 commit comments

Comments
 (0)