Asset Management Companies (AMCs)
Retrieve a lightweight list of all Asset Management Companies (AMCs) with their basic identifiers.
GET/3.0/funds/amcs
Description
This endpoint returns a lightweight list of all AMCs with their basic identifiers (id, symbol, name), suitable for lookups, populating dropdowns, and joining with other datasets.
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",
"symbol": "ABLAMCL",
"name": "ABL Asset Management Company Limited"
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique AMC identifier |
symbol | 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
curl -X GET "https://csapis.com/3.0/funds/amcs" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- AMC Directory: Get contact information and details for all AMCs
- AMC Dropdown: Populate an AMC selection dropdown or reference list
- Fund Mapping: Map funds to their managing AMC using AMC identifiers
- Fund Provider Selection: Identify funds from specific AMCs