Get Revenue Signals for a company
Revenue (and profitability) signals attributed to a specific company, providing its complete history of signals sorted in reverse chronological order (most recent first).
Bound results by signal date with revenue_signal_date_after / revenue_signal_date_before (both inclusive).
Returns 404 when the company is unknown to Specter, and a 200 with an empty array when the company is known but has no signals.
This endpoint uses 10 credits per signal returned.
Authorizations
Path Parameters
The Specter company ID.
Query Parameters
The page number of results to return, base 0, default is 0.
The number of results to return, default is 50.
When true, only return signals published in the current week (Monday onwards).
Only return signals with a signal date on or after this date (YYYY-MM-DD, inclusive). Overrides new when both are given.
"2026-06-01"
Only return signals with a signal date on or before this date (YYYY-MM-DD, inclusive).
"2026-06-30"
Response
List of revenue signals matching the query.
Unique identifier for this revenue signal (prefixed with rev_).
"rev_e3b0c44298fc1c149afbf4c8996fb924"
The kind of source the signal was derived from.
news, social, public "news"
Tags qualifying the revenue figure (e.g. PROJECTION when the figure is forecast rather than reported, or public for SEC-filing-derived figures).
["PROJECTION"]The date (YYYY-MM-DD) the underlying observation was published (article or filing date).
"2025-06-15"
Concise summary of what is new in this signal compared to the previous company context (e.g. "$40M ARR (2024); profitable; ...").
"Acme Corp reported $40M ARR in their Q2 update."
URL to the source article or filing.
"https://www.example.com/articles/acme-q2-update"
Internal article id for the source (only set for news / social).
1234567
Specter company id that this signal is attributed to. May be null if the company is referenced upstream but not tracked in our company DB.
"66d926166261234567890123"
Name of the company the signal is attributed to.
"Acme Corp"
Which revenue metric the value represents.
ARR, Revenue, GMV "ARR"
Annualised revenue in USD at the time of the signal.
40000000
The fiscal year the revenue metric refers to.
2025
The date (YYYY-MM-DD) as of which the reported revenue figure is valid (e.g. EOY for a yearly figure, or a specific date for an ARR snapshot). May differ from signal_date.
"2024-12-31"
The text excerpt the revenue figure was extracted from.
"We crossed $40M in annualised recurring revenue in June."
A short qualitative traction headline associated with the signal, if any.
"Customer count doubled YoY."
Whether the company is reported as profitable at the time of the signal.
true
Annualised net income in USD at the time of the signal.
6000000
The fiscal year the profit figure refers to.
2025
The date (YYYY-MM-DD) as of which the reported profitability metric is valid.
"2024-12-31"
The text excerpt the profitability figure was extracted from.
"Hit profitability in Q1 2025 with $1.5M net income."
URL to the source backing the profitability claim.
"https://www.example.com/articles/acme-profitability"
Internal article id for the profitability source (only set for news / social).
1234568