CoolFace
Datasetpublic

Really-amin/crypto-ohlc-data

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… See the full description on the dataset page: https://huggingface.co/datasets/Really-amin/crypto-ohlc-data.

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes30downloads
Dataset Card

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

python
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