Skip to content

Commit

Permalink
Adding the slickchart ticker retrieval files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokolipa committed Sep 21, 2023
1 parent e73ebe4 commit 220f877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 220f877

Please sign in to comment.