Contains classes to work with financial statement data. Can calculate free cash flows and help project financial statements.
Project description
py-finstmt
Overview
Contains classes to work with financial statement data. Can calculate free cash flows and help project financial statements.
Getting Started
Install finstmt
:
pip install finstmt
A simple example:
from finstmt import BalanceSheets, IncomeStatements, FinancialStatements
import pandas as pd
bs_path = r'WMT Balance Sheet.xlsx'
inc_path = r'WMT Income Statement.xlsx'
bs_df = pd.read_excel(bs_path)
inc_df = pd.read_excel(inc_path)
bs_data = BalanceSheets.from_df(bs_df)
inc_data = IncomeStatements.from_df(inc_df)
stmts = FinancialStatements(inc_data, bs_data)
See a more in-depth tutorial here.
Links
See the documentation here.
Development Status
This project is currently in early-stage development. There may be breaking changes often. While the major version is 0, minor version upgrades will often have breaking changes.
Developing
See the development guide for development details.
Author
Created by Nick DeRobertis. MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file finstmt-1.4.0.tar.gz
.
File metadata
- Download URL: finstmt-1.4.0.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.11 Linux/5.15.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98dc1d98fe81d92bc061e4a0f1f3eb695f445711be4da9bc8a14fa5fb11c267 |
|
MD5 | 12750f78bc64f6c45a5f736ee89a86f7 |
|
BLAKE2b-256 | cf58db6797ccb2e0e03357c9e2b36ea308dc01b3b86acece1e2545921a22efc4 |
File details
Details for the file finstmt-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: finstmt-1.4.0-py3-none-any.whl
- Upload date:
- Size: 57.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.11 Linux/5.15.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe705ed37b1b37d33a34d93ec81b3f25524843264fe27bf269c1aa69c0cff376 |
|
MD5 | 370c6ec4840ab8ed757697ca7cfee4b3 |
|
BLAKE2b-256 | 1b1ad8cc81b9d3165e458b64d4756c956bcca7e8ea81e3a051e75caac722aa65 |