CoolFace
Datasetpublic

BlockDB/Token-To-Token-Prices-OHLC-Ethereum-Cryptocurrency-Data

Token-To-Token-Prices-OHLC-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB token_to_token_prices_ohlc (Ethereum). Load from datasets import load_dataset ds = load_dataset("BlockDB/Token-To-Token-Prices-OHLC-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2015-08 .. 2026-06 (UTC calendar months). Schema column type block_timestamp timestamp… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/Token-To-Token-Prices-OHLC-Ethereum-Cryptocurrency-Data.

sourceHugging Faceupdated 27d agoView on Hugging Face
0likes764downloads
Dataset Card

Token-To-Token-Prices-OHLC-Ethereum-Cryptocurrency-Data

Hive-partitioned Parquet export of BlockDB token_to_token_prices_ohlc (Ethereum).

Load

python
from datasets import load_dataset
ds = load_dataset("BlockDB/Token-To-Token-Prices-OHLC-Ethereum-Cryptocurrency-Data", split="train")

Files live under data/year=YYYY/month=MM/part-NNNN.parquet.

Range: 2015-08 .. 2026-06 (UTC calendar months).

Schema

columntype
block_timestamptimestamp
bucket_starttimestamp
bucket_endtimestamp
bucket_secondsint32
pool_uidstring
exchange_idint32
type_idint32
token_instring
token_outstring
openstring
highstring
lowstring
closestring
volume_in_rawstring
volume_instring?
volume_out_rawstring
volume_outstring?
trades_countint64
_tracing_idstring
_parent_tracing_idsstring
_created_attimestamp
_updated_attimestamp