apmiindia.org APIwww.apmiindia.org ↗
Monitor and compare Portfolio Management Services performance across Indian providers with detailed metrics including fund names, assets under management, and returns across various time periods. Access comprehensive performance data from APMI members to evaluate and benchmark investment fund performance.
curl -X POST 'https://api.parse.bot/scraper/038f1cab-b0e7-4261-a987-e4f470873dde/get_performance' \
-H 'X-API-Key: $PARSE_API_KEY' \
-H 'Content-Type: application/json' \
-d '{}'Get PMS Investment Approach wise performance data including Provider Name, Fund Name, AUM, and returns for 1M, 3M, 6M, 1Y, 2Y, 3Y, 4Y, 5Y, and Since Inception periods. Supports filtering by strategy type (Equity, Debt, Hybrid, Multi Asset) and service type (Discretionary, Non Discretionary). Returns all funds matching the criteria for the specified month/year.
| Param | Type | Description |
|---|---|---|
| year | string | 4-digit year for the performance report date (e.g. 2026). Omitting defaults to the year of the previous month relative to current date. |
| month | string | Month number (1-12) for the performance report date. Omitting defaults to the previous month relative to current date. |
| strategy | string | Strategy category filter. Accepts exactly one of: Equity, Debt, Hybrid, Multi Asset. |
| service_type | string | Service type filter. Accepts exactly one of: Discretionary, Non Discretionary. |
{
"type": "object",
"fields": {
"records": "array of performance records with provider_name, fund_name, aum_inr_cr, return_1m, return_3m, return_6m, return_1y, return_2y, return_3y, return_4y, return_5y, since_inception",
"strategy": "string",
"as_on_date": "string",
"service_type": "string",
"total_records": "integer"
},
"sample": {
"data": {
"records": [
{
"fund_name": "Valcreate Recovery Strategy",
"return_1m": "16.66",
"return_1y": "NA",
"return_2y": "NA",
"return_3m": "21.18",
"return_3y": "NA",
"return_4y": "NA",
"return_5y": "NA",
"return_6m": "13.03",
"aum_inr_cr": "1.31",
"provider_name": "Valcreate Investment Managers LLP",
"since_inception": "9.59"
},
{
"fund_name": "KINETIC",
"return_1m": "13.89",
"return_1y": "3.38",
"return_2y": "9.25",
"return_3m": "20.84",
"return_3y": "28.94",
"return_4y": "29.87",
"return_5y": "27.42",
"return_6m": "11.81",
"aum_inr_cr": "83.03",
"provider_name": "Ghalla Bhansali Stock Brokers Pvt Ltd",
"since_inception": "22.54"
}
],
"strategy": "Equity",
"as_on_date": "2026-5-31",
"service_type": "Discretionary",
"total_records": 180
},
"status": "success"
}
}About the apmiindia.org API
The apmiindia.org API on Parse exposes 1 endpoint for the publicly available data on www.apmiindia.org. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.