# AgnichHub Stock Price Chart (Light)

> AgnichHub Stock Price Chart (Light) 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 stock price chart dataset in a lightweight format for a given ticker symbol via a paid API call.

## Facts

- Endpoint: POST https://api.agnichub.xyz/v1/custom/stock-price-chart/light
- 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-7d9984c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4w9M6J-xUv5uEA1F2Lid2

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

Example prompt: Can you pull the stock price chart data for TSLA in the light style so I can see how it's been moving over the past month?

## When to prefer this

Choose this endpoint when you need a lightweight stock price chart dataset (e.g., for front-end rendering or quick data analysis) and are comfortable paying per-call via x402/Base crypto micropayments. Prefer this over full market data APIs when you want a small, chart-ready payload without heavy infrastructure overhead.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error
- Payment not received or insufficient funds results in 402 response
- Malformed request body causes 400 bad request
- Date range out of available data bounds returns empty or error
- Service downtime returns 5xx error

## How this service works

Pay with base

## Output

Returns a structured dataset suitable for rendering a stock price chart, likely including timestamps and price values (OHLC or close prices) in a lightweight JSON format, optimized for minimal payload.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-agnichub-xyz-7d9984c0/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)
