# spipe Finance Research API

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

Accepts a financial research question and returns a comprehensive AI-generated research report by searching and synthesizing web content

## Facts

- Endpoint: POST https://spip36.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-api-47218920
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t4FjeDxYoMWtL8mBcWo4R

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

Example prompt: Do an exhaustive financial research report on Nvidia — covering their recent earnings, competitive position, AI chip market dynamics, and analyst outlook.

## When to prefer this

Choose this endpoint when you need a synthesized, multi-source financial research report rather than a single data point lookup. It is especially useful for open-ended financial questions requiring synthesis across news, filings, and market commentary. Prefer over raw search APIs when you want pre-analyzed, consolidated findings on a company, asset, or market topic rather than raw search results.

## Known failure modes

- Missing required 'input' field returns a validation error
- Vague or ambiguous financial question may yield shallow or unfocused results
- Rate limiting or payment failure via x402 protocol blocks the request
- Very niche or obscure financial topics may yield limited source material
- Response schema is loosely typed — output structure may vary by question

## How this service works

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

## Output

A structured object containing synthesized financial research findings drawn from web searches and content extraction, covering the queried company, asset, or financial topic. May include market data, news summaries, analyst perspectives, and competitive context depending on research effort level.

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