Skip to content

Python-based Web Scraping project of "Status Invest" website using selenium and beautifulSoup.

Notifications You must be signed in to change notification settings

danieldealmeidaduque/webscraping-statusinvest-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping of Status Invest website using selenium and BeautifulSoup


Explore the docs »
03/20 - on going
Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

I developed a webscraping project to extract financial data from Status Invest, a website that provides information on stocks. This website contains a variety of data, such as the stock's financial fundamentals at the present moment.

My project aims to aggregate financial information from Brazilian stocks available on the Status Invest website into a single database. The goal is to facilitate the analysis of this data and assist in the selection of the best stocks.

By consolidating this information into a single database, I hope to provide a more convenient and efficient way of accessing and analyzing financial data for Brazilian stocks. This will allow for a more streamlined process of selecting the best stocks for investment purposes.

Getting Started

Prerequisites

Install the following python libraries: pandas, openpyxl, selenium and beautifulSoup

pip install pandas
pip install openpyxl
pip install selenium
pip install beautifulSoup4

Contact

LinkedIn

About

Python-based Web Scraping project of "Status Invest" website using selenium and beautifulSoup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages