# finance.toon.haus Corporate Lobbying Records

> finance.toon.haus Corporate Lobbying Records 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-13).

Retrieves corporate lobbying records for publicly traded companies

## Facts

- Endpoint: GET https://finance.toon.haus/api/stock/lobbying
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finance-toon-haus-e039a97f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0H0D36yya-zz4tPCAsWTh

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-e039a97f
```

Example prompt: Pull up the corporate lobbying records for Microsoft — I want to see how much they've been spending and what issues they're lobbying on.

## When to prefer this

Use this endpoint when you need corporate lobbying records and political spending data for publicly traded companies, especially in contexts involving ESG analysis, political risk assessment, investment research, or regulatory compliance monitoring. Pairs well with the same provider's SEC filings and insider transactions endpoints for comprehensive corporate governance research.

## Known failure modes

- No lobbying records found for the requested company — returns empty result set
- Invalid or unrecognized stock symbol — returns error or empty response
- Rate limiting if too many requests are made in quick succession
- Payment failure via x402 protocol — endpoint returns 402 before data is served
- Data may be delayed or incomplete for smaller or less active companies

## How this service works

Corporate lobbying records

## Output

Returns structured corporate lobbying records including lobbying spend amounts, lobbying activity details, issues lobbied on, and related filing data for the queried company or stock symbol.

## Example request

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

## 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-e039a97f/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)
