crypto-ohlc-data / README.md
Really-amin's picture
Upload dataset
927f6bb verified
metadata
tags:
  - cryptocurrency
  - crypto
  - market-data
  - real-time
  - data-hub
license: mit
dataset_info:
  features:
    - name: symbol
      dtype: string
    - name: interval
      dtype: string
    - name: timestamp
      dtype: string
    - name: open
      dtype: float64
    - name: high
      dtype: float64
    - name: low
      dtype: float64
    - name: close
      dtype: float64
    - name: volume
      dtype: float64
    - name: provider
      dtype: string
    - name: fetched_at
      dtype: string
  splits:
    - name: train
      num_bytes: 35400
      num_examples: 300
  download_size: 18375
  dataset_size: 35400
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Really-amin/crypto-ohlc-data

Real-time cryptocurrency OHLC/candlestick data from multiple exchanges

Data Source

This dataset is automatically updated from real cryptocurrency APIs:

  • CoinGecko API (market data)
  • Binance API (OHLC data)

Update Frequency

Data is updated every 60 seconds with real-time information.

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("Really-amin/crypto-ohlc-data")

# Access data
df = dataset['train'].to_pandas()
print(df.head())

Data Hub Architecture

External APIs → Data Hub → HuggingFace Datasets → Clients

All data is real - no mock or fake data.

Last Updated

2025-12-06T04:05:18.739950Z