# SwarmX Stock Due Diligence

> SwarmX Stock Due Diligence is a paid API for AI agents from swarmx.io, paid per call via x402, $0.29/call, status unknown (last checked 2026-09-13).

Runs an adversarial AI analyst panel on any equity ticker and returns a rated due diligence verdict covering momentum, valuation, and downside risk.

## Facts

- Endpoint: POST https://swarmx.io/x402/rwa/stock-dd
- Price: $0.29/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/swarmx-stock-due-diligence-6a0e46e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_91JIL-plob52CKnc_EKCa

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 swarmx-stock-due-diligence-6a0e46e5 -d '<json body>'
```

Example prompt: Run a full due diligence on NVDA — I want to see the momentum, valuation, and downside risk rated by SwarmX's adversarial analyst panel.

## When to prefer this

Use this endpoint when you need a rapid, adversarial multi-perspective due diligence verdict on a specific publicly traded equity ticker — especially when you want momentum, valuation, and downside risk covered in a single rated report without needing an account or subscription. Prefer this over generic financial data APIs when you want analyst-style qualitative judgment rather than raw price or fundamental data.

## Known failure modes

- Invalid or non-existent ticker symbol returns an error
- Ticker format not 1-6 uppercase A-Z letters is rejected
- Payment of 0.29 USDC not received or insufficient causes a 402 Payment Required response
- Service unavailable or timeout for illiquid or obscure tickers
- Rate limit reached if free daily quota (5 calls) is exhausted without payment

## How this service works

Adversarial analyst panels research any tokenized stock, crypto token, or wallet — momentum, valuation, downside — and return a rated verdict. Flagship Stock DD $0.29 in USDC, or 5 free calls a day. No account.

## Output

A structured due diligence report on the requested equity ticker produced by an adversarial AI analyst panel, including a momentum assessment, valuation analysis, downside risk evaluation, and an overall rated verdict on the stock.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "ticker"
 ],
 "properties": {
  "ticker": {
   "type": "string",
   "description": "Equity ticker to analyze: 1-6 uppercase letters A-Z (e.g. NVDA, AAPL, TSLA)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/swarmx-stock-due-diligence-6a0e46e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from swarmx.io](https://www.zero.xyz/host/swarmx.io/llms.txt)
