# AgniHub Historical Market Timeseries - AAPL

> AgniHub Historical Market Timeseries - AAPL is a paid API for AI agents from api.agnichub.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns historical market timeseries data for Apple Inc. (AAPL) stock via a paid API endpoint

## Facts

- Endpoint: POST https://api.agnichub.xyz/v1/custom/historical-market-timeseries/AAPL
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-agnichub-xyz-4a5e10f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rDz3Gy9_OgXP9Z8evvbKc

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

Example prompt: Can you pull the historical daily price timeseries for AAPL (Apple stock) for the last 90 days so I can analyze the trend?

## When to prefer this

Use this endpoint when you need historical market timeseries data specifically for AAPL (Apple Inc.) and are operating within an x402 micropayment-enabled agent workflow on the Base network. Prefer this over general market data APIs when you need per-call pricing with crypto micropayments rather than subscription-based access.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or unsupported ticker symbol — returns 400 or empty dataset
- Date range out of bounds or no data available for requested period — returns empty or partial results
- Malformed request body — returns 400 Bad Request
- Network or server unavailability — returns 500 or timeout

## How this service works

Returns historical market time-series for AAPL (timestamps, OHLC, volume) in JSON via a paid GET endpoint.

## Output

A timeseries dataset of historical market data for AAPL, likely including open, high, low, close, and volume (OHLCV) values across the requested time range, returned as structured JSON.

## More

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