[Your Name]
[Your Cohort, Campus & Date]
The objective of this project is to find out if there is a relation between catastrophies and stock-market changes. First thing is to distinguish two types of disasters: natural and medical disasters.
Search for a pattern in stock-market as reaction to disasters.
- Is there a direct relation?
- Do all markets react the same way?
- Do markets react the same way to a natural disaster (e. tsunami) and a medical disaster (covid-19)?
Main origin of data (web scrapping): https://markets.businessinsider.com
- scrapp data from web (about 15 years of each stock-market)
- visualisation of all markets during this lapse of time
- search for patterns that make them go on the same way
- search for patterns during disasters
- try to find out if there are outliers or all markets work in somehow the same way
- find patterns during top natural and medical disasters over the last 15 years
- all data is stored in path /data/csv
- basic used queries stored in /data/sql
- stock-market analysis is stored as follows
-
- scrap data from web and store it in csv files
-
- read csv files, make a first clean of data and store it in database
-
- read all stock-market data and create the prints needed
-