Skip to content

Scraped data from fidelity.com using Python, to get the latest sector performance data from the US markets, and to get the total market capitalization for each sector

Notifications You must be signed in to change notification settings

zhousrhhh/Fidelity_Sector_Data_Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fidelity Sector Data Scraping

  • Using Python, I scraped data from fidelity.com.
  • The goal of the project is to get the latest sector performance data from the US markets, and to get the total market capitalization for each sector.
  • The end result is to write a function: get_us_sector_performance() that will return a list of tuples. Each tuple should correspond to a sector and should contain the following data:
    • the sector name
    • the amount the sector has moved
    • the market capitalization of the sector
    • the market weight of the sector
    • a link to the fidelity page for that sector
  • The data should be sorted by decreasing order of market weight. I.e., the sector with the highest weight should be in the first tuple, etc.

About

Scraped data from fidelity.com using Python, to get the latest sector performance data from the US markets, and to get the total market capitalization for each sector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published