Skip to content

Repository files navigation

Financial Data Analysis

Goal: combine data from various sources (such as social media, financial news, and user sentiments) to predict return and evaluate risk.

Trading

Two very important measures: Sharpe Ratio and Maximum Drawdown.

Notebooks:

  1. Create trading signals using moving averages via rolling() method in pandas.
  2. Implement trend-following strategy: long one share of stock if fast signal is above slow signal.
  3. Model stock return and measure financial risk when investing
  4. Estimate the confidence interval for the return of stocks or equity funds
  5. Validate assertion or specific claims (e.g. from fund managers) about investment returns

It is helpful to understand the terms used in the dataset:

The daily return of a stock can be calculated, for e.g., using % difference in closing price.

"Distributions of daily and monthly stock returns are rather symmetric about their means , but the tails are fatter (i.e. there are more outliers) than would be expected with normal distributions"

By Fama and French.

Economics

Consumer Banking

  • Credit Risk Modeling
  • Customer Behaviour Analysis
  • Recommendation

About

Financial Data Analysis for Trading

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages