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
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FinRatioAnalysis-0.0.7.tar.gz.
File metadata
- Download URL: FinRatioAnalysis-0.0.7.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecb78c3c503b664853db029ac5fd2b9e307f2c79d41ffa6272f65be8a2029af2
|
|
| MD5 |
2e604d43d3d63c6079b38ed89c54f38d
|
|
| BLAKE2b-256 |
c7025281bd547383ebe129a11f876a1b82b7f814284dacac131afd7bc5f1da4c
|
File details
Details for the file FinRatioAnalysis-0.0.7-py3-none-any.whl.
File metadata
- Download URL: FinRatioAnalysis-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1522ac558ff9781e4f0bf5b991fc147fda059c8680f7ae6338d4add8376a577
|
|
| MD5 |
32934f1a13d64eb2645549e367fc1d3f
|
|
| BLAKE2b-256 |
3abb44ef77bc198e157bd5617009496740eb5ecff1563e915de952142facd610
|