Datasets
Companies
The issuer universe — profiles, executives, segments, peers.
Tier: Free · Endpoints: /v1/companies · /v1/companies/{symbol}
The issuer universe — profiles, executives, segments, peers.
Every row carries a provenance object with its source URL and, where the fact was extracted by a model, the verbatim quote.
Key fields
| Field | Description |
|---|---|
symbol | Fully-qualified SYMBOL:MARKET |
cik | SEC CIK, zero-padded |
figi | OpenFIGI identifier |
name | Legal issuer name |
website | Corporate website |
is_etf / is_adr | Security-type flags. Both are always false in responses: the covered universe is US-listed operating companies, so ETFs, funds and ADR-filed foreign issuers are out of scope and never returned. |
Example
curl "https://api.signals.ai/v1/companies" \
-H "Authorization: Bearer $SIGNALS_KEY"See the REST reference for the full schema.