Mutual Fund API
The Mutual Fund API provides information about Mutual Funds including price, assets under management, and identifiers (ISIN, CUSIP).
Available endpoints:
- /v1/mutualfund - Get detailed information for a specific mutual fund by ticker
For data on Electronic Transfer Funds (ETFs), use the ETF API instead.
From 9,505 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 269ms | 307ms | 350ms | 736ms | 975ms |
Similar APIs
Didn't find what you were looking for? Suggest an improvement
/v1/mutualfund GET
https://api.api-ninjas.com/v1/mutualfund
Returns comprehensive information about any Mutual Fund by its ticker.
Parameters
tickerrequiredMutual Fund ticker symbol (e.g.,
VFIAX,FXAIX,FZROX).
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON object with the following fields or an error if the request is unsuccessful.
fund_tickerMutual Fund ticker symbol.
fund_nameMutual Fund name.
isinInternational Securities Identification Number (ISIN) of the Mutual Fund.
cusipNine-character Committee on Uniform Security Identification Procedures (CUSIP) identifier for the Mutual Fund.
countryCountry of the Mutual Fund issuer.
pricepremium onlyCurrent price of the Mutual Fund in USD. Mutual Fund prices are updated once a day, usually after the US market closes (1pm ET) and by 6pm ET.
aumpremium onlyAssets under management of the Mutual Fund in USD.
Sample Request Live Demo!
Try this API endpoint with all available parameters in our API playground
https://api.api-ninjas.com/v1/mutualfund?ticker=VFIAXHeaders
X-Api-KeyLog in or sign up to get your API KeySample Response
Code Examples
1
2
curl -X GET "https://api.api-ninjas.com/v1/mutualfund?ticker=VFIAX" \
-H "X-Api-Key: YOUR_API_KEY"If your programming language is not listed in the Code Example above, you can still make API calls by using a HTTP request library written in your programming language and following the above documentation.
Frequently Asked Questions
Can I use the Mutual Fund API for commercial purposes?
How do I get an API key and start using the Mutual Fund API?
What happens if I exceed my quota for the month?
What happens if a request to the Mutual Fund API fails?
What information does the /v1/mutualfund endpoint return for a ticker?
How fresh is the mutual fund price data?