Skip to main content

CASParser-ISIN

code style: black GitHub GitHub Workflow Status codecov PyPI - Python Version

ISIN Database for casparser.

Installation

pip install -U casparser-isin

Usage

from casparser_isin import MFISINDb
with MFISINDb() as db:
    scheme_data = db.isin_lookup("Axis Long Term Equity Fund - Growth",  # scheme name
                                 "KFINTECH", # RTA
                                 "128TSDGG", # Scheme RTA code
                                 )
print(scheme_data)
SchemeData(name="axis long term equity fund - direct growth",
           isin="INF846K01EW2",
           amfi_code="120503",
           score=100.0)

The database also contains NAV values on 31-Jan-2018 for all funds, which can be used for taxable LTCG computation for units purchased before the same date.

from casparser_isin import MFISINDb
with MFISINDb() as db:
    nav = db.nav_lookup("INF846K01EW2")
print(nav)
Decimal('44.8938')

Notes

  • casparser-isin is shipped with a local database which may get obsolete over time. The local database can be updated via the cli tool
casparser-isin --update
  • casparser-isin will try to use the file provided by CASPARSER_ISIN_DB environment variable; if present, and the file exists

Download files

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

Source Distribution

casparser_isin-0.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

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

casparser_isin-0-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

Details for the file casparser_isin-0.tar.gz.

File metadata

  • Download URL: casparser_isin-0.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for casparser_isin-0.tar.gz
Algorithm Hash digest
SHA256 542776400197d8e48bc165bf4ea26680a42082d0714692b7f7722ce8d0912b31
MD5 e3ef0360540437c25c0a5239439c4947
BLAKE2b-256 cce17e71debcd02751153a1c914c48d9f4fffec6c3ad06af8ea79d696b5dfba0

See more details on using hashes here.

File details

Details for the file casparser_isin-0-py3-none-any.whl.

File metadata

  • Download URL: casparser_isin-0-py3-none-any.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for casparser_isin-0-py3-none-any.whl
Algorithm Hash digest
SHA256 5377a19dc6c71cb9c4482d9dc2361ca2de9122ac8d79ec753dd8f80701af82c1
MD5 8de4d16ccddafee1c9255ba495a862c2
BLAKE2b-256 850e8e976607af8549c97753089f5e70eaedd9fbe4074d10cf11c0412312a118

See more details on using hashes here.

Release history Release notifications | RSS feed

2026.6.9

2 files

2026.5.1

2 files

2025.3.1

2 files

2025.2.28

2 files

2025.2.27

2 files

2025.2.26

2 files

2024.12.5

2 files

2023.9.10

2 files

2023.9.3

2 files

2023.8.18

2 files

2023.1.16

2 files

2022.6.19

2 files

2022.2.1

2 files

2021.9.1

2 files

2021.7.21

2 files

2021.7.1

2 files

2021.6.1

2 files

2021.5.1

2 files

2021.4.1

2 files

2021.3.1

2 files

2021.1.30

2 files

2020.1.30

2 files

0.1.0

2 files

This release

0 This release

2 files

Supported by

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