API Documentation

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

Government Contract Statistics API

Returns annual government contract statistics for a company

Parameters

1
tickerstringrequired
path

Stock ticker symbol

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/government/stats/AAPL' \
  -H 'Accept: application/json'
200 Response
[
  {
  "fiscal_year": 2025,
  "total_value": 50000000,
  "contract_count": 15,
  "top_agencies": []
}
]