All AMCs Overview
Retrieve information about all Asset Management Companies (AMCs) offering mutual funds in Pakistan.
GET/3.0/amcs/profile
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",
"code": "ABLAMCL",
"name": "ABL Asset Management Company Limited",
"logo": "",
"description": "ABL Asset Management Company Limited",
"rank": 0,
"address": "Plot # 14, Main Boulevard, D.H.A, Phase VI, Lahore.",
"phone": "042111225262",
"website": "website",
"ceo": "CEO",
"cio": "CIO",
"cfo": "Test",
"aum": 364735431000,
"aum_date": "2025-05-01",
"rating": {
"rating": "AM1",
"outlook": "Stable",
"agency": "PACRA",
"date": "2023-10-26"
},
"modified": "2025-12-31T13:42:00.917Z"
},
{
"id": "81d43de5-c13e-4d8f-8ecd-f0199165970a",
"code": "AKDIML",
"name": "AKD Investment Management Limited",
"logo": "",
"description": "Oil & Gas Marketing Companies",
"rank": 0,
"address": "Suite # 216-217, 2nd Floor, Continental Trade Center, Block-8, Clifton, Karachi.",
"phone": "021111253465",
"website": "www.akdinvestment.com",
"ceo": "CEO 123",
"cio": "CIO",
"cfo": "CFO",
"aum": 9785900000,
"aum_date": "2025-05-01",
"rating": {
"rating": "AM3++",
"outlook": "Stable",
"agency": "PACRA",
"date": "2024-06-27"
},
"modified": "2025-12-31T09:22:25.677Z"
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique AMC identifier (UUID) |
code | string | AMC code/symbol for identification |
name | string | Full name of the Asset Management Company |
logo | string | URL to AMC logo image (if available) |
description | string | Brief description of the AMC |
rank | integer | AMC ranking |
address | string | Physical address of the AMC headquarters |
phone | string | Contact phone number |
website | string | Official website URL |
ceo | string | Chief Executive Officer name |
cio | string | Chief Investment Officer name |
cfo | string | Chief Financial Officer name |
aum | integer | Assets Under Management in Pakistani Rupees (PKR) |
aum_date | string | Date of latest AUM data (YYYY-MM-DD) |
rating | object | Credit rating information - View |
modified | string | Timestamp of last modification (ISO 8601) |
Rating Fields
| Field | Type | Description |
|---|---|---|
rating | string | Credit rating (e.g., AM1, AM2, AM3, etc.) |
outlook | string | Outlook of the rating (Stable, Positive, Negative) |
agency | string | Rating agency code (PACRA, VIS, etc.) |
date | string | Date of rating (YYYY-MM-DD) |
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/profile" \
-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