CDMDF NAV
Historical NAV data for the Corporate Debt Market Development Fund (CDMDF).
Note
The latest CDMDF NAV is server-rendered on the AMFI website — no JSON API exists for it. Only historical data is available via history().
Data dictionary: CDMDF field reference →
amfipy.cdmdf.CDMDFClient
Sync client for CDMDF NAV data.
history(date, as_df=False)
Fetch historical CDMDF NAV for a specific date.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
date
|
str
|
Date in "DD-mon-YYYY" format (lowercase month), e.g. "31-mar-2026". |
required |
as_df
|
bool
|
Return polars DataFrame. |
False
|
Returns:
| Type | Description |
|---|---|
Any
|
CDMDF NAV data for the given date. |
history_range(dates, as_df=False)
Fetch CDMDF NAV history for multiple dates.
Returns {"31-mar-2026": <data>, "28-feb-2026": <data>, ...}.