1. Scheme
  • Mutual Funds API - Introduction
  • Authentication, Request & Response
  • Code Samples & API Trial
  • List of APIs
  • Mutual Funds APIs
    • Asset Management Company
      • GetAMCMaster
    • Scheme
      • GetSchemeMaster
        GET
      • GetSchemeTypeMaster
        GET
      • GetSchemeCategoryMaster
        GET
    • Net Asset Value
      • GetNAV
      • GetNAVHistory
    • Assets Under Management
      • GetAUM
      • GetAUMHistory
      • GetAUMSchemeComparison
      • GetAUMTopGainersLosers
    • Portfolio Holdings
      • GetHoldings
      • GetHoldingsSearch
      • GetHoldingsWhatChanged
      • GetHoldingsByType
    • New Fund Offers
      • GetNewFundOffers
  • Helper Functions
    • GetLimitation
    • GetServerInfo
  • Glossary
    • Glossary
  • Diagnostic API Responses
    • Diagnostic API Responses
  • Release Notes
    • 📢 Release Notes
  1. Scheme

GetSchemeCategoryMaster

GET
https://test.lisuns.com:4532/GetSchemeCategoryMaster
▶️ 'Try It' now !
pointer.gif
The GetSchemeCategoryMaster returns official categories for mutual fund schemes, including Debt, Equity, Hybrid, Other, and Solution Oriented funds.

What is returned?#

Debt (16) , Equity (12), Hybrid (7) , Other (14) , Solution Oriented (2)
For details, please see the complete glossary.

Sample Response#

JSON
XML
CSV
CsvContent
{
"Value": [
{
"Category": "",
"SubCategory": ""
},
{
"Category": "Debt",
"SubCategory": "Banking and PSU"
},
{
"Category": "Debt",
"SubCategory": "Corporate Bond"
},
{
"Category": "Debt",
"SubCategory": "Credit Risk"
}
]
}

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://test.lisuns.com:4532/GetSchemeCategoryMaster?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&format=Json'

Responses

🟢200
application/json
Success
Body

Example
{
    "value": [
        {
            "category": "string",
            "subCategory": "string"
        }
    ],
    "count": 0
}
Previous
GetSchemeTypeMaster
Next
GetNAV
Built with