# spipe Finance Research API

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

Answers financial research questions using web search and content extraction, returning synthesized research results for AI agents.

## Facts

- Endpoint: POST https://spip39.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-e0fd1998
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o-uGvoiEKLLHXU64-xhlT

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

Example prompt: Can you research Tesla's recent earnings performance and revenue growth trends — give me a thorough analysis?

## When to prefer this

Choose this endpoint when an AI agent needs synthesized financial research answers rather than raw data feeds — ideal for answering open-ended questions about companies, markets, sectors, or financial instruments where web search and content extraction are needed to compile a coherent response. Best for qualitative and quantitative research queries where breadth of sources matters.

## Known failure modes

- Missing required 'input' field returns validation error
- Ambiguous or very broad question may return shallow results
- Rate limiting or service unavailability may cause 402 or 5xx errors
- Payment failure via x402 on Base prevents request from completing
- Very niche or recent financial events may yield incomplete results

## How this service works

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

## Output

A synthesized research response containing financial information, analysis, data points, and summaries gathered from web sources relevant to the submitted financial question.

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