1. Mutual Fund APIs
  • Mutual Funds Data API - Introduction
  • Authentication, Request & Response
  • Code Samples & API Trial
  • List of APIs
  • Mutual Fund APIs
    • GetAMCMaster
      GET
    • GetSchemeMaster
      GET
    • GetSchemeTypeMaster
      GET
    • GetSchemeCategoryMaster
      GET
    • GetNAV
      GET
    • GetNAVHistory
      GET
    • GetAUM
      GET
    • GetAUMHistory
      GET
    • GetAumSchemeComparison
      GET
    • GetAumTopGainersLosers
      GET
    • GetHoldings
      GET
    • GetHoldingsSearch
      GET
    • GetHoldingsWhatChanged
      GET
    • GetHoldingsByType
      GET
    • GetNewFundOffers
      GET
  • Helper Functions
    • GetLimitation
      GET
    • GetServerInfo
      GET
  • Diagnostic API Responses
    • Diagnostic API Responses
  • Release Notes
    • 📢Release Notes
  1. Mutual Fund APIs

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)

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 --request GET 'https://test.lisuns.com:4532/GetSchemeCategoryMaster?accessKey=4f863b18-f33e-4260-aa65-c60c1ad88686&format=Json'

Responses

🟢200
application/json
Success
Body

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