Asset Management Companies (AMCs)
Retrieve information about all Asset Management Companies (AMCs) offering mutual funds in Pakistan.
GET/3.0/amcs/list
Description
This endpoint provides comprehensive details about each AMC including their code, address, contact information, Assets Under Management (AUM), and credit ratings from authorized rating agencies.
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": "c4f54d48-7c96-4619-acd9-fc2ea1752d53",
"cd": "ABLAMCL",
"name": "ABL Asset Management Company Limited",
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique AMC identifier |
cd | string | AMC code/symbol for identification |
name | string | Full name of the Asset Management Company |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET All AMCs Overview
curl -X GET "https://csapis.com/3.0/amcs/list" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- AMC Directory: Get contact information and details for all AMCs
- AUM Analysis: Compare Asset Under Management across AMCs
- Creditworthiness: Check AMC ratings from authorized agencies
- Fund Provider Selection: Identify funds from specific AMCs