From 1522dd20a8cb5bd36ea7812401b0dd451c5c58da Mon Sep 17 00:00:00 2001 From: go outside helper <138340846+go-outside-helper@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:37:54 +0100 Subject: [PATCH] a comprehensive study on data sources for quantitative defi, including yfinance, panda_datareader, alpha_advantage, CoinAPI, and quandl. --- quantitative_defi/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 quantitative_defi/README.md diff --git a/quantitative_defi/README.md b/quantitative_defi/README.md new file mode 100644 index 0000000..2ff4847 --- /dev/null +++ b/quantitative_defi/README.md @@ -0,0 +1,20 @@ +## quantitative defi study + +
+ +### 👉🏼 **[link to the notebook](quantitative_defi.ipynb)** + +
+
+ +* a comprehensive study on data sources for quantitative defi, including **[yfinance](https://pypi.org/project/yfinance/), [panda_datareader](https://pandas-datareader.readthedocs.io/en/latest/), [alpha_advantage](https://www.alphavantage.co/), [CoinAPI](https://www.coinapi.io/),** and **[quandl](https://data.nasdaq.com/publishers/QDL)**. +* the data from every source is prepared, and then the **mean, skew, kurtosis, percentage change, and other statistics are calculated**. +* plots for **prices, return, and candles** for each data set. + +
+ +

+ + +

+