Skip to main content

Mutual Funds List

Retrieve a comprehensive list of all available mutual funds in the Pakistani market.

GET/3.0/funds/list

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": "2602024a-9498-4898-ad61-eafc66dbe09a",
"name": "Alfalah GHP Cash Fund",
"sy": "AGCF",
"amc_id": "883c3adf-b8d0-4cea-bd0f-664e0c34c5f2",
}
]
}

Response Fields

FieldTypeDescription
idstringUnique fund identifier (UUID)
namestringFund name
systringFund symbol/ticker
amc_idstringAsset 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/list" \
-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