# Mutual Fund Data – API & Google Sheets Access

> Daily and historical mutual fund prices through one API endpoint, or straight into your spreadsheet with the Market Data Google Sheets add-on.

Source: https://www.marketdata.app/data/funds/

---

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.

[Sign up For Free](/signup/) [Pricing](/pricing/)

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.

Candles

[GET /v1/funds/candles/{resolution}/{symbol}](/docs/api/funds/candles)

Supercharge your Charts & Analysis

Get industry-standard candlestick data to build mutual fund charts. Access daily historical prices through a single, easy-to-use endpoint. Create custom aggregates at any time resolution — 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

[Try for Free](/signup/) [View Docs](/docs/api/funds/candles)

```
{
  "s": "ok",
  "t": [1787889600, 1788148800],
  "o": [712.67, 710.33],
  "h": [712.67, 710.33],
  "l": [712.67, 710.33],
  "c": [712.67, 710.33]
}
```

## Get Started With Mutual Fund Data

Discover how to effectively use our mutual fund data with these easy-to-follow quickstart tutorials for Google Sheets and the Market Data API. [View all](/topics/data/funds/)

[

(image: A monitor on an office desk displaying MUTUAL FUNDS API, surrounded by glowing candlestick charts and network lines.)

How To Use The Mutual Fund API

Learn by example and get started with the mutual fund api. Get candlestick and pricing data going back decades.

](/api/funds/how-to-use/)

## Get Data Anywhere

How would you like to receive your data? Let's get started.

(image: API network diagram showing interconnected nodes representing Market Data API infrastructure)

### 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.

[Try For Free](/signup/) [Try It](https://api.marketdata.app) [View Docs](/docs/api/)

(image: Google Sheets interface showing market data integration with spreadsheet formulas)

### 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.

[Try For Free](/signup/) [Install](https://workspace.google.com/marketplace/app/market_data/453586334945) [View Docs](/docs/sheets/)
