Dagyan Insolvenz Engine (DIE) — Python SDK
The official Python client for Dagyan Intelligence — Deterministic risk telemetry for the German commercial matrix.
Engineered and maintained by Gokul Krishnan Pudukode Sivaramakrishnan.
Installation
pip install dagyan-die
##Quickstart from dagyan_die import DagyanClient
Initialize client with public demo key or enterprise token
client = DagyanClient(api_key="dag_demo_key_2026")
1. Fetch 10-day national entity counts
counts = client.get_entity_counts(scope="NATION", sector="CORPORATE") print("Entity Counts:", counts)
2. Fetch risk metrics for a target date
risk = client.get_risk_summary(date="2026-08-07", scope="NATION") print("National Risk Summary:", risk)
3. Fetch audit ledger table
ledger = client.get_ledger_summary(date="2026-08-07", scope="STATE", target="Bayern") print(f"Isolated {len(ledger)} corporate targets in Bayern.")
4. Extract raw court text and AI reason for a notice
if ledger: target_hash = ledger[0]["primary_notice_hash"] dossier = client.get_notice_summary(target_hash) print("AI Risk Reason:", dossier.get("risk_reason"))
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 dagyan_die-1.0.2.tar.gz.
File metadata
- Download URL: dagyan_die-1.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b406397c25df6dd35030bba60cd2c4f6e7149f15e876bd5842c57e8d874920
|
|
| MD5 |
cc57461bd0f095dc183da9b04e2a0364
|
|
| BLAKE2b-256 |
e6f3f0ac09c6ba67bdd4e9b7dca9b40a5464d3c7360c225ace1eaee602630698
|
File details
Details for the file dagyan_die-1.0.2-py3-none-any.whl.
File metadata
- Download URL: dagyan_die-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9440216c482db0e60ed1125abe13169699f047ae3686ffda89ee86810ba5a8a7
|
|
| MD5 |
9af783244b290afc13e73a315af867ea
|
|
| BLAKE2b-256 |
cc6bf85f02c1aa0a2ac59d6380ae95a4947a22ae5ed67c58cf9f07d7ad11e5be
|