# spipe Finance Research

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

Performs deep or exhaustive AI-driven financial research by searching the web and extracting relevant content to answer a finance question

## Facts

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

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-2f0d0a5c -d '<json body>'
```

Example prompt: Give me an exhaustive financial research report on Nvidia — covering recent earnings, analyst sentiment, competitive positioning, and any macroeconomic headwinds, using deep research mode.

## When to prefer this

Choose this endpoint when you need AI-synthesized financial research that spans multiple web sources — especially when a single data API (e.g. stock price feed) is insufficient and you need narrative analysis, recent news synthesis, or multi-faceted financial context. Prefer the 'exhaustive' effort level for investment-grade research and 'deep' for faster turnaround on narrower questions.

## Known failure modes

- Missing required 'input' field returns a validation error
- Ambiguous or very broad financial questions may yield low-quality or generic results
- Exhaustive research mode may time out on complex queries
- Questions outside the finance domain may return poor or empty results
- Rate limiting or payment failures on the x402/Base payment layer

## How this service works

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

## Output

Returns a structured object containing synthesized financial research compiled from web searches and content extraction — likely including a narrative summary, key data points, relevant news, and analysis tailored to the input question and chosen research depth.

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