Endpoints / get-company

Get company + recent contracts

GET/api/v1/companies/{ticker}developerread

Returns the company record plus the 20 most recent contracts mapped to that ticker.

Path parameters

NameTypeRequiredDescription
tickerstringnoStock ticker (e.g. LMT)

Examples

curl -H "x-api-key: $INTELLIGENCE_API_KEY" \
  "https://intelligence-beryl.vercel.app/api/v1/companies/:ticker"

Responses

200Company + contracts
404Unknown ticker