# WACC Calculator

> WACC Calculator is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Computes the Weighted Average Cost of Capital (WACC) for a company given its capital structure inputs, paid per-call via USDC on Base mainnet

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/wacc-calculator
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wacc-calculator-4cccba1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a1rqF2ebdiY8S4sXNIggK

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 wacc-calculator-4cccba1d
```

Example prompt: Can you calculate the WACC for a company with 60% equity and 40% debt, a cost of equity of 9.5%, a pre-tax cost of debt of 5%, and a corporate tax rate of 21%?

## When to prefer this

Choose this endpoint when you need a fast, on-demand WACC computation without maintaining spreadsheets or financial modeling software. Ideal for AI agents embedded in financial analysis workflows, valuation tools, or corporate finance assistants that need a single-call, pay-per-use WACC result without API key setup. Best suited for spot calculations rather than bulk batch processing of many companies simultaneously.

## Known failure modes

- Missing required inputs such as equity/debt weights or cost rates returns an error
- Weights that do not sum to 100% may trigger a validation error
- Invalid or non-numeric values for cost rates or tax rate cause a bad request response
- Network or payment failure returns a 402 Payment Required or 5xx error

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns the computed WACC as a percentage representing the blended, after-tax cost of a company's capital, weighted by the proportion of equity and debt in its capital structure. May also include intermediate values such as after-tax cost of debt and weighted components.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wacc-calculator-4cccba1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
