Skip to main content

PyPI PyPI - License Documentation Tests Run on Ubuntu Python Versions Tests Run on Macos Python Versions Tests Run on Windows Python Versions Github Repo

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.

Release files for finstmt 1.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for finstmt 1.4.0
File Size Uploaded
finstmt-1.4.0.tar.gz 42.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for finstmt 1.4.0
File Interpreter ABI Platform
finstmt-1.4.0-py3-none-any.whl Python 3 none any Details

Total release size: 99.4 kB

Release files / finstmt-1.4.0.tar.gz

Download URL finstmt-1.4.0.tar.gz
Size 42.2 kB
Tags Source
SHA-256 checksum
How to use checksums
f98dc1d98fe81d92bc061e4a0f1f3eb695f445711be4da9bc8a14fa5fb11c267
BLAKE2b-256 checksum
How to use checksums
cf58db6797ccb2e0e03357c9e2b36ea308dc01b3b86acece1e2545921a22efc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.3.2 CPython/3.10.11 Linux/5.15.0-1035-azure

Release files / finstmt-1.4.0-py3-none-any.whl

Download URL finstmt-1.4.0-py3-none-any.whl
Size 57.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
fe705ed37b1b37d33a34d93ec81b3f25524843264fe27bf269c1aa69c0cff376
BLAKE2b-256 checksum
How to use checksums
1b1ad8cc81b9d3165e458b64d4756c956bcca7e8ea81e3a051e75caac722aa65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.3.2 CPython/3.10.11 Linux/5.15.0-1035-azure

Release history Release notifications | RSS feed

This release

1.4.0 This release

2 release files

1.3.0

2 release files

1.2.2

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.8.0

2 release files

0.7.0

2 release files

0.6.4

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.2

2 release files

0.3.1

1 release file

0.3.0

1 release file

0.2.2

2 release files

0.2.1

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page