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

GetSchemeMaster

GET
https://test.lisuns.com:4532/GetSchemeMaster
▶️ 'Try It' now !
pointer.gif
The GetSchemeMaster returns official mutual fund scheme details on codes, names, aliases, types, categories, subcategories, launch dates, closure dates, ISINs for growth, dividend payout, reinvestment, and server time.

What is returned?#

Code, Name, Alias, Type, Category, SubCategory, LaunchDate, ClosureDate, ISINGrowth, ISINDivPayout, ISINDivReinvest, ServerTime
For details, please see the complete glossary.

Sample Response#

JSON
XML
CSV
CsvContent
{
"Value": [
{
"Name": "NJ Balanced Advantage Fund - Regular Plan - IDCW Payout Option",
"Alias": "",
"Code": "149263",
"Type": "Open Ended",
"Category": "Hybrid",
"SubCategory": "Dynamic Asset Allocation or Balanced Advantage",
"ISINGrowth": "INF0J8L01016",
"ISINDivPayout": "",
"ISINDivReinvest": "",
"IsActive": "True",
"LaunchDate": "01-01-0001 00:00:00",
"ClosureDate": "01-01-0001 00:00:00",
"AMC": ""
},
{
"Name": "NJ Balanced Advantage Fund - Direct Plan - Growth Option",
"Alias": "",
"Code": "149264",
"Type": "Open Ended",
"Category": "Hybrid",
"SubCategory": "Dynamic Asset Allocation or Balanced Advantage",
"ISINGrowth": "INF0J8L01040",
"ISINDivPayout": "",
"ISINDivReinvest": "",
"IsActive": "True",
"LaunchDate": "01-01-0001 00:00:00",
"ClosureDate": "01-01-0001 00:00:00",
"AMC": ""
},
{
"Name": "NJ Balanced Advantage Fund - Direct Plan - IDCW Payout Option",
"Alias": "",
"Code": "149265",
"Type": "Open Ended",
"Category": "Hybrid",
"SubCategory": "Dynamic Asset Allocation or Balanced Advantage",
"ISINGrowth": "INF0J8L01032",
"ISINDivPayout": "",
"ISINDivReinvest": "",
"IsActive": "True",
"LaunchDate": "01-01-0001 00:00:00",
"ClosureDate": "01-01-0001 00:00:00",
"AMC": ""
}
]
}

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/GetSchemeMaster?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&name=NJ&from=&to=&type=undefined&category=undefined&sub-category=undefined&dTFormat=String&format=Json'

Responses

🟢200
application/json
Success
Body

Example
{
    "value": [
        {
            "name": "string",
            "alias": "string",
            "code": "string",
            "type": "string",
            "category": "string",
            "subCategory": "string",
            "isinGrowth": "string",
            "isinDivPayout": "string",
            "isinDivReinvest": "string",
            "isActive": true,
            "amc": "string",
            "launchDate": "02-25-2025 18:00:00",
            "closureDate": "02-25-2025 18:00:00"
        }
    ],
    "count": 0
}
Previous
GetAMCMaster
Next
GetSchemeTypeMaster
Built with