# Government Contract Awards Feed

> Government Contract Awards Feed is a paid API for AI agents from finance.toonhaus.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns data on U.S. government contract awards, providing insight into federal spending and procurement activity

## Facts

- Endpoint: GET https://finance.toonhaus.dev/api/stock/gov-spending
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finance-toonhaus-dev-74db81d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b0WaNW39ubb5JhmC30tiD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability finance-toonhaus-dev-74db81d6
```

Example prompt: Pull the latest U.S. government contract awards data — I want to see which companies are winning federal contracts and how much the government is spending.

## When to prefer this

Use this endpoint when you need structured U.S. federal contract award data for financial analysis, identifying companies with significant government revenue exposure, or tracking public sector spending trends. Especially useful alongside insider transactions, SEC filings, and analyst data from the same provider for comprehensive equity research.

## Known failure modes

- Payment required (402) if x402 micropayment header is missing or insufficient
- Empty result set if no recent contract awards are indexed
- Rate limiting if too many requests are made in a short period
- Malformed response if upstream government data source is unavailable

## How this service works

Government contract awards

## Output

Returns a list of government contract award records including recipient company names, contract values, awarding agencies, and related procurement details useful for financial research and stock analysis.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "ticker": "GOOG"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finance-toonhaus-dev-74db81d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance.toonhaus.dev](https://www.zero.xyz/host/finance.toonhaus.dev/llms.txt)
