Skip to content

Bhavya2201/Stock-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Stock-Sentiment-Analysis

This is a simple python projects which makes use of articles about stocks from Finviz

About

The first step of the project is to get the articles from Finviz, which are obtained by selecting the companies whose stock sentiments we wanted to analyse and getting the URL. The next step is web scraping and the data obtained from Finviz is cleaned hence features like title, date and time of publication are obtained. The data then is converted into a dataframe and fed to sentiment analyser. The results obtained after sentiment analysis are plotted using a bar chart.

Libraries used

  • pandas
  • matplotlib
  • BeautifulSoup
  • nltk
  • urllib3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages