List Revenue Signals
Retrieve the revenue (and profitability) signals pinned to one of your lists, newest first. Each item is the same signal object returned by GET /revenue-signals/{signalId} — the revenue or profitability figure, the year it refers to, the source url, and the company it is attributed to.
Pass the list_id of a list you own or that has been shared with the API. Set new=true to narrow the results to signals published in the current week.
This endpoint uses 10 credits per signal returned.
Authorizations
Query Parameters
The UUID of the list whose revenue signals should be returned.
When true, restricts results to signals published in the current week.
The number of results to return, default is 50.
The page number of results to return, base 0, default is 0.
Response
The list of revenue signals belonging to the requested list.
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