From c7fc283731e60f828bf761b8b704fd4d470ffe09 Mon Sep 17 00:00:00 2001 From: Davide Scassola Date: Tue, 2 May 2023 18:09:46 +0200 Subject: [PATCH] Update readme: Datasets availability --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18f3bb6..575ee85 100644 --- a/README.md +++ b/README.md @@ -67,15 +67,18 @@ sh scripts/run_experiments_in_folder.sh parameters/paper_plots ## Datasets -For the simulation we discussed in our paper we used two datasets: -- Bitcoin hourly close price (BTC-USD) -- Nifty50 minute close price +For the simulation we discussed in our paper we used the following datasets: +- Cryptocurrency price data (BTCUSDT, ETHUSDT, XRPUSDT) from Binance exchange, downloaded through Binance API +- Stocks price data (AAPL, SPY), downloaded from Yahoo!finance through `yfinance` python package +- Nifty50 minute close price, downloaded from Kaggle -You can download the Bitcoin dataset by running: +You can download all cryptocurrencies and stocks datasets by running: ``` make datasets ``` -(this is not necessary if you already ran `make`) +that will run the `download_datasets.sh` script (this is not necessary if you already ran `make`) + +Nifty50 dataset can instead be downloaded from kaggle at this [link](https://www.kaggle.com/datasets/rohanrao/nifty50-stock-market-data) ## Latex for plots