- Home
- Course Detail
regularpython@gmail.com
You are now watching:
Webscraping realtime project documentation and project structure | Regular python / of Webscraping realtime project documentation and project structure
Read The documentation Clearly.
Macro Trends
Aim: Extract stocks related data from macrotrends website.
Description: There is a website in online that holds historical charts covering global stock, bond, commodity and real estate markets as well as key economic and demographic indicators. Scrape all stocks related data of each given companies.
List of companies: Companies list given companies_list.csv
Screen Shots:
Urls: https://www.macrotrends.net/stocks/charts/GM/general-motors/income-statement?freq=A
Url: https://www.macrotrends.net/stocks/charts/GM/general-motors/balance-sheet?freq=A
Url: https://www.macrotrends.net/stocks/charts/GM/general-motors/cash-flow-statement?freq=A
Url: https://www.macrotrends.net/stocks/charts/GM/general-motors/financial-ratios?freq=A
In each page, you will get two formats data like annual and Quarterly. You should scrape both formats data.
Output: The final output should be like the below given format
Schedule the script for every day at 8:00AM