Datasets:
language: | |
- en | |
license: other | |
task_categories: | |
- tabular-regression | |
features: | |
- name: symbol | |
dtype: string | |
- name: datetime | |
dtype: string | |
- name: adj_open | |
dtype: float64 | |
- name: adj_high | |
dtype: float64 | |
- name: adj_low | |
dtype: float64 | |
- name: adj_close | |
dtype: float64 | |
- name: volume | |
dtype: int64 | |
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 minute bar price data for various stocks. | |
## Instruments Included | |
- 7000+ US Stocks | |
## Dataset Columns | |
- `symbol`: The symbol of the stock. | |
- `datetime`: The date and time of the data. | |
- `adj_open`: The adjusted opening price of the stock. | |
- `adj_high`: The adjusted highest price of the stock. | |
- `adj_low`: The adjusted lowest price of the stock. | |
- `adj_close`: The adjusted closing price of the stock. | |
- `volume`: The volume 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). | |