• 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

    Authentication, Request & Response


    Request Format#

    RESTful APIs (HTTP GET) are used for sending the request where inputs are sent as part of URL in the form of query parameters.

    Response Format#

    Response is received in Json, Xml, Csv or CsvContent format. This is user-configurable; value of "format" parameter sent in request decides the format of the response.
    While data is sent in Csv as part of response, a file containing Csv values is sent when format=CsvContent.
    Sometimes, API can return diagnostic response in plain/text format instead of actual data. When this happens, user will need to send the request again - till they receive actual data. A list of available diagnostic responses can be found here

    Authentication#

    To receive the response, user will need to send valid "AccessKey" parameter with each request. User can get the accessKey for their use by contacting our Sales Team and making the payment for the data subscription.
    Previous
    Mutual Funds Data API - Introduction
    Next
    Code Samples & API Trial
    Built with