# spipe Finance Research

> spipe Finance Research is a paid API for AI agents from spip34.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Answers financial research questions using deep web search and content extraction, returning synthesized research results

## Facts

- Endpoint: POST https://spip34.vercel.app/research/finance
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spipe-finance-research-4c398a7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m3IHDEM6Cx3oYlrsN2myz

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 spipe-finance-research-4c398a7a -d '<json body>'
```

Example prompt: Do an exhaustive deep dive on Tesla's current financial health — recent earnings, analyst ratings, cash flow trends, and any major risks on the horizon.

## When to prefer this

Choose this endpoint when you need synthesized financial research rather than raw data retrieval — ideal for questions requiring multi-source aggregation, narrative analysis, or when you need an AI-ready summary of a financial topic rather than a structured data feed. The 'exhaustive' research_effort mode is best for high-stakes decisions where depth matters.

## Known failure modes

- Missing required 'input' field returns a validation error
- Ambiguous or very broad questions may return low-quality or incomplete synthesis
- Rate limiting or payment failure via x402 protocol may block the request
- Very niche or obscure financial topics may return limited results due to sparse web content

## How this service works

Web search, content extraction, and research APIs for AI agents. x402 on Base.

## Output

A synthesized research report answering the financial question, likely including data points, analysis, and sourced information gathered from across the web on the topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Financial research question"
  },
  "research_effort": {
   "enum": [
    "deep",
    "exhaustive"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spipe-finance-research-4c398a7a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from spip34.vercel.app](https://www.zero.xyz/host/spip34.vercel.app/llms.txt)
