Mutual Fund Data
Comprehensive mutual fund data, right at your fingertips.
Enhance your portfolio with complete access to mutual fund data via an easy-to-use API and intuitive spreadsheet add-ons.
Market Data Mutual Fund APIs
Easy to Implement, Flexible Configuration
Transform your applications with ease by integrating market data through our intuitive APIs. Their configurability helps you sidestep unnecessary challenges and save valuable time.
/v1/funds/candles/{resolution}/{symbol}
Supercharge your Charts & Analysis
Get industry-standard candlestick data to build mutual fund candlestick charts. Use a single, simple endpoint for both real-time and historical candlestick data. Build aggregates using whatever time resolution you wish — from 1 day to 1 year.
- Use any daily time frame
- Candles are available at end of day
- Query how you want: start/end, relative dates, specific number of candles
{
"s": "ok",
"t": [
1672722000,
1672808400
],
"o": [
352.76,
355.43
],
"h": [
352.76,
355.43
],
"l": [
352.76,
355.43
],
"c": [
352.76,
355.43
]
}
{
"s": "ok",
"t": [
1672722000,
1672808400
],
"o": [
352.76,
355.43
],
"h": [
352.76,
355.43
],
"l": [
352.76,
355.43
],
"c": [
352.76,
355.43
]
}
Get Data Anywhere
How would you like to receive your data? Let's get started.
Market Data API
Our RESTful API allows on-demand access to our entire data catalog. With a single subscription plan, get access to both real-time and historic data on whatever instrument you need.
Google Sheets Add-on
Use simple formulas based on GoogleFinance to download market data directly into your Google spreadsheets. Both real-time and historical data is available.