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

# Sample: Revenue & Valuation DB

> A full Revenue & Valuation DB record, grouped by category.

One Revenue & Valuation DB record, split by category so each block stays readable. A delivered
record is a single flat object containing every field below.

<Note>Values are illustrative: one record assembled field by field to show each shape, with long arrays trimmed. It is not a row of a delivery.</Note>

## ID

```json ID theme={null}
{
  "company_id": "5e3a7f110aa7a3270a54ac49"
}
```

## Informative Data

```json Informative Data theme={null}
{
  "company_name": "GLOBULA",
  "website_domain": "globula.space"
}
```

## Financials

```json Financials theme={null}
{
  "est_valuation_usd": 11000000.0,
  "latest_valuation_reported_usd": 12500000.0,
  "latest_valuation_reported_date": "2025-06-01",
  "est_valuation_growth_1m_pct": 0.0,
  "est_valuation_growth_3m_pct": 0.0,
  "est_valuation_growth_6m_pct": 0.0,
  "est_valuation_growth_1y_pct": 0.0,
  "est_valuation_growth_2y_pct": -8.0,
  "est_revenue_usd": 1400000.0,
  "latest_revenue_reported_usd": 300000000.0,
  "latest_revenue_reported_date": "2025-09-10",
  "revenue_type": "ARR",
  "est_revenue_growth_1m_pct": -12.0,
  "est_revenue_growth_3m_pct": -12.0,
  "est_revenue_growth_6m_pct": -12.0,
  "est_revenue_growth_1y_pct": -18.0,
  "est_revenue_growth_2y_pct": -22.0
}
```
