Skip to main content
GET
Get a single metric

Authorizations

Authorization
string
header
required

Authorization: Bearer vein_sk_live_... or vein_sk_test_...

Path Parameters

id
string
required

The portfolio company id.

key
string
required

The metric key, e.g. cash_balance, headcount, burn_rate.

Response

The metric.

company_id
string
required
Example:

"startup_acme"

key
string
required
Example:

"cash_balance"

label
string
required
Example:

"Cash Balance"

currency
string
required
Example:

"USD"

period
string<date>
required
Example:

"2026-05-17"

source
object
required

Where the metric value came from.

verification
object
required

Forward-compatibility block for Phase 2. In Phase 1 signed is always false and signature/public_key_url are always null; consumers can parse the block today and receive real signatures in Phase 2 without changing their code.

confidence
enum<string>
required
Available options:
high,
medium,
low
Example:

"high"

value
string | null

Display-formatted value.

Example:

"$357,000"

raw_value
number | null
Example:

357000

category
string | null
Example:

"financial"

as_of
string<date-time> | null