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

# Introduction

> The financial data terminal that turns the world's unstructured financial disclosure into structured, traceable data.

<img className="block dark:hidden w-full rounded-xl" src="https://mintcdn.com/prometheus-56b13daf/8XnEl3k2KtVi76lO/images/hero-light.png?fit=max&auto=format&n=8XnEl3k2KtVi76lO&q=85&s=adafa356b00afd1a34060a8fab8be303" alt="Prometheus" width="1600" height="400" data-path="images/hero-light.png" />

<img className="hidden dark:block w-full rounded-xl" src="https://mintcdn.com/prometheus-56b13daf/8XnEl3k2KtVi76lO/images/hero-dark.png?fit=max&auto=format&n=8XnEl3k2KtVi76lO&q=85&s=f51a1ff895bac67718d7f1ca8a41774f" alt="Prometheus" width="1600" height="400" data-path="images/hero-dark.png" />

Prometheus is a financial data terminal that turns the world's unstructured financial
disclosure into structured, traceable data — and this API serves everything the terminal
renders.

Companies, exchanges and central banks publish an enormous amount every day: annual and
interim reports, SEC filings, results announcements, investor presentations, earnings calls,
8-Ks, regulator notices and policy text, across the United States, the Gulf, Japan, Taiwan,
Korea, the UK and Europe. Prometheus reads all of it and turns it into data a program can
trust — standardized financial statements, segments and KPIs, the tables inside the notes,
filing sections, decks page by page, transcripts and audio, span-anchored observations,
management guidance scored against what actually happened, typed 8-K events, an attributed
intraday news tape, insider and institutional ownership, a registry of the people behind
them, point-in-time macro series, central-bank text, and a validated causal claim graph you
can run scenarios through.

Two properties hold everywhere. **Traceability**: every number carries the filing, page or
passage it came from, and `fact-source` hands it to you on demand. **Gating**: nothing is
served until it passes per-company validation — statements must tie, segments must
reconcile, note tables must foot, guidance is row-audited. When something fails you see a
null or a `held` marker, never a guess.

## What is covered

Coverage is a live fact, published for people and for agents alike. The
[Coverage](/coverage) page carries the current inventory — every market with its exchanges,
company count, history depth and, for each data type, the share of reporting periods held —
generated from the same endpoint that serves it:

```bash theme={null}
curl "https://www.prometheus.services/api/v1/landing/coverage"    # no key needed
```

Ask it (or the MCP tool `get_coverage`, or `prom coverage`) before answering "do you cover
Saudi Arabia?" — the answer changes daily as the platform ingests.

## What you can get

<CardGroup cols={2}>
  <Card title="Financial statements" icon="table" href="/financial-statements">
    Standardized income statement, balance sheet and cash flow — annual, quarterly or
    semiannual, one template across every market and rulebook — plus the statements exactly
    as the company printed them, and `fact-source` to cite any cell.
  </Card>

  <Card title="Segments & KPIs" icon="chart-pie" href="/segments-and-kpis">
    Revenue and operating metrics by segment, product, brand, channel and region, with
    member lineage that survives renames; the KPIs issuers disclose only in results releases
    and decks.
  </Card>

  <Card title="Filing notes" icon="file-lines" href="/filing-notes">
    The narrative sections of every parsed filing as text, and the tables inside the notes —
    inventories, debt, leases, receivables, taxes, revenue disaggregation — as gated grids
    and time series across filings.
  </Card>

  <Card title="Investor presentations" icon="presentation-screen" href="/investor-presentations">
    Every deck an issuer has filed or published, rendered slide by slide, with the segment
    and KPI figures read from them cited to the exact page.
  </Card>

  <Card title="Transcripts & guidance" icon="microphone" href="/transcripts-and-guidance">
    Earnings-call transcripts and audio, observations anchored to the passage they came from,
    and management commitments resolved against reported results — company and executive
    track records included.
  </Card>

  <Card title="Events & news" icon="bolt" href="/events-and-news">
    8-K material events typed by family with the item text, a searchable market-wide wire,
    and an attributed intraday news tape with a live stream.
  </Card>

  <Card title="Ownership & people" icon="users" href="/ownership-and-people">
    13F holders, insider transactions, boards, management changes and shareholder votes, and
    a registry of executives and directors across the universe.
  </Card>

  <Card title="Macro & markets" icon="globe" href="/macro-and-markets">
    Point-in-time macro series with full revision history, central-bank text, prices,
    benchmarks, commodities and compute instruments — and correlation and charting over any
    of them.
  </Card>
</CardGroup>

The [data catalog](/data-catalog) maps every one of these to its endpoints, its `prom`
command and its MCP tool on one page; [Intelligence](/intelligence) covers the narrative
layer and the claim graph.

## Three ways in

| Surface             | Best for                                      | Start                     |
| ------------------- | --------------------------------------------- | ------------------------- |
| REST API            | Applications, notebooks, pipelines            | [Quickstart](/quickstart) |
| `prom` command line | Terminals, scripts, agents running in a shell | [Command line](/cli)      |
| MCP server          | Claude, Cursor, VS Code and other assistants  | [MCP server](/mcp-server) |

All three use the same API key, the same limits and the same data.

## Base URL

```
https://www.prometheus.services/api/v1
```

## Machine-readable surfaces

The site publishes the conventional discovery files for AI agents:
[openapi.json](https://www.prometheus.services/openapi.json) ·
[llms.txt](https://www.prometheus.services/llms.txt) ·
[agents.md](https://www.prometheus.services/agents.md) ·
[skill.md](https://www.prometheus.services/skill.md) ·
[mcp.json](https://www.prometheus.services/.well-known/mcp.json)

Nothing served by this API is investment advice. See the
[terms](https://www.prometheus.services/terms).
