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

# Overview

> Point-in-time macroeconomic, rates, calendar, fundamentals, and derived-analytics data from official sources, served as predictable JSON for developers and AI agents.

Financial Data API is a point-in-time data API for macroeconomics and global markets. Every value carries the period it describes, the moment it became known, a freshness label, and a full provenance chain back to its official source, so the same query returns the same answer today, next quarter, and inside a five-year backtest.

It is built for two audiences: developers shipping research tools, dashboards, and trading systems that cannot tolerate silent data drift, and AI agents that need a self-describing, redistribution-safe surface they can discover and call without bespoke glue.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first authenticated request and page through results in a few minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Send your API key, understand scopes, and read the rate-limit headers.
  </Card>

  <Card title="API reference" icon="square-terminal" href="/api-reference/introduction">
    Every endpoint, parameter, and response field, generated from the live OpenAPI spec.
  </Card>

  <Card title="Get a free API key" icon="key" href="https://app.financialdatapi.com">
    Sign up and make your first call in under two minutes. 2,500 free requests a month, no card required.
  </Card>
</CardGroup>

## What Financial Data API gives you

<CardGroup cols={2}>
  <Card title="Bi-temporal time model" icon="clock" href="/concepts/time-model">
    Every observation records both the period it describes and the moment it became known, so backtests are free of lookahead by construction.
  </Card>

  <Card title="Per-row provenance" icon="link" href="/concepts/provenance">
    Walk from any value to the named source, source URL, raw payload reference, and ingestion run that produced it.
  </Card>

  <Card title="One response envelope" icon="box" href="/concepts/response-envelope">
    Every endpoint returns `data`, `meta`, and a stable `requestId`. Write your parsing once.
  </Card>
</CardGroup>

## Data surface

<CardGroup cols={2}>
  <Card title="Macro indicators" icon="chart-mixed" href="/apis/macro-indicators">
    Inflation, labor, growth, housing, external, income, and consumption series across 17 countries.
  </Card>

  <Card title="Interest rates" icon="percent" href="/apis/interest-rates">
    Policy rates, money-market benchmarks, 10-year sovereign yields, and the 10Y-3M curve spread.
  </Card>

  <Card title="Economic calendar & events" icon="calendar" href="/apis/economic-calendar">
    Scheduled and released macro events with actual, forecast, consensus, previous, and revised values.
  </Card>

  <Card title="SEC fundamentals" icon="building-columns" href="/apis/financial-statements">
    Income, balance-sheet, and cash-flow statements for the S\&P 500 ∪ Nasdaq-100 universe.
  </Card>

  <Card title="Derived analytics" icon="function" href="/apis/derived-analytics">
    Surprise indices, COT positioning percentiles, valuation multiples, rates analytics, and a statistical macro forecast baseline.
  </Card>
</CardGroup>

## Built for agents

<CardGroup cols={2}>
  <Card title="MCP server" icon="plug" href="/ai-agents/mcp-server">
    A native Model Context Protocol server with read-only macro tools for Claude Code, Claude Desktop, and Cursor.
  </Card>

  <Card title="llms.txt" icon="file-lines" href="/ai-agents/llms-txt">
    Keyless, self-describing text indexes an agent can read to discover the API before it holds a key.
  </Card>
</CardGroup>

<Tip>
  Need help? Email [support@financialdatapi.com](mailto:support@financialdatapi.com) or see the [Support](/support) page. Keys are self-serve at [app.financialdatapi.com](https://app.financialdatapi.com).
</Tip>
