Cas summary parser
Project description
This is a Python library to parse CAS Summary PDFs generated by CAMS Online or KFinTech. Note that this only parses the summary and not the detailed version of the pdf.
Examples
from cassummaryparser import CasParser
file_path = './your.pdf'
parser = CasParser(file=file_path, password='')
data = parser.parse()
print(data[0])
CasRecord(folio_no='51022181991/0 ', isin='INF966L01986', scheme_name='166TPDGG - quant ELSS Tax Saver Fund - Direct Plan Total', cost_value='20,000.000', unit_balance=74.816, nav_date='17-Jan-2024', nav='360.5733', market_value='26,976.65', registrar='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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cassummaryparser-0.1.4.tar.gz.
File metadata
- Download URL: cassummaryparser-0.1.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e536bb329dc28bbe17dd589d333dd05c5dcf7effa94384124a2558c62028a7a
|
|
| MD5 |
87e4ea79d3a778d8a2aa6269772ca45e
|
|
| BLAKE2b-256 |
b00333edbdd7eca50425eec538fa0133328704868f917711a9329ed9e2df5132
|
File details
Details for the file cassummaryparser-0.1.4-py3-none-any.whl.
File metadata
- Download URL: cassummaryparser-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c80e6ed51e05512189e12e730462a0c6d160798de3d4c44bed388269fcae0df2
|
|
| MD5 |
cd6eb1cc7b0de13359cd4c5facd381b4
|
|
| BLAKE2b-256 |
852bf06cee25dd444faadde31a2330a1f190ae9f80836fd35331837b6456e183
|