Skip to main content

Serialize financial statements to python objects

Project description

Cas2JSON

code style: ruff

A library to parse CAS (Consolidated Account Statement) from providers like CAMS, KFINTECH, NSDL (BETA) and get related data in JSON format.

Installation

pip install -U cas2json

Usage

# For CAMS/KFINTECH
from cas2json import parse_cams_pdf
data = parse_cams_pdf("/path/to/cams/file.pdf", "password")

# For NSDL
from cas2json import parse_nsdl_pdf
data = parse_nsdl_pdf("/path/to/nsdl/file.pdf", "password")

# To get data in form of Python dict
from dataclasses import asdict
python_dict = asdict(data)

# To convert the data from python dict to JSON
from msgspec import json
json_data = json.encode(python_dict)

Notes:

  • All used types like transaction types can be found under cas2json/enums.py.
  • NSDL currently supports only parsing of holdings since the transactions history is not complete.

License

Cas2JSON is distributed under GNU GPL v3 license. - IANAL

Credits

This library is inspired by CASParser, but it is an independent reimplementation with significant changes in both design and processing logic. In particular, it introduces a revised method for parsing textual data and for accurately identifying transaction values, even in cases where one or more trailing values may be missing from the record.

This project is not affiliated with or endorsed by the original CASParser author

Resources

  1. CAS from CAMS
  2. CAS from Karvy/Kfintech

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

cas2json-1.0.2.tar.gz (30.8 kB view details)

Uploaded Source

Built Distribution

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

cas2json-1.0.2-py3-none-any.whl (42.8 kB view details)

Uploaded Python 3

File details

Details for the file cas2json-1.0.2.tar.gz.

File metadata

  • Download URL: cas2json-1.0.2.tar.gz
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.8

File hashes

Hashes for cas2json-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c7332a410f4fefa87816bfa4f4030cec11250b85aaf613d65855f602e9234c8b
MD5 33d19a31fb31843e0f986f449542a1b9
BLAKE2b-256 1ed9b529e5b0330beca59dba4fc5561d1cf7182b5bb4314c4ecee00f748f6b40

See more details on using hashes here.

File details

Details for the file cas2json-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: cas2json-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 42.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.8

File hashes

Hashes for cas2json-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 26c1d0f90963d09576e886859adb5b4c91c1f02dec7d88827f7d38f98f3e54d8
MD5 3232af12c7e6024028c0f0eaeb64061f
BLAKE2b-256 debda2822a6dedf4cab286611db3c5fe20a1ca138ab54632944362f61a5b8fb1

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