ETFs-Daily-Price / README.md
MysticQuant42's picture
Upload README.md with huggingface_hub
0bd58c3 verified
---
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 ETFs.
## Instruments Included
- 3000+ US ETFs
## 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).