Skip to main content

Contains classes to work with financial statement data. Can calculate free cash flows and help project financial statements.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finstmt-1.2.0.tar.gz (42.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finstmt-1.2.0-py3-none-any.whl (57.4 kB view details)

Uploaded Python 3

File details

Details for the file finstmt-1.2.0.tar.gz.

File metadata

  • Download URL: finstmt-1.2.0.tar.gz
  • Upload date:
  • Size: 42.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.10 Linux/5.15.0-1033-azure

File hashes

Hashes for finstmt-1.2.0.tar.gz
Algorithm Hash digest
SHA256 c6c16014be61afdfd302fc04cdf88484b61ff23f5141b40ced96f676335d9817
MD5 6dcc2299fa9b88d2d39b1d6e03571b77
BLAKE2b-256 4d63a6b07cf8233a2c35e49fa41bdeb8e827b84c8510a192469da9212959c225

See more details on using hashes here.

File details

Details for the file finstmt-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: finstmt-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.10 Linux/5.15.0-1033-azure

File hashes

Hashes for finstmt-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e3a11f3edeb39aeca0c52aaac2657cd677bc61deb3835b5245f41228c5cdf841
MD5 3fde318ee6be50f407638839022e28e6
BLAKE2b-256 a6b4a334e46db7187cc07c7ae8399edc2aa9578bfc07788710816a8b079a35f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page