Mutual Funds List
Retrieve a comprehensive list of all available mutual funds in the Pakistani market.
GET/3.0/funds
Description
This endpoint returns detailed information about each fund including current NAV, performance metrics, AUM, fees, and asset allocation 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": "1aa0884f-6999-4977-a739-6a7830a8e5be",
"name": "786 Smart Fund",
"symbol": "786SMF",
"amc_id": "558af0cf-288b-4738-927c-3468093e9738"
},
{
"id": "9557dd30-5dfa-4b79-9bc5-f1635f1232f6",
"name": "ABL Cash Fund",
"symbol": "ABLCF",
"amc_id": "c4f54d48-7c96-4619-acd9-fc2ea1752d53"
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique fund identifier (UUID) |
name | string | Fund name |
symbol | string | Fund symbol/ticker |
amc_id | string | Asset Management Company ID |
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" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Portfolio Analysis: Track fund performance and returns
- Investment Research: Compare funds by risk profile, ratings, and returns
- Fund Selection: Filter funds by category, AUM, and fees
- Performance Tracking: Monitor fund performance across multiple time periods