Skip to main content

Fund Profile

Retrieve detailed profile information for a specific mutual fund in the Pakistani market.

GET/3.0/fund/profile

Description

This endpoint returns comprehensive profile information about a specific mutual fund including fund type, risk profile, fees, ratings, and other operational details.

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

ParameterTypeRequiredDescription
idstringYesUnique fund identifier to retrieve specific fund profile

Response

Success Response (200)

{
"status": "ok",
"message": "",
"data": {
"id": "2602024a-9498-4898-ad61-eafc66dbe09a",
"ref_id": "23443",
"amc_id": "883c3adf-b8d0-4cea-bd0f-664e0c34c5f2",
"status": 1,
"ft": "Open - Ended Fund",
"class": "",
"type": "",
"obj": "To provide competitive risk adjusted returns...",
"rp": "Low",
"reg": "Central Depositary Company...",
"aud": "Yousuf Adil - Chartered Accountants",
"bm": "Six Month average deposit rates...",
"fm": "Mr Salman Jawaid | Mr Anil Kumar",
"lst": "Pakistan Stock Exchange",
"dd": [
{
"day": "Mon - Fri",
"cot": "4:00 PM"
}
],
"rt": {
"rt": "AA+(f)",
"ol": "Positive",
"ag": "PACRA",
"dt": "2025-06-17"
},
"pm": "Backward",
"minv": 500,
"ter": 0.0123,
"mf": 0.01,
"sam": 0.0033,
"fl": 0,
"bl": 0,
"cl": 0,
"tc": "CDC"
}
}

Response Fields

FieldTypeDescription
idstringUnique fund identifier (UUID)
ref_idstringReference ID / Fund symbol
amc_idstringAsset Management Company ID
statusintFund status (e.g., 1, 0)
ftstringFund type (e.g., Open-Ended Fund)
classstringFund class
typestringFund type classification
objstringFund objective
rpstringRisk profile (Low, Medium, High)
regstringRegistrar name
audstringAuditor name
bmstringBenchmark description
fmstringFund Manager name(s)
lststringListing location
ddarrayDealing days and cut-off times - View
rtobjectRating information - View
pmstringPricing mechanism (Backward/Forward)
minvnumberMinimum investment amount
ternumberTotal Expense Ratio
mfnumberManagement fee percentage
samnumberSelling and marketing fee percentage
flnumberFront-end load percentage
blnumberBack-end load percentage
clnumberContingent load percentage
tcstringTrustee code (i.e. CDC)

Dealing Days (dd)

FieldTypeDescription
daystringDealing day(s) (e.g., Mon - Fri)
cotstringCut-off time for transactions

Rating Fields (rt)

FieldTypeDescription
rtstringCredit rating (e.g., AA+(f))
olstringOutlook of the rating (Stable, Positive, Negative)
agstringRating agency code (PACRA, VIS, etc.)
dtstringDate of rating (YYYY-MM-DD)

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Fund Profile by ID

curl -X GET "https://csapis.com/3.0/fund/profile?id=" \
-H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Fund Analysis: Get comprehensive details about a specific mutual fund
  • Risk Assessment: Review fund's risk profile and ratings
  • Fee Comparison: Compare expense ratios and fees
  • Operational Details: Understand dealing days, cut-off times, and fund managers