Skip to main content

Quantitative Finance Ratio Analysis

Project description

FinRatioAnalysis

Finacial Ratio Analysis Project:

-Return Analysis

-Margin Analysis

-Leverage Analysis

-Efficiency Analysis

-Liquidity Analysis

-Cash Convertion Cicle (CCC)

-Altman Z Score

-Capital Asset Pricing Model (CAPM)

-Weighted Average Cost of Capital (WACC)

Documentation

Documentation

Quick Start.

  #Packages:

    pip install yfinanc

    pip install FinRatioAnalysis

    pip install pandas-datareader

    pip install plotly



  #Import:

    import yfinance as yf

    import pandas as pd 

    import numpy as np

    import pandas_datareader as pdr

    import plotly.graph_objects as go

    import datetime as dt 

    from FinRatioAnalysis import FinRatioAnalysis



  #Create an Objet:



  AAPL = FinRatioAnalysis('AAPL', 'yearly') # Frequency most be 'quarterly' or 'yearly'



  #Available methods:



  AAPL.ReturnRatios()

  AAPL.LeverageRatios()

  AAPL.EfficiencyRatios()

  AAPL.LiquidityRatios()

  AAPL.CCC()

  AAPL.z_score()

  AAPL.z_score_plot()

  AAPL.CAPM()

  AAPL.WACC()

Authors

🚀 About Me

I'm a Economist...

🔗 Links

linkedin

Installation

Install FinanceAnalysis, yahoo finance, pandas-datareader and plotly with pip

  pip install yfinance

  pip install FinRatioAnalysis

  pip install pandas-datareader

  pip install plotly

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FinRatioAnalysis-0.0.7.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

FinRatioAnalysis-0.0.7-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page