API Documentation

GET/api/1/government/contracts/{ticker}

Government Contracts API

Returns federal government contracts awarded to a company

Parameters

2
limitnumber
query

Number of results (default 100, max 500)

tickerstringrequired
path

Stock ticker symbol

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/government/contracts/AAPL?limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {
  "contract_id": "CONT_AWD_12345",
  "award_amount": 5000000,
  "agency_name": "Department of Defense",
  "start_date": "2024-01-15T00:00:00.000Z",
  "description": "Software development services"
}
]