All Projects → leonarduschen → pyfinmod

leonarduschen / pyfinmod

Licence: MIT License
Financial modeling with Python and Pandas

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to pyfinmod

Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning algorithms and Neural Networks (MLP, CNN, Distilbert).
Stars: ✭ 30 (-23.08%)
Mutual labels:  pandas
reciprocalspaceship
Tools for exploring reciprocal space
Stars: ✭ 17 (-56.41%)
Mutual labels:  pandas
spreadsheets-to-dataframes
Pycon 2021 Tutorial to help Spreadsheet (Excel) Users learn Python
Stars: ✭ 30 (-23.08%)
Mutual labels:  pandas
pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+8202.56%)
Mutual labels:  pandas
astro
Astro allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
Stars: ✭ 79 (+102.56%)
Mutual labels:  pandas
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (+20.51%)
Mutual labels:  pandas
ipython-notebooks
A collection of Jupyter notebooks exploring different datasets.
Stars: ✭ 43 (+10.26%)
Mutual labels:  pandas
raccoon
Python DataFrame with fast insert and appends
Stars: ✭ 64 (+64.1%)
Mutual labels:  pandas
hdfe
No description or website provided.
Stars: ✭ 22 (-43.59%)
Mutual labels:  pandas
veridical-flow
Making it easier to build stable, trustworthy data-science pipelines.
Stars: ✭ 28 (-28.21%)
Mutual labels:  pandas
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-41.03%)
Mutual labels:  pandas
excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (+87.18%)
Mutual labels:  pandas
carry
Python ETL(Extract-Transform-Load) tool / Data migration tool
Stars: ✭ 115 (+194.87%)
Mutual labels:  pandas
Coinsta
A Python package for acquiring both historical and current data of cryptocurrencies
Stars: ✭ 47 (+20.51%)
Mutual labels:  pandas
ESA
Easy SimAuto (ESA): An easy-to-use Power System Analysis Automation Environment atop PowerWorld Simulator Automation Server (SimAuto)
Stars: ✭ 26 (-33.33%)
Mutual labels:  pandas
pandas-msgpack
Pandas Msgpack
Stars: ✭ 22 (-43.59%)
Mutual labels:  pandas
streamlit-pandas-profiling
Pandas profiling component for Streamlit.
Stars: ✭ 135 (+246.15%)
Mutual labels:  pandas
partridge
A fast, forgiving GTFS reader built on pandas DataFrames
Stars: ✭ 115 (+194.87%)
Mutual labels:  pandas
Data-Science-Tutorials
Python Tutorials for Data Science
Stars: ✭ 104 (+166.67%)
Mutual labels:  pandas
Interactive-Data-Visualization-with-Python
Present your data as an effective and compelling story
Stars: ✭ 71 (+82.05%)
Mutual labels:  pandas

pypi Build Status codecov Documentation Status

Financial modelling with Python and Pandas

Implemented functions:

  • Basic calculations
    • Net present Value
    • Internal rate of returns
    • Flat loan payments
    • Future value
    • Continuously compounded interest rate
  • Enterprise value
    • Free Cash Flows
    • Weighted average cost of capital and DCF

Based on this book Financial Modeling by Simon Benninga

Changelog

v0.2.2:

  • Fixed broken API link
  • Fixed minor bugs

v0.2.1:

  • Fixed failed tests
  • Integrate code coverage
  • Cleaned-up code, relative paths, broken links

v0.2:

  • Switched to financialmodelingprep.com API for financials
  • PyPI release
  • readthedocs release

Features in the next releases

  • Optimal portfolio calculation
  • Caching of API results

Documentation

The latest docs are available here.

Installation

Easiest way to install is to use pip

pip install pyfinmod

Contributing

All contributions in the form of pull-requests and issue reports are welcome.

Support

This package is originally created by Alexey Smirnov. All credits to him for his awesome work.

  1. Send him am email [email protected]
  2. Shoot him a message in Linkedin
  3. Buy him a coffee here

Buy me a coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].