Datasets:
File size: 1,345 Bytes
f7e7c7b b2753de f7e7c7b ce6e9ab 0f587b8 | 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 61 62 63 64 65 66 67 68 69 70 71 72 73 | ---
pretty_name: "Financial Time Series Dataset"
tags:
- time-series
- finance
- forecasting
license: mit
task_categories:
- time-series-forecasting
configs:
- config_name: C
data_files:
- C/C.parquet
default: true # 这个会让 C 成为默认打开的配置(可选,不加也行)
- config_name: CF
data_files:
- CF/CF.parquet
- config_name: HC
data_files:
- HC/HC.parquet
- config_name: I
data_files:
- I/I.parquet
- config_name: L
data_files:
- L/L.parquet
- config_name: M
data_files:
- M/M.parquet
- config_name: MA
data_files:
- MA/MA.parquet
- config_name: P
data_files:
- P/P.parquet
- config_name: PP
data_files:
- PP/PP.parquet
- config_name: RB
data_files:
- RB/RB.parquet
- config_name: SR
data_files:
- SR/SR.parquet
- config_name: TA
data_files:
- TA/TA.parquet
---
# Financial Time Series DataSet
<!-- Provide a quick summary of the dataset. -->
This dataset includes basic data for the main contracts of some products in the futures market
## Product Type
This dataset include products belong:
- C
- CF
- HC
- I
- L
- M
- MA
- P
- PP
- RB
- SR
- TA
## Time Range
This dataset contains minute-frequency financial data spanning the period from 2015 to 2021. |