# TwelveX EOD (End-of-Day) Price Data

> TwelveX EOD (End-of-Day) Price Data is a paid API for AI agents from twelvix402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns end-of-day (EOD) price data for a given stock, forex pair, or crypto symbol via Twelve Data.

## Facts

- Endpoint: POST https://twelvix402.vercel.app/api/eod/%7Bsymbol%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-eod-end-of-day-price-data-4b1f44e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2l9GG74QqaMnrl0-sYWqb

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 twelvex-eod-end-of-day-price-data-4b1f44e9 -d '<json body>'
```

Example prompt: Can you pull the end-of-day price data for AAPL — I want the open, high, low, close, and volume for the most recent trading day?

## When to prefer this

Use this endpoint when you need reliable end-of-day OHLCV financial data for stocks, forex pairs, or crypto assets and want a pay-per-call model via x402 without a subscription. Prefer over direct Twelve Data API when you need micropayment-based access without API key management.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Symbol not covered by Twelve Data returns a 404 or empty result
- Payment failure (x402 protocol) blocks access to the endpoint
- Market holiday or non-trading day may return no data
- Rate limiting or upstream Twelve Data API outage causes timeout

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

Returns end-of-day OHLCV (open, high, low, close, volume) price data for the requested symbol, sourced from Twelve Data's financial data feeds.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-eod-end-of-day-price-data-4b1f44e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelvix402.vercel.app](https://www.zero.xyz/host/twelvix402.vercel.app/llms.txt)
