# Government Contract Awards Feed

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

Returns data on government contract awards, useful for tracking federal spending and procurement activity

## Facts

- Endpoint: GET https://finance.toon.haus/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-toon-haus-f3087409
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E4eTILjdgJEZ_1gL2LIf7

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-toon-haus-f3087409
```

Example prompt: Can you pull the latest government contract awards data — I want to see which companies are winning federal contracts and how much they're being awarded?

## When to prefer this

Use this endpoint when you need structured government contract award data for financial analysis, competitive intelligence, or tracking federal procurement spending. Especially useful for investors and analysts researching companies with significant government business exposure, or for monitoring which contractors are winning new federal business.

## Known failure modes

- Payment required (402) if x402 micropayment not provided
- Rate limiting if too many requests made in quick succession
- Empty or stale dataset if no recent contracts have been indexed
- Upstream government data source unavailable causing empty response

## How this service works

Government contract awards

## Output

Returns a list of government contract awards including details such as contractor names, awarding agencies, contract values, and award dates pulled from federal procurement data.

## 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-toon-haus-f3087409/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance.toon.haus](https://www.zero.xyz/host/finance.toon.haus/llms.txt)
