From 220f877db36b49fcf19f4d4953ab664deab72f59 Mon Sep 17 00:00:00 2001 From: Kokolipa Date: Thu, 21 Sep 2023 10:26:51 +1000 Subject: [PATCH] Adding the slickchart ticker retrieval files --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 58c3fd5..55c8b5b 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ To enable the above functionality, the logic was separated into two funnels. │ | ├── alpha_vantage_constants.py │ | ├── alpha_vantage_extract.ipynb │ | ├── alpha_vantage_load.ipynb +│ | ├── alpha_vantage_transform.ipynb +│ | ├── NASDAQ_Tickers.csv # This CSV file contains the tickers names from the slickercharts website +│ | ├── nasdaq_tickers_isolate.ipynb # This file retrieves the tickers from the slickercharts website │ | ├── alpha_vantage_transform.ipynb │ | ├── nasdaq.sqlite # This is the database │ ├── flask_sqlite