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
</code></pre>
<p>##Quickstart</p>
<pre><code class="language-from">
# 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"))
##Enterprise API Keys & Licensing To request production B2B API keys or enterprise streaming endpoints, visit Dagyan Intelligence (www.dagyan.com).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dagyan_die-1.0.3.tar.gz
(3.3 kB
view details)
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.3.tar.gz.
File metadata
- Download URL: dagyan_die-1.0.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9b63d55d16c31324d3de94351d645d70c14b840b85c355973249ba870a494b8
|
|
| MD5 |
1e203937beb3ce6b9a8b1c02972a094a
|
|
| BLAKE2b-256 |
2041c7a09d660a70c2c29202c7f2c5b0a995f4dd5921b3dc516fc23ffd5e4eb9
|
File details
Details for the file dagyan_die-1.0.3-py3-none-any.whl.
File metadata
- Download URL: dagyan_die-1.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
00d4c0504da25b3d4efdb190ee8b6ec8648e1aeaa1687d37f9b09533285b8cbd
|
|
| MD5 |
46a77ff271275d091a67214eae760c3e
|
|
| BLAKE2b-256 |
f98180ef42d21a435b794d8e987347c691df02d55967d95620701da75ed213e7
|