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

# Introduction

> Audit-grade financial data over HTTPS — every number traceable to its SEC filing.

Prometheus is a financial data terminal built on SEC filings, and this API serves the same
data the terminal renders. What makes it different from other financial data APIs is
**traceability**: every standardized financial line links back to the XBRL fact, the filing
accession number, and the calculation tree it came from — and only data that has passed
per-company validation gates is served at all.

## What you can get

<CardGroup cols={2}>
  <Card title="Standardized financials" icon="table" href="/api-reference">
    Income statement, balance sheet and cash flow built from XBRL, annual and quarterly,
    with an as-originally-reported vintage on request.
  </Card>

  <Card title="Fact-level provenance" icon="magnifying-glass" href="/api-reference">
    `/fact-source` returns the exact XBRL fact and filing behind any number — cite it.
  </Card>

  <Card title="Events & transcripts" icon="bolt" href="/api-reference">
    Typed 8-K material events, earnings-call transcripts, and guidance commitments scored
    against what actually happened.
  </Card>

  <Card title="Macro, point-in-time" icon="globe" href="/api-reference">
    FRED/ALFRED-backed series where the value for a date is what was known on that date —
    no look-ahead.
  </Card>
</CardGroup>

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

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