In this project I have developed my first python package. It is simple package that contain investment related formula.
pip install yogi-formula
from yogi_formula.fin_formula import get_valuation
valuation = get_valuation(27726, 10)
print(f"Company Valuation is {valuation}")
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.
Known on internet as Yogesh Nile