Get Revenue Signal by ID
Retrieve a single revenue (or profitability) signal by its Specter signal id (rev_...). Each signal corresponds to one observation derived from news coverage or a public filing — the revenue (or profitability) figures, the year they refer to, the source url, and the company they are attributed to.
Use this endpoint to look up the details of a signal referenced from another response (e.g. a list of recent revenue signals on a company).
This endpoint uses 1 credit per request.
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.
Authorizations
Path Parameters
The ID of the revenue signal being requested (prefixed with rev_).
Response
The requested revenue signal.
A single revenue (or profitability) data point observed for a company as it's reported across social posts, news, podcasts, and public filings.
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