All Projects → asad70 → stock-news-sentiment-analysis

asad70 / stock-news-sentiment-analysis

Licence: MIT License
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to stock-news-sentiment-analysis

stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (+9.52%)
Mutual labels:  sentiment-analysis, stock, stocks, stock-analysis
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (+1928.57%)
Mutual labels:  sentiment, stock, stocks
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-4.76%)
Mutual labels:  news, stocks, finviz
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (+61.9%)
Mutual labels:  stock, stocks
stansent
No description or website provided.
Stars: ✭ 16 (-23.81%)
Mutual labels:  sentiment-analysis, sentiment
sentiment-analysis-using-python
Large Data Analysis Course Project
Stars: ✭ 23 (+9.52%)
Mutual labels:  sentiment-analysis, sentiment
siachart
stock trading chart - 可编程,可定制,跨平台,通用的金融图表。
Stars: ✭ 32 (+52.38%)
Mutual labels:  stock, stock-analysis
ig-markets
IG Markets API wrapper for Node.js
Stars: ✭ 23 (+9.52%)
Mutual labels:  stock, stocks
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+319.05%)
Mutual labels:  stock, stocks
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (+119.05%)
Mutual labels:  stock, stocks
degiro-trading-tracker
Simplified tracking of your investments
Stars: ✭ 16 (-23.81%)
Mutual labels:  stock, stocks
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-9.52%)
Mutual labels:  sentiment-analysis, sentiment
brand-sentiment-analysis
Scripts utilizing Heartex platform to build brand sentiment analysis from the news
Stars: ✭ 21 (+0%)
Mutual labels:  sentiment-analysis, sentiment
GroupDocs.Classification-for-.NET
GroupDocs.Classification-for-.NET samples and showcase (text and documents classification and sentiment analysis)
Stars: ✭ 38 (+80.95%)
Mutual labels:  sentiment-analysis, sentiment
Stock-Analyser
📈 Stocks technical analysis code collection and Stocks data platform.
Stars: ✭ 30 (+42.86%)
Mutual labels:  stock, stock-analysis
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+423.81%)
Mutual labels:  stock, stock-analysis
Emotion and Polarity SO
An emotion classifier of text containing technical content from the SE domain
Stars: ✭ 74 (+252.38%)
Mutual labels:  sentiment-analysis, sentiment
Senti4SD
An emotion-polarity classifier specifically trained on developers' communication channels
Stars: ✭ 41 (+95.24%)
Mutual labels:  sentiment-analysis, sentiment
pinance
Python module(s) to get stock data, options data and news.
Stars: ✭ 70 (+233.33%)
Mutual labels:  news, stock
Steward
A stock portfolio manager that provides neural net based short-term predictions for stocks and natural language processing based analysis on community sentiments.
Stars: ✭ 25 (+19.05%)
Mutual labels:  sentiment-analysis, stock

stock-news-sentiment-analysis

Purpose: To analyze the news headline of a specific stock. This program uses Vader SentimentIntensityAnalyzer to calculate the news headline compound value of a stock for a given day.

How to run:

python3 'Stock news.py'

Analyze multiple stocks at the same time. Ex: 'AAPL, MSFT, F, TSLA' separate each input by a comma.

Analyze all news or a specific date of news. Ex: "Enter the date/press enter for today's news (Ex: Dec-27-20) or 'All' for all the available news: " hit enter for today's news, enter a specific date, or type all for all the news (limited).

You can also ignore source: Ex: ignore_source = ['Motley Fool', 'TheStreet.com']

Limitations: This program only analyzes headlines and only for the dates that have news available on finviz.

Example output:

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].