zongowo111's picture
Upload crypto OHLCV data
58e674e verified
|
raw
history blame
688 Bytes
metadata
license: mit

v2-crypto-ohlcv-data

Cryptocurrency OHLCV data from Binance API.

Generated: 2025-12-30 07:53:47

Dataset Info

  • Total Files: 46
  • Total Data Points: 4,819,964
  • Total Size: 110.57 MB
  • Symbols: 23 cryptocurrencies
  • Timeframes: 15m, 1h

Usage

import pandas as pd
from huggingface_hub import hf_hub_download

path = hf_hub_download(
    "zongowo111/v2-crypto-ohlcv-data",
    "klines/BTCUSDT/BTC_15m.parquet",
    repo_type="dataset"
)
df = pd.read_parquet(path)
print(df.head())

Symbols

ADA, AAVE, ALGO, ARB, ATOM, AVAX, BCH, BNB, BTC, DOGE, DOT, ETC, ETH, FIL, LINK, LTC, MATIC, NEAR, OP, SHIB, SOL, UNI, XRP

License

MIT License