# spipe Finance Research API

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

Performs deep or exhaustive AI-driven financial research on a given question, returning synthesized insights via web search and content extraction.

## Facts

- Endpoint: POST https://spip40.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-597418e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MY9MQKcoyGE3GMvFkRD21

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

Example prompt: Do an exhaustive financial research deep-dive on Tesla's current valuation and whether analysts think the stock is overpriced — I want a thorough, comprehensive report.

## When to prefer this

Use this endpoint when you need synthesized, multi-source financial research rather than a single data point or structured financial database lookup. It is best for open-ended questions about companies, markets, sectors, or economic trends where you want aggregated web intelligence. Prefer this over structured financial APIs when the question is qualitative or requires reasoning across multiple sources.

## Known failure modes

- Vague or ambiguous financial question may return generic or low-quality results
- Exhaustive research effort may time out or return incomplete results for very broad queries
- Rapidly changing financial data may be outdated by the time of synthesis
- Payment failure or insufficient USDC balance will block the request
- Rate limiting or quota issues on the underlying search/extraction providers

## How this service works

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

## Output

A structured or free-form financial research report synthesizing web-sourced information relevant to the input question, potentially including company financials, analyst opinions, market trends, and macroeconomic context. The depth of the response depends on whether 'deep' or 'exhaustive' research effort was specified.

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