All Funds Overview
Retrieve overview information for all available mutual funds in the Pakistani market.
GET/3.0/funds/overview
Description
This endpoint returns overview information about all available mutual funds in the Pakistani market including NAV, AUM, inception date, and basic fund details.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"message": "",
"data": [
{
"id": "2602024a-9498-4898-ad61-eafc66dbe09a",
"ref_id": "AGCF",
"name": "Alfalah GHP Cash Fund",
"sy": "AGCF",
"category_id": "6",
"inception_date": "2010-03-13",
"aum": 20240850000,
"aum_dt": "2025-09-01",
"nav": 519.5271,
"nav_dt": "2025-10-22"
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique fund identifier (UUID) |
ref_id | string | Reference ID / Fund symbol |
name | string | Fund name |
sy | string | Fund symbol/ticker |
category_id | string | Fund category ID |
inception_date | string | Fund inception date (YYYY-MM-DD) |
aum | integer | Assets Under Management in PKR |
aum_dt | string | AUM date (YYYY-MM-DD) |
nav | number | Net Asset Value per unit |
nav_dt | string | NAV date (YYYY-MM-DD) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET All Funds Overview
curl -X GET "https://csapis.com/3.0/funds/overview" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Fund Discovery: Browse all available mutual funds
- NAV Tracking: Monitor current NAV and AUM for all funds
- Fund Comparison: Compare funds by inception date, AUM, and NAV
- Portfolio Research: Identify funds for investment