Endpoints / get-company
Get company + recent contracts
GET
/api/v1/companies/{ticker}developerreadReturns the company record plus the 20 most recent contracts mapped to that ticker.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ticker | string | no | Stock 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