# spipe Finance Research API

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

Performs AI-powered financial research by searching the web and extracting relevant content to answer financial questions

## Facts

- Endpoint: POST https://spip3.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-api-37ff23df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EWHKI85Qz6v-Q1qcnz2ZB

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-api-37ff23df -d '<json body>'
```

Example prompt: Do a deep financial research dive on Nvidia — I want to know their recent earnings, revenue growth trends, and any key risks facing the company right now.

## When to prefer this

Choose this endpoint when you need synthesized, multi-source financial research rather than a single data point lookup. It is best suited for open-ended financial questions requiring web-wide search and extraction — such as earnings analysis, sector overviews, or company due diligence — rather than structured queries against a financial database. Prefer it over generic search APIs when the task specifically involves financial content and benefits from domain-focused research effort.

## Known failure modes

- Vague or ambiguous financial question returns generic or low-quality results
- Very recent events may not yet be indexed and could return incomplete data
- Highly niche or obscure financial topics may yield sparse results
- Network or upstream search failures may result in empty or error responses
- Exhaustive research effort may time out for very broad questions

## How this service works

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

## Output

A structured financial research report synthesized from web search and content extraction, containing relevant financial data, analysis, and sourced findings that address the input question. The response is a JSON object whose exact schema varies by query but typically includes narrative summaries, key financial metrics, and supporting evidence.

## 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-api-37ff23df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from spip3.vercel.app](https://www.zero.xyz/host/spip3.vercel.app/llms.txt)
