Skip to main content

ISIN database for casparser

Project description

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

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

casparser_isin-2023.8.18.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-2023.8.18-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: casparser_isin-2023.8.18.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-2023.8.18.tar.gz
Algorithm Hash digest
SHA256 04c69d8384a4049453aacfbba1271692135f2b36eb6d4086f99e39b8ad97fb1b
MD5 587b4ee364082563b80c882985339ee3
BLAKE2b-256 e179f97d9e010650f6022b6047a8fa0ed8b66fd9260c5ede5e80d8cb13ff5c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for casparser_isin-2023.8.18-py3-none-any.whl
Algorithm Hash digest
SHA256 e2540d2bae3fb913135ee656d3d0e0daa10f99ea8059443eb3b5eb74b05b6eb4
MD5 af14ae07c9600fb19aef29d2b62d546f
BLAKE2b-256 07561df0126089821439e433f1f2911597a199b9a85e564b415089620d9a66ed

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