updated .gitignore
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -27,10 +27,15 @@ target/
|
||||
|
||||
# /chromedriver-win64/*
|
||||
|
||||
# data folders
|
||||
/economic_events*
|
||||
/economic_event_changes*
|
||||
/corporate_events*
|
||||
/corporate_prices*
|
||||
/corporate_event_changes*
|
||||
/data*
|
||||
# data files
|
||||
**/*.json
|
||||
**/*.jsonl
|
||||
**/*.csv
|
||||
**/*.zip
|
||||
|
||||
#/economic_events*
|
||||
#/economic_event_changes*
|
||||
#/corporate_events*
|
||||
#/corporate_prices*
|
||||
#/corporate_event_changes*
|
||||
#/data*
|
||||
15
data/INFO.md
Normal file
15
data/INFO.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Global Data Info
|
||||
|
||||
## Exchanges
|
||||
|
||||
Source: Wikipedia
|
||||
|
||||
## Gleif
|
||||
|
||||
Data Download [.zip] over Website
|
||||
|
||||
## OpenFigi
|
||||
|
||||
Data Scraping over open API
|
||||
|
||||
Api Key: .env
|
||||
6
data/economic/INFO.md
Normal file
6
data/economic/INFO.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Economic Info
|
||||
|
||||
## Sources
|
||||
|
||||
* continents: finanzen.net
|
||||
* countries: finanzen.net
|
||||
Reference in New Issue
Block a user