> ## Documentation Index
> Fetch the complete documentation index at: https://fruitstand.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fresh data, delivered daily!

> Grab a basket and pick from our selection of high-quality datasets through the Snowflake marketplace.

<div style={{ maxWidth: "760px", margin: "0 auto", padding: "6rem 1.5rem 2rem", textAlign: "center" }}>
  <img src="https://mintcdn.com/fruit-stand/UIU2Rrys57ohhDaa/logo/logo.svg?fit=max&auto=format&n=UIU2Rrys57ohhDaa&q=85&s=44e873b7abf563c6426c2dc478ce8e9b" alt="Fruit Stand" width="88" height="88" style={{ margin: "0 auto 1.5rem", borderRadius: "16px" }} data-path="logo/logo.svg" />

  <h1 className="text-black dark:text-white" style={{ fontSize: "3rem", lineHeight: 1.1, fontWeight: 700, margin: "0 0 1rem" }}>
    Fresh data, delivered daily!
  </h1>

  <p style={{ fontSize: "1.25rem", margin: "0 auto 2rem", maxWidth: "560px" }}>
    Grab a basket and pick from a selection of high-quality datasets.
  </p>

  <a
    href="https://app.fruitstand.dev/pricing"
    style={{
  display: "inline-block",
  background: "#0e8544",
  color: "#fff",
  fontWeight: 600,
  padding: "0.85rem 2rem",
  borderRadius: "16px",
  textDecoration: "none"
}}
  >
    Try Our Fund Returns MCP For Free
  </a>
</div>

<div style={{ maxWidth: "820px", margin: "0 auto", padding: "1rem 1.5rem 4rem" }}>
  <h2 className="text-black dark:text-white" style={{ fontSize: "1.75rem", fontWeight: 700, textAlign: "center", margin: "0 0 0.5rem" }}>
    API & MCP
  </h2>

  <p style={{ textAlign: "center", margin: "0 auto 2rem", maxWidth: "560px" }}>
    Query fund data directly over HTTP, or point an AI agent at our MCP server. No Snowflake account required.
  </p>

  <CardGroup cols={2}>
    <Card title="Fund Returns REST API" icon="code" href="/api-reference/introduction">
      Trailing and calendar year returns for 32,000+ US funds and ETFs over a fast, cheap REST endpoint. Same curated data as the Snowflake listing, without Snowflake.
    </Card>

    <Card title="Fund Returns MCP Server" icon="robot" href="/api-reference/introduction#mcp-server">
      Trailing and calendar year returns for 32,000+ US funds and ETFs over the Model Context Protocol. Built for AI agents, with search, fetch, and batch tools authenticated by your API key.
    </Card>
  </CardGroup>
</div>

<div style={{ maxWidth: "820px", margin: "0 auto", padding: "1rem 1.5rem 5rem" }}>
  <h2 className="text-black dark:text-white" style={{ fontSize: "1.75rem", fontWeight: 700, textAlign: "center", margin: "0 0 0.5rem" }}>
    Snowflake Datasets
  </h2>

  <p style={{ textAlign: "center", margin: "0 auto 2rem", maxWidth: "560px" }}>
    Analytics-ready tables in the Snowflake Marketplace, refreshed on a regular schedule, so you can query, join, and model without building your own pipeline.
  </p>

  <CardGroup cols={2}>
    <Card title="FRED Series" icon="chart-line" href="/datasets/fred-series">
      The full universe of Federal Reserve Economic Data, refreshed daily, historically complete, and analytics‑ready in Snowflake.
    </Card>

    <Card title="Earnings Call Transcripts" icon="microphone" href="/datasets/earnings-call-transcripts">
      Verbatim quarterly earnings call transcripts for 4,500+ public companies, 2005 to present, split by speaker and paragraph.
    </Card>

    <Card title="Fund Returns" icon="arrow-trend-up" href="/datasets/fund-returns">
      Trailing and calendar year total returns for 32,000+ US funds and ETFs, refreshed daily.
    </Card>
  </CardGroup>
</div>
