Skip to main content

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

FieldTypeDescription
idstringUnique AMC identifier (UUID)
codestringAMC code/symbol for identification
namestringFull name of the Asset Management Company
logostringURL to AMC logo image (if available)
descriptionstringBrief description of the AMC
rankintegerAMC ranking
addressstringPhysical address of the AMC headquarters
phonestringContact phone number
websitestringOfficial website URL
ceostringChief Executive Officer name
ciostringChief Investment Officer name
cfostringChief Financial Officer name
aumintegerAssets Under Management in Pakistani Rupees (PKR)
aum_datestringDate of latest AUM data (YYYY-MM-DD)
ratingobjectCredit rating information - View
modifiedstringTimestamp of last modification (ISO 8601)

Rating Fields

FieldTypeDescription
ratingstringCredit rating (e.g., AM1, AM2, AM3, etc.)
outlookstringOutlook of the rating (Stable, Positive, Negative)
agencystringRating agency code (PACRA, VIS, etc.)
datestringDate 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