zongowo111 commited on
Commit
58e674e
·
verified ·
1 Parent(s): 740fd7b

Upload crypto OHLCV data

Browse files
Files changed (47) hide show
  1. README.md +37 -4
  2. klines/AAVEUSDT/AAVE_15m.parquet +3 -0
  3. klines/AAVEUSDT/AAVE_1h.parquet +3 -0
  4. klines/ADAUSDT/ADA_15m.parquet +3 -0
  5. klines/ADAUSDT/ADA_1h.parquet +3 -0
  6. klines/ALGOUSDT/ALGO_15m.parquet +3 -0
  7. klines/ALGOUSDT/ALGO_1h.parquet +3 -0
  8. klines/ARBUSDT/ARB_15m.parquet +3 -0
  9. klines/ARBUSDT/ARB_1h.parquet +3 -0
  10. klines/ATOMUSDT/ATOM_15m.parquet +3 -0
  11. klines/ATOMUSDT/ATOM_1h.parquet +3 -0
  12. klines/AVAXUSDT/AVAX_15m.parquet +3 -0
  13. klines/AVAXUSDT/AVAX_1h.parquet +3 -0
  14. klines/BCHUSDT/BCH_15m.parquet +3 -0
  15. klines/BCHUSDT/BCH_1h.parquet +3 -0
  16. klines/BNBUSDT/BNB_15m.parquet +3 -0
  17. klines/BNBUSDT/BNB_1h.parquet +3 -0
  18. klines/BTCUSDT/BTC_15m.parquet +3 -0
  19. klines/BTCUSDT/BTC_1h.parquet +3 -0
  20. klines/DOGEUSDT/DOGE_15m.parquet +3 -0
  21. klines/DOGEUSDT/DOGE_1h.parquet +3 -0
  22. klines/DOTUSDT/DOT_15m.parquet +3 -0
  23. klines/DOTUSDT/DOT_1h.parquet +3 -0
  24. klines/ETCUSDT/ETC_15m.parquet +3 -0
  25. klines/ETCUSDT/ETC_1h.parquet +3 -0
  26. klines/ETHUSDT/ETH_15m.parquet +3 -0
  27. klines/ETHUSDT/ETH_1h.parquet +3 -0
  28. klines/FILUSDT/FIL_15m.parquet +3 -0
  29. klines/FILUSDT/FIL_1h.parquet +3 -0
  30. klines/LINKUSDT/LINK_15m.parquet +3 -0
  31. klines/LINKUSDT/LINK_1h.parquet +3 -0
  32. klines/LTCUSDT/LTC_15m.parquet +3 -0
  33. klines/LTCUSDT/LTC_1h.parquet +3 -0
  34. klines/MATICUSDT/MATIC_15m.parquet +3 -0
  35. klines/MATICUSDT/MATIC_1h.parquet +3 -0
  36. klines/NEARUSDT/NEAR_15m.parquet +3 -0
  37. klines/NEARUSDT/NEAR_1h.parquet +3 -0
  38. klines/OPUSDT/OP_15m.parquet +3 -0
  39. klines/OPUSDT/OP_1h.parquet +3 -0
  40. klines/SHIBUSD/SHIB_15m.parquet +3 -0
  41. klines/SHIBUSD/SHIB_1h.parquet +3 -0
  42. klines/SOLUSDT/SOL_15m.parquet +3 -0
  43. klines/SOLUSDT/SOL_1h.parquet +3 -0
  44. klines/UNIUSDT/UNI_15m.parquet +3 -0
  45. klines/UNIUSDT/UNI_1h.parquet +3 -0
  46. klines/XRPUSDT/XRP_15m.parquet +3 -0
  47. klines/XRPUSDT/XRP_1h.parquet +3 -0
README.md CHANGED
@@ -1,7 +1,40 @@
1
- # Datasets
 
 
2
 
3
- Organized by symbol.
4
 
5
- ## Symbols (23)
6
 
7
- AAVE, ADA, ALGO, ARB, ATOM, AVAX, BCH, BNB, BTC, DOGE, DOT, ETC, ETH, FIL, LINK, LTC, MATIC, NEAR, OP, SHIB, SOL, UNI, XRP
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
 
5
+ # v2-crypto-ohlcv-data
6
 
7
+ Cryptocurrency OHLCV data from Binance API.
8
 
9
+ Generated: 2025-12-30 07:53:47
10
+
11
+ ## Dataset Info
12
+
13
+ - Total Files: 46
14
+ - Total Data Points: 4,819,964
15
+ - Total Size: 110.57 MB
16
+ - Symbols: 23 cryptocurrencies
17
+ - Timeframes: 15m, 1h
18
+
19
+ ## Usage
20
+
21
+ ```python
22
+ import pandas as pd
23
+ from huggingface_hub import hf_hub_download
24
+
25
+ path = hf_hub_download(
26
+ "zongowo111/v2-crypto-ohlcv-data",
27
+ "klines/BTCUSDT/BTC_15m.parquet",
28
+ repo_type="dataset"
29
+ )
30
+ df = pd.read_parquet(path)
31
+ print(df.head())
32
+ ```
33
+
34
+ ## Symbols
35
+
36
+ ADA, AAVE, ALGO, ARB, ATOM, AVAX, BCH, BNB, BTC, DOGE, DOT, ETC, ETH, FIL, LINK, LTC, MATIC, NEAR, OP, SHIB, SOL, UNI, XRP
37
+
38
+ ## License
39
+
40
+ MIT License
klines/AAVEUSDT/AAVE_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df9a79f43d950660b728cf2d4caf4813ee9963e99be33638d25d7e0bd7ea0362
3
+ size 2763547
klines/AAVEUSDT/AAVE_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6891446dbebd456ffbd94129e632aeb2f929a16afbb3ea02c49e99ae33cac3fd
3
+ size 998744
klines/ADAUSDT/ADA_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea40f1ce23d230c881629c7d41de9e2e11e5ae70065fe6f7c5badffaaccaab8a
3
+ size 6271382
klines/ADAUSDT/ADA_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4267a62db20dd5f6a1ea4ee8b8940a25fc81d4d39ee4fbbb7cb36e04ef08bea6
3
+ size 1985026
klines/ALGOUSDT/ALGO_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c34f5bc9f41d0953341d96ecd919e7922c35e1ada56e800a032e7cf91aebc81
3
+ size 2076891
klines/ALGOUSDT/ALGO_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8531d4e64b2519d0fe05c481b081bd02c9232b400bb34a34053daeb0e07f93c
3
+ size 694412
klines/ARBUSDT/ARB_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426ba7f18d10d12678727eaf3c540d12793c681b371254ca54279deaa1d3e93b
3
+ size 1315304
klines/ARBUSDT/ARB_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a9edff4ae1167102987ba4d2c7e920963ee21f09831bdf1ab514379ef40a3b
3
+ size 554887
klines/ATOMUSDT/ATOM_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6efed9a49a87b8e09103499c486b4272d7ace313b81ab1c4e681246402c3459
3
+ size 4111268
klines/ATOMUSDT/ATOM_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbf4693ae0fb006ef75342035ff51fd9b047bce98a2384c0ad0227bd0ef69691
3
+ size 1421419
klines/AVAXUSDT/AVAX_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3377cc595dd0dd40b4ac6f08288042c88da8befcac02b790d39f337c215efa5f
3
+ size 2353134
klines/AVAXUSDT/AVAX_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87925d1a1b311f479e3ea0d6046326e9f7f7be516786af73a2b2250a6aea586
3
+ size 780208
klines/BCHUSDT/BCH_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f8816f898dca2552d783f6be818d6b585255d09ea1c7e5fd1f6ee40fa1c70f
3
+ size 4296477
klines/BCHUSDT/BCH_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7701b75d3ae8dcb158eb5858557dd25126c064011ec8dd39d5dad6e98ca4955
3
+ size 1510104
klines/BNBUSDT/BNB_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f42c046b1ccc24ce0b6675a7cef336c33c05571adb6975337d3f35eaa765aa87
3
+ size 6475393
klines/BNBUSDT/BNB_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79735daec4b90255b9622b7bd53a8e03b92ca1fe7be235067d9913adfeddda81
3
+ size 1943744
klines/BTCUSDT/BTC_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b853e2fe2011b55cca8315f0dcfea8043f5fa47aceb14b0f256ddf14678c32d
3
+ size 8446930
klines/BTCUSDT/BTC_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a8707ef6aa601224ec6e356d1d361d5dc0b45120495006fcd9a19c66f2598c
3
+ size 2404274
klines/DOGEUSDT/DOGE_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83478d064ec26c9707f21b2cff3f2ee9a8a000e8f367e4cd606e93330b01a35e
3
+ size 7001780
klines/DOGEUSDT/DOGE_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69eb8635bf9df8dfcee1774fce9764f04ad64efe178e9acadae12ee0d8b2a2d4
3
+ size 2290122
klines/DOTUSDT/DOT_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b2a9fd2c5e8cea587b23084a9e1c243cc5ffadf94162611b90485a75690911
3
+ size 2286850
klines/DOTUSDT/DOT_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0d79e23e6e39752619f225fedf7a9f69ee57c2c4bf4494a69ee9ae2ffe70f40
3
+ size 799019
klines/ETCUSDT/ETC_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50db9849014c1bb1670d2b23cd2e535d0a7240a4eb0c6f86e452b5296f6b40cc
3
+ size 4720860
klines/ETCUSDT/ETC_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eee4bb1db36099bc51090f085f12739af6115c7055e949ff4d2da485f4a3eda
3
+ size 1569375
klines/ETHUSDT/ETH_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c691067468e7366be1407020a63eb6d8f2380e58dcf73c38562d3da3d586750
3
+ size 7303333
klines/ETHUSDT/ETH_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9bc4f8687696b922a7843d7de9a39a4ba2df20d7070ca208a53f75ca856f0b7
3
+ size 2130027
klines/FILUSDT/FIL_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b7268b7ed3db28b8c1e32dc84e08332ce44b4e94a702ea0b254eedbc5eeced1
3
+ size 2273799
klines/FILUSDT/FIL_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a48d927b8ee48bd49287a406ad8b20c87715304ed59f838931b115639e8eac
3
+ size 887260
klines/LINKUSDT/LINK_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc65f57fc10f2c3367f62e4e6e6b607aaf319d04eec5c223275b180dbeb86f4f
3
+ size 2302641
klines/LINKUSDT/LINK_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c3d57557ef17befd62f69100ee2961e68854ffdea583a797a6abf0944ce780
3
+ size 796333
klines/LTCUSDT/LTC_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d5bd3807cfbf5632cac88289a230b0006db1cffe8e8d744eb7db4997da7c76
3
+ size 4439231
klines/LTCUSDT/LTC_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f55654d216778a95730cbf0d2fdb320596b3d663b6ebfe98f548140da2f11ac
3
+ size 1432899
klines/MATICUSDT/MATIC_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1225a4d37c17426d8f62d994b5104170a0b8fffe804401aa967a31a2417f898
3
+ size 1920081
klines/MATICUSDT/MATIC_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416ac614ead95c53f20a09b50f79cab0caeaea140d99e95f5a2e488d7912a407
3
+ size 663325
klines/NEARUSDT/NEAR_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62944e52b06e8881f31dba22a488cdf8197a4cd7989a245cac672e102a7c8a05
3
+ size 2074321
klines/NEARUSDT/NEAR_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf7f73375769e0baf3f5729ee2567d5b76cfc4c3faf013db6322a40fc51b0efa
3
+ size 738395
klines/OPUSDT/OP_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bacbe67d267da95ea3f24f7a7d66793554b1104b97d3400282fdd786de4ca1bc
3
+ size 1774611
klines/OPUSDT/OP_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d256e7a0b728214bf93db22cefefe7fab446e445cb87ccb184cd9ef19adb898
3
+ size 600452
klines/SHIBUSD/SHIB_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd6788c20307c6a891b21d76c94cbb494430376dd0bd1d0d5f6ef7687d4d9e0
3
+ size 578814
klines/SHIBUSD/SHIB_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65beadd63975098ea7d7bdcc86b8076335863bdcd5f3ba360e7fe5370b441b24
3
+ size 199508
klines/SOLUSDT/SOL_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f24c78fbf62dabf8794b0d7f6d979eb1dc686dc09fa43ef5f9b9de851b6cef80
3
+ size 5302454
klines/SOLUSDT/SOL_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca39cade1a74c094dd8b9b35c1ae22319a428b711cbfcb31e0991791697af57
3
+ size 1645179
klines/UNIUSDT/UNI_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4497dc90a314b001a3dcc76d5b8f22ccd2ade7091bc0e1e8685338292907033d
3
+ size 4147987
klines/UNIUSDT/UNI_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4620280f655fba20503abc3c149c23466580fa2a1930eaecf450bb75cd0adb2a
3
+ size 1453496
klines/XRPUSDT/XRP_15m.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbee521ffed22707221b9512b96601948bb92d95d4b1677de1414780f71f4fb
3
+ size 3091954
klines/XRPUSDT/XRP_1h.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036ada8242b7de61625c29917a6db4772ed05eea6f6a662d33baf7b1ac3f7506
3
+ size 1118657