Skip to content

Commit f8d4e90

Browse files
committed
feat(crypto): add historical price data from accounting repo
Backfills 150 monthly USD price entries across 16 tokens (2022-2025). Converted from GBP prices using USD_GBP exchange rates. Maintains chronological order without overwriting existing daily data.
1 parent 46f288d commit f8d4e90

16 files changed

Lines changed: 165 additions & 15 deletions

crypto/AAVE_USD.tsv

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
id output
2+
"2025-01-31" 315.0818314850941
3+
"2025-02-28" 202.8582441865642
4+
"2025-03-31" 162.9372545422262
5+
"2025-04-30" 164.733685997078
6+
"2025-05-31" 251.68174431000836
7+
"2025-06-30" 278.3804376289192
8+
"2025-07-31" 273.2488124691175
29
"2025-08-01" 260.8080765954161
310
"2025-08-02" 255.73257542075334
411
"2025-08-03" 249.71855202512583
@@ -68,4 +75,4 @@ id output
6875
"2025-10-06" 285.7931727031081
6976
"2025-10-07" 297.47795926653527
7077
"2025-10-08" 276.50219300056295
71-
"2025-10-09" 285.61277047441894
78+
"2025-10-09" 285.61277047441894

crypto/AVAX_USD.tsv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
id output
2+
"2025-01-31" 34.23172669005879
23
"2025-02-01" 34.40327525683963
34
"2025-02-02" 32.224672305224274
45
"2025-02-03" 27.440534730531102
@@ -248,4 +249,4 @@ id output
248249
"2025-10-05" 30.139925111008488
249250
"2025-10-06" 30.000104022729893
250251
"2025-10-07" 30.728304595758964
251-
"2025-10-08" 27.93958449695807
252+
"2025-10-08" 27.93958449695807

crypto/BNB_USD.tsv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
id output
2+
"2025-01-31" 675.4628917750726
23
"2025-02-01" 677.1124207686067
34
"2025-02-02" 654.217143435919
45
"2025-02-03" 616.6428289864358
@@ -250,4 +251,4 @@ id output
250251
"2025-10-07" 1224.574210222444
251252
"2025-10-08" 1311.712914691701
252253
"2025-10-09" 1306.4812320510532
253-
"2025-10-10" 1255.8786646242372
254+
"2025-10-10" 1255.8786646242372

crypto/CHZ_USD.tsv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
id output
2+
"2025-01-31" 0.0723265521374671
23
"2025-02-01" 0.07184580516931288
34
"2025-02-02" 0.06639742038188245
45
"2025-02-03" 0.0575668051652661
@@ -249,4 +250,4 @@ id output
249250
"2025-10-06" 0.04368650565481284
250251
"2025-10-07" 0.04429089452297563
251252
"2025-10-08" 0.04173897663287929
252-
"2025-10-09" 0.042512581799136216
253+
"2025-10-09" 0.042512581799136216

crypto/ETH_USD.tsv

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
id output
2+
"2022-06-30" 1069.7617860573707
3+
"2022-07-31" 1680.0210009
4+
"2022-08-31" 1551.273458
5+
"2022-09-30" 1325.478530117822
6+
"2022-10-31" 1566.2729357798164
7+
"2022-11-30" 1308.8945791863948
8+
"2022-12-31" 1196.3464795548027
9+
"2023-01-31" 1155.37709392086
10+
"2023-02-28" 1597.6565201183932
11+
"2023-03-31" 1817.420861250759
12+
"2023-04-30" 1874.925957062193
13+
"2023-05-31" 1882.144360402819
14+
"2023-06-30" 1931.9020928822795
15+
"2023-07-31" 1853.998483249076
16+
"2023-08-31" 1646.1761375578872
17+
"2023-09-30" 1671.167175706199
18+
"2023-10-31" 1819.394184092629
19+
"2023-11-30" 2051.604509973981
20+
"2023-12-31" 2281.1531522573728
21+
"2024-01-31" 2273.237823056985
22+
"2024-02-29" 3340.0894671533288
23+
"2024-03-31" 3651.073574053222
24+
"2024-04-30" 3006.4080921886057
25+
"2024-05-31" 3761.1863830087054
26+
"2024-06-30" 3433.483572771557
27+
"2024-07-31" 3234.6360842747004
28+
"2024-08-31" 2513.0508589940223
29+
"2024-09-30" 2599.242388268355
30+
"2024-10-31" 2523.7751325139607
31+
"2024-11-30" 3705.538957615398
32+
"2024-12-31" 3329.0681035862954
33+
"2025-01-31" 3284.604049785167
234
"2025-02-01" 3296.390634843652
335
"2025-02-02" 3125.0386801320924
436
"2025-02-03" 2862.6976188716285

crypto/GRT_USD.tsv

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
id output
2+
"2022-06-30" 0.09472621812566119
3+
"2022-07-31" 0.1285940799
4+
"2022-08-31" 0.102477165
5+
"2022-09-30" 0.09880014851799776
6+
"2022-10-31" 0.08329128440366973
7+
"2022-11-30" 0.06554981157599768
8+
"2022-12-31" 0.05529881442051778
9+
"2023-01-31" 0.08901056644088791
10+
"2023-02-28" 0.15237893168934344
11+
"2023-03-31" 0.14536455404412044
12+
"2023-04-30" 0.13663041628937764
13+
"2023-05-31" 0.13421752211991406
14+
"2023-06-30" 0.10529892737525878
15+
"2023-07-31" 0.11022061218316222
16+
"2023-08-31" 0.08867631907189666
17+
"2023-09-30" 0.08961090763160531
18+
"2023-10-31" 0.10451735522615731
19+
"2023-11-30" 0.14263761062319488
20+
"2023-12-31" 0.18409886840301293
21+
"2024-01-31" 0.1540148801742068
22+
"2024-02-29" 0.28046610605010824
23+
"2024-03-31" 0.3921481814813697
24+
"2024-04-30" 0.2357543485564204
25+
"2024-05-31" 0.29785407016560655
26+
"2024-06-30" 0.21048044314218586
27+
"2024-07-31" 0.1801340064018037
28+
"2024-08-31" 0.1458787627242323
29+
"2024-09-30" 0.1751073343565016
30+
"2024-10-31" 0.1475902449090135
31+
"2024-11-30" 0.2889187736711672
32+
"2024-12-31" 0.19976534982388727
233
"2025-01-01" 0.19997274197152415
334
"2025-01-02" 0.20819994445148074
435
"2025-01-03" 0.2196031114816462
@@ -280,4 +311,4 @@ id output
280311
"2025-10-06" 0.08296953776430892
281312
"2025-10-07" 0.08586306200830593
282313
"2025-10-08" 0.08214498514808646
283-
"2025-10-09" 0.08305103175347037
314+
"2025-10-09" 0.08305103175347037

crypto/HYPE_USD.tsv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
id output
2+
"2025-01-31" 27.62809427557371
23
"2025-02-01" 26.90772719520058
34
"2025-02-02" 23.65299411298062
45
"2025-02-03" 22.169205122636715
@@ -248,4 +249,4 @@ id output
248249
"2025-10-05" 49.15175425318848
249250
"2025-10-06" 48.16161601080828
250251
"2025-10-07" 47.46710011493855
251-
"2025-10-08" 45.15140533681702
252+
"2025-10-08" 45.15140533681702

crypto/OP_USD.tsv

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
id output
2+
"2024-01-31" 2.8895636080564104
3+
"2024-02-29" 3.6973700050576213
4+
"2024-03-31" 3.6921548017139676
5+
"2024-04-30" 2.531040302333065
6+
"2024-05-31" 2.4592485206410464
7+
"2024-06-30" 1.7997146670427548
8+
"2024-07-31" 1.5850378739548219
9+
"2024-08-31" 1.4182052084158805
10+
"2024-09-30" 1.7491338001014385
11+
"2024-10-31" 1.6153032667431872
12+
"2024-11-30" 2.4528868954380707
13+
"2024-12-31" 1.7498824247518412
14+
"2025-01-31" 1.419791871925761
215
"2025-02-01" 1.4252703888493816
316
"2025-02-02" 1.3392484127635493
417
"2025-02-03" 1.1122445321290677
@@ -249,4 +262,4 @@ id output
249262
"2025-10-06" 0.7192156275286794
250263
"2025-10-07" 0.7579399453691716
251264
"2025-10-08" 0.7126708637727476
252-
"2025-10-09" 0.7309194758890007
265+
"2025-10-09" 0.7309194758890007

crypto/POL_USD.tsv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
id output
2+
"2025-01-31" 0.41091736181428873
23
"2025-02-01" 0.40694339438484256
34
"2025-02-02" 0.37805730202746196
45
"2025-02-03" 0.3324111881377125
@@ -249,4 +250,4 @@ id output
249250
"2025-10-06" 0.23749280075817714
250251
"2025-10-07" 0.24948544375855508
251252
"2025-10-08" 0.2372250922031491
252-
"2025-10-09" 0.24113081681056645
253+
"2025-10-09" 0.24113081681056645

crypto/SAFE_USD.tsv

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
id output
2+
"2024-03-31" 2.14188498569562
3+
"2024-04-30" 1.7864976714309326
4+
"2024-05-31" 2.120651163064105
5+
"2024-06-30" 1.450254648800134
6+
"2024-07-31" 1.0400730597246062
7+
"2024-08-31" 0.7857050379325855
8+
"2024-09-30" 0.8951327488455494
9+
"2024-10-31" 1.1235507293104114
10+
"2024-11-30" 1.2099388975062337
11+
"2024-12-31" 0.9897584454050592
212
"2025-01-01" 0.9907883340712301
313
"2025-01-02" 1.019776135923308
414
"2025-01-03" 1.040361309191958
@@ -280,4 +290,4 @@ id output
280290
"2025-10-06" 0.3665110162400391
281291
"2025-10-07" 0.3824333331050599
282292
"2025-10-08" 0.36287806834465125
283-
"2025-10-09" 0.3699018553607251
293+
"2025-10-09" 0.3699018553607251

0 commit comments

Comments
 (0)