diff --git a/.gitignore b/.gitignore index 38db20c..87a9f5f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,10 +27,15 @@ target/ # /chromedriver-win64/* -# data folders -/economic_events* -/economic_event_changes* -/corporate_events* -/corporate_prices* -/corporate_event_changes* -/data* \ No newline at end of file +# data files +**/*.json +**/*.jsonl +**/*.csv +**/*.zip + +#/economic_events* +#/economic_event_changes* +#/corporate_events* +#/corporate_prices* +#/corporate_event_changes* +#/data* \ No newline at end of file diff --git a/data/INFO.md b/data/INFO.md new file mode 100644 index 0000000..3ae2b81 --- /dev/null +++ b/data/INFO.md @@ -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 \ No newline at end of file diff --git a/data/economic/INFO.md b/data/economic/INFO.md new file mode 100644 index 0000000..5e8395e --- /dev/null +++ b/data/economic/INFO.md @@ -0,0 +1,6 @@ +# Economic Info + +## Sources + +* continents: finanzen.net +* countries: finanzen.net \ No newline at end of file