Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
giladAlboher committed Feb 3, 2025
1 parent 51a6e22 commit 5a215a6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions data/bitcoin_prices_week.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Date,Price (USD),Market Cap (USD),Total Volume (USD)
2025-01-26,104796.04077738234,2077647817531.3406,22740744964.719296
2025-01-27,102552.24874280207,2036324005947.406,20639818380.26942
2025-01-28,101958.46953745594,2019295541213.5288,93191643783.24739
2025-01-29,101313.11264498268,2007072201507.5273,45780526813.56264
2025-01-30,103718.97939813645,2056581551171.7,47425401641.53094
2025-01-31,104781.5135100103,2076760153260.6191,42122570869.034325
2025-02-01,102382.39409722165,2028504133577.489,37187819228.35328
2025-02-02,100552.61840923532,1993265393304.8547,25323479225.56788
2025-02-02,100674.78762544956,1996423711261.7268,22827776122.48367
2025-02-03,97652.02866142086,1936888649851.0564,60384282261.70392
36 changes: 18 additions & 18 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"prices": [
[
1737849600000,
104796.04077738234
],
[
1737936000000,
102552.24874280207
Expand All @@ -29,15 +25,15 @@
102382.39409722165
],
[
1738454495000,
100552.61840923532
1738454400000,
100674.78762544956
],
[
1738540887000,
97652.02866142086
]
],
"market_caps": [
[
1737849600000,
2077647817531.3406
],
[
1737936000000,
2036324005947.406
Expand All @@ -63,15 +59,15 @@
2028504133577.489
],
[
1738454495000,
1993265393304.8547
1738454400000,
1996423711261.7268
],
[
1738540887000,
1936888649851.0564
]
],
"total_volumes": [
[
1737849600000,
22740744964.719296
],
[
1737936000000,
20639818380.26942
Expand All @@ -97,8 +93,12 @@
37187819228.35328
],
[
1738454495000,
25323479225.56788
1738454400000,
22827776122.48367
],
[
1738540887000,
60384282261.70392
]
]
}
4 changes: 2 additions & 2 deletions data/weekly_statistics.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
,Price (USD),Price (USD),Price (USD),Market Cap (USD),Total Volume (USD)
,min,max,mean,mean,mean
Timestamp,,,,,
2025-01-26,104796.04077738234,104796.04077738234,104796.04077738234,2077647817531.3406,22740744964.719296
2025-02-02,100552.61840923532,104781.5135100103,102465.61947712062,2031114711426.1606,44524465705.93798
2025-02-02,100674.78762544956,104781.5135100103,102483.07222229408,2031565899705.7136,44167936691.21167
2025-02-09,97652.02866142086,97652.02866142086,97652.02866142086,1936888649851.0564,60384282261.70392

0 comments on commit 5a215a6

Please sign in to comment.