Skip to content

Commit

Permalink
start task-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dagiteferi committed Dec 16, 2024
1 parent 96bcc0c commit c60089f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 47 deletions.
45 changes: 20 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
<<<<<<< HEAD
# Financial News Sentiment and Stock Market Correlation Analysis

This project focuses on the detailed analysis of financial news sentiment and its correlation with stock market movements. By leveraging natural language processing (NLP) techniques, sentiment analysis, and advanced financial analytics, this analysis aims to uncover meaningful insights that can enhance financial forecasting accuracy. The ultimate goal is to develop innovative strategies that utilize news sentiment as a predictive tool for stock market trends.
=======
# This project focuses on the detailed analysis of financial news sentiment and its correlation with stock market movements. By leveraging natural language processing (NLP) techniques, sentiment analysis, and advanced financial analytics, this analysis aims to uncover meaningful insights that can enhance financial forecasting accuracy. The ultimate goal is to develop innovative strategies that utilize news sentiment as a predictive tool for stock market trends.

# Financial News Sentiment and Stock Market Correlation Analysis - Task 1

This branch focuses on **Task 1: Exploratory Data Analysis (EDA)**, where we perform initial analysis on the financial news dataset to uncover insights and set the foundation for further analysis.
>>>>>>> task-1

> > > > > > > task-1
## Table of Contents

1. [Project Overview](#project-overview)
2. [Business Objective](#business-objective)
3. [Dataset Overview](#dataset-overview)
<<<<<<< HEAD
<<<<<<< HEAD
4. [Tasks and Deliverables](#tasks-and-deliverables)
5. [Installation](#installation)
6. [Usage](#usage)
7. [Contributing](#contributing)
8. [License](#license)
=======
4. [Task 1 Overview](#task-1-overview)
>>>>>>> task-1
8. # [License](#license)
9. [Task 1 Overview](#task-1-overview)
> > > > > > > task-1
## Project Overview

Expand All @@ -31,31 +29,36 @@ This project focuses on analyzing a large corpus of financial news data to disco
## Business Objective

Nova Financial Solutions aims to enhance its predictive analytics capabilities to significantly boost its financial forecasting accuracy and operational efficiency through advanced data analysis. This involves:

- Performing sentiment analysis on financial news headlines.
- Establishing statistical correlations between sentiment scores and stock price movements.
- Providing actionable insights and investment strategies based on the analysis.

## Dataset Overview

The Financial News and Stock Price Integration Dataset (FNSPID) contains:

- **headline**: Title of the news article.
- **url**: Direct link to the full news article.
- **publisher**: Author/creator of the article.
- **date**: Publication date and time.
- **stock**: Stock ticker symbol.

<<<<<<< HEAD

## Tasks and Deliverables

### Week 1:

- **Task 1: Exploratory Data Analysis (EDA)**

- Descriptive Statistics
- Text Analysis (Sentiment Analysis & Topic Modeling)
- Time Series Analysis
- Publisher Analysis

- **Task 2: Quantitative Analysis using PyNance and TA-Lib**

- Load and prepare stock price data
- Apply technical analysis indicators
- Visualize the data
Expand All @@ -66,20 +69,26 @@ The Financial News and Stock Price Integration Dataset (FNSPID) contains:
- Calculate daily stock returns and correlation with sentiment scores

### Deliverables:

- **Interim Report**: Summary of initial findings and partial progress (max 3 pages).
- **Final Report**: Detailed analysis and insights (up to 10 pages).

## Installation

1. **Clone the Repository**:

```bash
git clone https://github.com/dagiteferi/Financial-News-Sentiment-Stock-Market-Correlation-Analysis.git
cd Financial-News-Sentiment-Stock-Market-Correlation-Analysis

```

2. **Install Dependencies**:

```bash
pip install -r requirements.txt
```

** Contributing**
Contributions are welcome! Please fork the repository and use a feature branch. Pull requests are warmly welcomed.

Expand All @@ -106,22 +115,11 @@ Contributions are welcome! Please fork the repository and use a feature branch.
```
7. **Create a Pull Request**: Go to the repository on GitHub, switch to your branch, and click the `New Pull Request` button. Provide a detailed description of your changes and submit the pull request.

**License**
Distributed under the MIT License. See LICENSE for more information.

=======

## Task 1 Overview

### Task 1: Exploratory Data Analysis (EDA)
Expand All @@ -134,6 +132,3 @@ Distributed under the MIT License. See LICENSE for more information.
### Deliverables for Task 1:

- **EDA Report**: Summary of initial findings and insights from the exploratory data analysis.
22 changes: 0 additions & 22 deletions scripts/task2.py

This file was deleted.

0 comments on commit c60089f

Please sign in to comment.