# Questflow Stock Market Analysis

> Questflow Stock Market Analysis is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Analyzes stock market trends, historical performance, financial news, and market insights using Exa search and Perplexity AI

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68c4d1991dad762112b40f03
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-9c14e6f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6dt2fdysUKF3iyGvM-xQN

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 questflow-9c14e6f6 -d '<json body>'
```

Example prompt: Can you analyze the market trends for artificial intelligence stocks over the past month, including recent earnings reports and trading patterns, to help me understand whether the sector is bullish or bearish right now?

## When to prefer this

Choose this endpoint when you need AI-synthesized stock market analysis combining real-time web search and LLM reasoning in a single call, especially for agentic workflows that need market trend summaries, earnings insights, or sector analysis without building a custom research pipeline.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirements
- Invalid or unsupported analysis type returns error
- Timeframe out of supported range returns error
- Malformed query input returns validation error
- Payment insufficient or wrong asset returns rejection

## How this service works

A comprehensive stock market analysis tool that leverages Exa search and Perplexity AI to provide LLMs and agentic workflows with seamless access to real-time market data, historical stock performance, financial news, and market insights. Powered by Questflow, this integration enables intelligent analysis of market trends, stock valuations, earnings reports, and trading patterns to support informed investment decisions and automated trading strategies. | Powered by Questflow

## Output

Returns structured market analysis including trend summaries, stock valuations, relevant financial news, earnings insights, and trading pattern observations sourced via Exa search and Perplexity AI synthesis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-9c14e6f6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
