Skip to main content

Parse and deduplicate UBS transaction CSV files.

Project description

UBS Transactions CSV Parser

A Python package to parse and process transaction CSV files exported from UBS online banking.

Usage

Install the package with your preferred method.

pip install ubs-transactions-csv-parser

Import the transactions from a CSV file.

from ubs_transactions_csv_parser import AccountExportData
from pathlib import Path

# Parse a CSV file
csv_data = AccountExportData.from_csv(Path("transactions.csv"))

# Access the transactions
for transaction in csv_data.transactions:
    # ...

UBS CSV Format

UBS exports transactions in a non-standard CSV format with two sections:

  1. Metadata section - Account information and period details
  2. Transactions section - Standard CSV with transaction data

Example format:

Account number:;1234 12345678.12;
IBAN:;CH20 0011 2233 4455 6677 B;
From:;2025-01-01;
Until:;2025-12-31;
Opening balance:;1234.12;
Closing balance:;12345.12;
Valued in:;CHF;
Numbers of transactions in this period:;365;

Trade date;Trade time;Booking date;Value date;Currency;Debit;Credit;Individual amount;Balance;Transaction no.;Description1;Description2;Description3;Footnotes;
2025-01-01;00:11:22;2025-01-01;2025-01-01;CHF;-137.00;;;1370.17;4825794DP1572581029;"John Doe";"Standing order";"Reference details";;

Example jupyter notebook

Check out the example Jupyter notebook for data analysis and visualization examples. Below an example plot of transactions imported from multiple files.

img

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

ubs_transactions_csv_parser-0.2.3.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

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

ubs_transactions_csv_parser-0.2.3-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file ubs_transactions_csv_parser-0.2.3.tar.gz.

File metadata

File hashes

Hashes for ubs_transactions_csv_parser-0.2.3.tar.gz
Algorithm Hash digest
SHA256 6d114a36717c46b2108cad093b8fa27dceacbb6c4b3d263937cb609e94a7d422
MD5 d09fe6ad3ae357d4087e393a38c465fd
BLAKE2b-256 465834354f830585f7453da3e1ec0e6779f4603d5318d0ddb0065ebe694b9f66

See more details on using hashes here.

Provenance

The following attestation bundles were made for ubs_transactions_csv_parser-0.2.3.tar.gz:

Publisher: python-publish.yml on rito1998/ubs-transactions-csv-parser

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ubs_transactions_csv_parser-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for ubs_transactions_csv_parser-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c681e2aa8c821c780d71d5e20a080936167c57bc31744fc09b266159796dcfd9
MD5 4456db5fac30c953b589f586e7884250
BLAKE2b-256 4e5d1e5591981cec3fb2172a7937a810ba9ddcdc55d5be0cc5ba12679e75d2bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ubs_transactions_csv_parser-0.2.3-py3-none-any.whl:

Publisher: python-publish.yml on rito1998/ubs-transactions-csv-parser

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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