# AgniHub Stock Price Chart Full

> AgniHub Stock Price Chart Full is a paid API for AI agents from api.agnichub.xyz, paid per call via x402, $0.019/call, status unknown (last checked 2026-09-15).

Returns a full stock price chart dataset (OHLC, volume, timestamps) for a given ticker symbol via a paid POST endpoint.

## Facts

- Endpoint: POST https://api.agnichub.xyz/v1/custom/stock-price-chart/full
- Price: $0.019/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-agnichub-xyz-82a36140
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9Y87zxPc24fF8ETv_jl0X

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 api-agnichub-xyz-82a36140 -d '<json body>'
```

Example prompt: Can you get me the full stock price chart data for TSLA — including open, high, low, close, and volume — for the past 30 days so I can build a candlestick chart?

## When to prefer this

Use this endpoint when you need a comprehensive, full-resolution stock price chart dataset — including OHLC and volume — for a specific equity ticker, especially when integrating with a paid x402 micropayment workflow on Base.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Missing required parameters results in a 400 bad request
- Payment failure or insufficient USDC balance blocks access (x402 payment required)
- Date range outside available data returns empty or partial results
- Rate limiting or server error returns 429 or 500

## How this service works

Pay with base

## Output

A JSON payload containing a full stock price chart dataset for the requested ticker, including timestamps, open/high/low/close (OHLC) price fields, and trading volume across the requested period.

## More

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