--- tags: - cryptocurrency - crypto - market-data - real-time - data-hub license: mit dataset_info: features: - name: symbol dtype: string - name: price dtype: float64 - name: market_cap dtype: float64 - name: volume_24h dtype: float64 - name: change_24h dtype: float64 - name: high_24h dtype: float64 - name: low_24h dtype: float64 - name: provider dtype: string - name: timestamp dtype: string - name: fetched_at dtype: string splits: - name: train num_bytes: 2344 num_examples: 18 download_size: 5857 dataset_size: 2344 configs: - config_name: default data_files: - split: train path: data/train-* --- # Really-amin/crypto-market-data Real-time cryptocurrency market data from multiple sources ## 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-market-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-06T02:09:56.777139Z