Signals. Infra
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

FieldDescription
symbolFully-qualified SYMBOL:MARKET
cikSEC CIK, zero-padded
figiOpenFIGI identifier
nameLegal issuer name
websiteCorporate website
is_etf / is_adrSecurity-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.

On this page