File size: 1,709 Bytes
edd3bad
a3b72c6
 
 
 
ba56fa0
a3b72c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba56fa0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
edd3bad
a3b72c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
74
75
76
77
78
79
80
81
82
83
---
language:
- en
license: other
task_categories:
- tabular-regression
features:
- name: symbol
  dtype: string
- name: date
  dtype: string
- name: open
  dtype: float64
- name: high
  dtype: float64
- name: low
  dtype: float64
- name: close
  dtype: float64
- name: volume
  dtype: int64
- name: adj_close
  dtype: float64
extra_gated_prompt: To get access to this dataset, you must subscribe to Papers With
  Backtest. To subscribe, go to https://paperswithbacktest.com/ > Login > Choose Your
  Plan > Subscribe.
dataset_info:
  features:
  - name: symbol
    dtype: string
  - name: date
    dtype: string
  - name: open
    dtype: float64
  - name: high
    dtype: float64
  - name: low
    dtype: float64
  - name: close
    dtype: float64
  - name: volume
    dtype: int64
  - name: adj_close
    dtype: float64
  splits:
  - name: train
    num_bytes: 1699889007
    num_examples: 24239949
  download_size: 836255775
  dataset_size: 1699889007
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Information

This dataset includes daily price data for various stocks. 

## Instruments Included

- 7000+ US Stocks

## Dataset Columns

- `symbol`: The symbol of the stock.
- `date`: The date of the data.
- `open`: The opening price of the stock.
- `high`: The highest price of the stock.
- `low`: The lowest price of the stock.
- `close`: The closing price of the stock.
- `volume`: The volume of the stock.
- `adj_close`: The adjusted closing price of the stock.

## Data Splits

The data is split into a training set.

## Dataset Maintenance

The dataset is updated on a monthly basis by [Papers With Backtest](https://paperswithbacktest.com).