File size: 2,319 Bytes
0b499ef
 
 
 
 
 
 
 
 
 
 
7eb75c1
 
 
 
 
 
 
 
 
 
 
 
a04496d
 
7eb75c1
 
 
 
1c41232
 
 
 
7eb75c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a04496d
 
 
 
 
7eb75c1
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
pretty_name: Cryptocurrency Market Research Dataset
tags:
- cryptocurrency
- finance
- time-series
- parquet
task_categories:
- time-series-forecasting
---

# Crypto Market Research Dataset

Personal-use staging package for crypto market research and model training.

## Scope

This package is organized into four layers:

- `market/`: cleaned exchange market data.
- `derivatives/`: funding rate, open interest, and related derivatives data.
- `derived/`: aligned or transformed research features.
- `quality_reports/`: coverage, completeness, and provenance reports.
- `legacy/market_data/`: broader historical source archive preserved for
  personal research; it may contain mixed raw and derived data.

The source workspace remains unchanged. This directory is the only staging area
intended for a future Hugging Face upload.

The current package version is documented in `VERSION.md`. The field contract
for market bars is documented in `schemas/market_bar_schema.json`, and the
integrity list is stored in `FILE_SHA256.csv`.

## Initial candidates

| Dataset | Source | Status |
|---|---|---|
| BTCUSDT 5m, 3 years | Binance Data Vision | Ready for packaging; coverage report passed |
| BTCUSDT 15m, 3 years | Binance Data Vision | Candidate; verify coverage report before upload |
| BTCUSDT 30m, 3 years | Binance Data Vision | Candidate; verify coverage report before upload |
| Sector leader aligned data | Public exchange datasets | Candidate; preserve source per field and review redistribution terms |

## Important exclusions

The legacy `market_data`, `manifest`, and `config` directories are protected
inputs and are not copied here automatically. Mixed `combined` data is not
treated as canonical raw market data. Runtime files, databases, virtualenvs,
code, tests, and caches are excluded.

The contents under `legacy/market_data/` are included because this is a private
personal-use archive. They are intentionally not promoted to the canonical
market-data layer and should be filtered by source, exchange, and provenance
before modeling.

## Intended upload mode

Private Hugging Face dataset repository for personal use. Before upload, add a
dataset card with source attribution, date ranges, schema, quality status, and
the applicable license or redistribution notes for every upstream source.