├── Capital asset pricing model.py ├── Compound interest calculatio.py ├── Debt to equity ratio.py ├── Discounted Cash Flow.py ├── Dividend yield.py ├── EBITDA.py ├── Future value of an investment.py ├── Internal Rate of Return.py ├── LICENSE ├── Net Present Value.py ├── Payback Period.py ├── Quick ratio.py ├── Return on Investment.py └── Simple Moving Average.py /Capital asset pricing model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Capital asset pricing model.py -------------------------------------------------------------------------------- /Compound interest calculatio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Compound interest calculatio.py -------------------------------------------------------------------------------- /Debt to equity ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Debt to equity ratio.py -------------------------------------------------------------------------------- /Discounted Cash Flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Discounted Cash Flow.py -------------------------------------------------------------------------------- /Dividend yield.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Dividend yield.py -------------------------------------------------------------------------------- /EBITDA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/EBITDA.py -------------------------------------------------------------------------------- /Future value of an investment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Future value of an investment.py -------------------------------------------------------------------------------- /Internal Rate of Return.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Internal Rate of Return.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/LICENSE -------------------------------------------------------------------------------- /Net Present Value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Net Present Value.py -------------------------------------------------------------------------------- /Payback Period.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Payback Period.py -------------------------------------------------------------------------------- /Quick ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Quick ratio.py -------------------------------------------------------------------------------- /Return on Investment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Return on Investment.py -------------------------------------------------------------------------------- /Simple Moving Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Python-Financial-Algorithms/HEAD/Simple Moving Average.py --------------------------------------------------------------------------------