Stock trend (NASDAQ index companies)

Thumbnail

Created in

Description

Desktop application I made to learn dynamic web scraping with Selenium.

  1. Through the GUI, which has filters to search, you choose the company you want. If you want Apple, for example, you search for "Apple" and with the filters you can already get its symbol on the NASDAQ index, which is AAPL. You should also be able to search by sector, country and market cap.

    Input screen

  2. Once the company was chosen, you select the time period.

    Time period selection

  3. After that, the program downloads the company data automatically.

    Web scraping

  4. With the data obtained, it shows many tecnical analysis indicators using mplfinance to estimate if the price will go up or down and show the results.

    Analysis chart