yogeshnile / fin-formula

In this project I have developed my first python package. It is simple package that contain investment related formula.

Home Page:https://pypi.org/project/fin-formula/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fin formula  

In this project I have developed my first python package. It is simple package that contain investment related formula.

How to install in local system?

pip install yogi-formula

Example of package

from yogi_formula.fin_formula import get_valuation

valuation = get_valuation(27726, 10)

print(f"Company Valuation is {valuation}")

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Connect with Author! 🌐

Known on internet as Yogesh Nile

Email Me 📧

About

In this project I have developed my first python package. It is simple package that contain investment related formula.

https://pypi.org/project/fin-formula/


Languages

Language:Python 100.0%