Skip to main content

Tools and routines for managing personal finances by jaraco

Project description

https://img.shields.io/pypi/v/jaraco.financial.svg https://img.shields.io/pypi/pyversions/jaraco.financial.svg tests Ruff https://readthedocs.org/projects/jaracofinancial/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational

jaraco.financial implements tools for financial management, particularly around Open Financial Exchange and Microsoft Money. These scripts help facilitate the continued use of Money using the free, sunset release, by enabling mechanical downloads of OFX data from institutions that support OFX.

Getting Started

The primary use of this package is the ofx command. After installing, run ofx –help for usage. Before using the project, you will want to supply institution and account information. See below for details on defining these input files.

This project is still a work in progress, but if you think you might find it useful, don’t hesitate to contact the author for help.

Planned Changes

The author plans to add some of the following features:

  • Integrate some of the most common institutions.

Accounts File

The “ofx download-all” command of jaraco.financial will retrieve the OFX transactions in a batch for a group of accounts defined in a YAML file. Currently, that file must be located in ~/Documents/Financial/accounts.yaml. The file should be a list of objects, each with institution and account attributes. It should also have a type property of “checking”, “savings”, “creditline”, or other appropriate OFX type. The institution must match exactly an institution as defined below. Here is an example accounts.yaml:

- institution: Bank of America
  account: "12345679"
  type: savings

- institution: Wells Fargo
  account: "872634126"
  type: moneymrkt

- institution: Chase (credit card)
  account: "4000111122223333"
  username: myusername

The username attribute must be included if the username of the local user (running the ofx command) differs from the account name on the account.

Institutions Definition

Institution definitions can be provided in a YAML format in the file ~/Documents/Financial/institutions.yaml. The following is an example definition for a credit card:

Chase (credit card):
  caps:
   - SIGNON
   - CCSTMT
  fid: "10898"
  fiorg: B1
  url: https://ofx.chase.com

To check that your institutions are being loaded correctly, use the ofx list-institutions command.

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

jaraco.financial-2.2.0.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

jaraco.financial-2.2.0-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file jaraco.financial-2.2.0.tar.gz.

File metadata

  • Download URL: jaraco.financial-2.2.0.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for jaraco.financial-2.2.0.tar.gz
Algorithm Hash digest
SHA256 202a81c8ccb8a800c5a0eb7dff45b439e6b3e3d5365cdb7370635fb415dfef99
MD5 af3a2993f46ac25d90f1a8ed9b141efe
BLAKE2b-256 129c3630cc927bb0dba9d7cb902779d63537525a7ab237aacffb27ebdbcd63f8

See more details on using hashes here.

File details

Details for the file jaraco.financial-2.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jaraco.financial-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a184cb60b0dd1647fd178136586437b9dd12ec63f4434004b2afbc60cb5ab141
MD5 afdf8a5fb16eed07127a826971b0effc
BLAKE2b-256 7cbe62fcd8a7b6a7c01d9ebb7ff2a4cda6c0343e0a88572abca60a0be612eea0

See more details on using hashes here.

Supported by

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