Discover/apmiindia.org API
live

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.

Endpoints
1
Updated
51m ago
Try it
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 number (1-12) for the performance report date. Omitting defaults to the previous month relative to current date.
Strategy category filter. Accepts exactly one of: Equity, Debt, Hybrid, Multi Asset.
Service type filter. Accepts exactly one of: Discretionary, Non Discretionary.
api.parse.bot/scraper/038f1cab-b0e7-4261-a987-e4f470873dde/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
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 '{}'
All endpoints · 1 totalclick to expand

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.

Input
ParamTypeDescription
yearstring4-digit year for the performance report date (e.g. 2026). Omitting defaults to the year of the previous month relative to current date.
monthstringMonth number (1-12) for the performance report date. Omitting defaults to the previous month relative to current date.
strategystringStrategy category filter. Accepts exactly one of: Equity, Debt, Hybrid, Multi Asset.
service_typestringService type filter. Accepts exactly one of: Discretionary, Non Discretionary.
Response
{
  "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.