# Realedger Weekly Series — Tokenized Stock History by Ticker

> Realedger Weekly Series — Tokenized Stock History by Ticker is a paid API for AI agents from api.realedger.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns the full weekly time-series history for a single tokenized stock ticker, including on-chain supply, USD notional value, and any data gaps with explanatory reasons.

## Facts

- Endpoint: GET https://api.realedger.xyz/v1/series/:ticker
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/realedger-weekly-series-tokenized-stock-history-by-ticker-e51f810f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZL1NxAbNpGygzWkngmZLh

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 realedger-weekly-series-tokenized-stock-history-by-ticker-e51f810f
```

Example prompt: Pull the full weekly on-chain supply and notional history for AAPL from Realedger — I want every data point including any blank weeks with the reason they're missing.

## When to prefer this

Use this endpoint when you need the complete longitudinal on-chain supply and notional record for a specific tokenized stock ticker, including gap explanations. It is the right choice when historical trend analysis, auditing, or charting of a single ticker's on-chain presence over multiple weeks is required. Prefer it over the snapshot endpoint when you need more than just the latest value.

## Known failure modes

- Unknown or unsupported ticker symbol returns an error or empty series
- Payment not received (x402 payment required) results in HTTP 402 response
- Malformed ticker path parameter causes a 400 or 404 error
- Ticker exists but has no historical data yet returns an empty series
- Network or upstream data provider outage results in 5xx error

## How this service works

Full weekly history for one ticker (e.g. /v1/series/AAPLc): supply, notional, and blanks with reasons, append only series.

## Output

An append-only array of weekly records for the requested ticker, where each record includes the week timestamp, on-chain circulating supply, USD notional value, and — for any weeks with missing data — a blank flag and a human-readable reason explaining the gap.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/realedger-weekly-series-tokenized-stock-history-by-ticker-e51f810f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.realedger.xyz](https://www.zero.xyz/host/api.realedger.xyz/llms.txt)
