Analyze the correlation between financial news sentiment and stock market movements using Python.
- Sentiment analysis with TextBlob
- Technical indicators with TA-Lib
- Visualization with Seaborn and Matplotlib
- New: Financial data via PyNance
- Correlation between news and returns
git clone https://github.com/gworku/financial-news-analysis.git
cd financial-news-analysis
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt