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",
"cd": "ABLAMCL",
"name": "ABL Asset Management Company Limited",
"logo": "",
"addr": "Plot # 14, Sector MB, D.H.A, Phase VI, Lahore.",
"ph": "042111225262",
"web": "www.ablfunds.com",
"aum": 325062751000,
"aum_dt": "2024-12-01",
"rt": {
"rt": "AM1",
"ol": "Stable",
"ag": "PACRA",
"dt": "2023-10-26"
},
"mod": "2025-01-10T07:13:56.154Z"
}
]
}
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 |
logo | string | URL to AMC logo image (if available) |
addr | string | Physical address of the AMC headquarters |
ph | string | Contact phone number |
web | string | Official website URL |
aum | integer | Assets Under Management in Pakistani Rupees (PKR) |
aum_dt | string | Date of latest AUM data (YYYY-MM-DD) |
rt | object | Credit rating information - View |
mod | string | Timestamp of last modification (ISO 8601) |
Rating Fields (rt)
| Field | Type | Description |
|---|---|---|
rt | string | Credit rating (e.g., AM1, AM2, AM3, etc.) |
ol | string | Outlook of the rating (Stable, Positive, Negative) |
ag | string | Rating agency code (PACRA, VIS, etc.) |
dt | 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