FinancePy
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives. (by domokane)
dcf-basic
Basic DCF model to quickly value public companies. (by prateekmalhotra)
FinancePy | dcf-basic | |
---|---|---|
97 | 7 | |
2,397 | 28 | |
3.1% | - | |
7.8 | 0.0 | |
about 2 months ago | over 3 years ago | |
Jupyter Notebook | Python | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
FinancePy
Posts with mentions or reviews of FinancePy.
We have used some of these posts to build our list of alternatives
and similar projects.
dcf-basic
Posts with mentions or reviews of dcf-basic.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-15.
- The fastest way to value stocks, ever.
-
The fastest DCF calculator, ever.
For BRK.A used website
Hey everyone, I created a website last weekend to do a quick DCF analysis of companies. All it needs is the ticker symbol. If you don't touch any other parameters, it will fetch the data from Yahoo Finance. So it's literally just one click. The code is open-source too.
You can see the code here if you like: https://github.com/prateekmalhotra/dcf-basic/blob/main/app.py. Let me know if you have any questions. I'm using python requests library to scrape data and I parse it.
What are some alternatives?
When comparing FinancePy and dcf-basic you can also consider the following projects:
alphalens - Performance analysis of predictive (alpha) stock factors
DCF - Basic Discounted Cash Flow library written in Python. Automatically fetches relevant financial documents for chosen company and calculates DCF based on specified parameters.
PyPortfolioOpt - Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
streamlit_finance - Stock analysis app with Streamlit and TA-lib.
gs-quant - Python toolkit for quantitative finance
Quantel - Official Python wrapper for the Quantel Finance API