File size: 1,188 Bytes
4c6321d
edd3bad
a3b72c6
 
 
 
4c6321d
a3b72c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4c6321d
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

---
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 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).