# x402stock Grouped Daily OHLCV

> x402stock Grouped Daily OHLCV is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-13).

Returns grouped daily open/high/low/close/volume (OHLCV) data for a set of financial instruments (stocks, ETFs, forex, crypto, etc.) in a single batched request, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/grouped-daily
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-grouped-daily-ohlcv-d3c62efb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qT-qZNlvFk8UAZ2lLaNu1

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 x402stock-grouped-daily-ohlcv-d3c62efb
```

Example prompt: Pull the grouped daily OHLCV bars for AAPL, MSFT, and NVDA for yesterday so I can compare their trading ranges and volume.

## When to prefer this

Choose this endpoint when you need to fetch daily OHLCV data for multiple instruments in a single call rather than making separate per-ticker requests. It is ideal for portfolio-level analysis, watchlist snapshots, and any workflow where batching reduces cost and latency. Prefer it over per-ticker endpoints when comparing a basket of assets side by side.

## Known failure modes

- Invalid or unrecognized ticker symbols return empty results or an error
- Requesting data for non-trading days (weekends, holidays) may return no bars
- Malformed properties filter in request body yields a 400 bad request
- Payment failure via x402/USDC results in 402 Payment Required with no data returned
- Rate limits or upstream data provider outages may cause 503 or timeout errors

## How this service works

End-of-day OHLCV bars for every US-listed ticker on a single date; one call returns the entire market. Pass `?date=YYYY-MM-DD` (required). From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.

## Output

A grouped set of daily OHLCV bars (open, high, low, close, volume) for each requested instrument, returned as structured data keyed by ticker or asset identifier, covering the requested date period.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-grouped-daily-ohlcv-d3c62efb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
