Finark API SDK Docs (1.0.0)

Download OpenAPI specification:Download

This API provides access to Finark mutual funds data. Integrate it with your application to retrieve details and Net Asset Values (NAV) of mutual funds.

Mutual Fund Details

Get mutual fund details

Get details for a mutual fund by ISIN.

Authorizations:
API_KEY
path Parameters
isin
required
string
Example: INF204K01K15

ISIN of the mutual fund

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Mutual Fund NAV

Get NAV by ISIN

Get NAV for a mutual fund by ISIN.

Authorizations:
API_KEY
query Parameters
isin
required
string
Example: isin=INF204K01K15

ISIN of the mutual fund

fromDate
string <yyyy-MM-dd>
Example: fromDate=2024-05-30

Date from which to fetch NAV

limit
string <integer>
Example: limit=75

Maximum number of results, default is 30

order
string
Example: order=asc or desc

Order by date

Responses

Response samples

Content type
application/json
{
  • "result": [
    ]
}

Search Mutual Funds

Search for mutual funds

Search for mutual funds by name.

Authorizations:
API_KEY
query Parameters
search
string
Example: search=Aarti Industries Limited

Name of the mutual fund

lastId
string
Example: lastId=033536c6-e8bf-4880-819a-9b63745fc438

Index id of the last mutual fund

limit
string <integer>

Maximum number of results, default is 30

Responses

Response samples

Content type
application/json
[
  • {
    }
]