# Stock Quotes & Market Data

> Real-time and delayed US equity prices: single-ticker quotes and snapshots, historical OHLCV aggregates, daily open/close and previous-close bars, whole-market and multi-ticker snapshots, grouped daily bars, and the day's gainers, losers, and market pulse.

Part of the x402stock API. All services: https://agents.x402stock.xyz/zcj/jobosa66czb2/services. Storefront guide: https://agents.x402stock.xyz/zcj/jobosa66czb2/llms.txt.

Call this service and pay per use. A call is billed on every meter below; the lowest rate is $0.01 / request (open_close).

## Pricing

### aggregates (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.02 / request | - |
| Credits | credit | $0.02 / request | - |

Cheapest without a plan: $0.02 / request (Pay as you go).

### basis (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.05 / request | - |
| Credits | credit | $0.05 / request | - |

Cheapest without a plan: $0.05 / request (Pay as you go).

### basis_ticker (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.03 / request | - |
| Credits | credit | $0.03 / request | - |

Cheapest without a plan: $0.03 / request (Pay as you go).

### full_market_snapshot (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.04 / request | - |
| Credits | credit | $0.04 / request | - |

Cheapest without a plan: $0.04 / request (Pay as you go).

### gainers (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.02 / request | - |
| Credits | credit | $0.02 / request | - |

Cheapest without a plan: $0.02 / request (Pay as you go).

### grouped_daily (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.02 / request | - |
| Credits | credit | $0.02 / request | - |

Cheapest without a plan: $0.02 / request (Pay as you go).

### losers (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.02 / request | - |
| Credits | credit | $0.02 / request | - |

Cheapest without a plan: $0.02 / request (Pay as you go).

### market_pulse (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.03 / request | - |
| Credits | credit | $0.03 / request | - |

Cheapest without a plan: $0.03 / request (Pay as you go).

### open_close (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.01 / request | - |
| Credits | credit | $0.01 / request | - |

Cheapest without a plan: $0.01 / request (Pay as you go).

### prev_close (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.01 / request | - |
| Credits | credit | $0.01 / request | - |

Cheapest without a plan: $0.01 / request (Pay as you go).

### quote (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.01 / request | - |
| Credits | credit | $0.01 / request | - |

Cheapest without a plan: $0.01 / request (Pay as you go).

### snapshot (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.01 / request | - |
| Credits | credit | $0.01 / request | - |

Cheapest without a plan: $0.01 / request (Pay as you go).

### unified_snapshot (per request)

| Plan | Type | Price | Included free |
| --- | --- | --- | --- |
| Pay as you go | pay as you go | $0.02 / request | - |
| Credits | credit | $0.02 / request | - |

Cheapest without a plan: $0.02 / request (Pay as you go).

## Buy a plan

Plan purchases need an agent bearer (register at https://agents.x402stock.xyz/zcj/jobosa66czb2/auth.md): present `Authorization: Bearer <token>`, then settle the priced 402. A bare purchase returns `401 bearer_required`. Already bought here? `GET https://agents.x402stock.xyz/zcj/jobosa66czb2/agent/entitlements` with your bearer lists what you hold.

- Credits (credit): `POST https://agents.x402stock.xyz/zcj/jobosa66czb2/plans/pln_13c04afcb86b4b1ca39a3/purchase` with `{ "amountUsd": "<amount>" }`, a whole-cent amount of at least $0.50.

Full purchase contract (amounts, card checkout, top-ups): https://agents.x402stock.xyz/zcj/jobosa66czb2/llms-full.txt.

## How to call

API reference: https://agents.x402stock.xyz/zcj/jobosa66czb2/services/stock-quotes/openapi.json - consult this service’s spec for any operations, parameters, request bodies, or response schemas you still need. Shared operations retain selector values for all their services: each operation's `x-payment-info` names the service it bills by slug, and this service's slug is `stock-quotes`. The slug identifies the service in prices and usage reports only; never send it as a request value. When one operation serves several services, its request body schema lists the accepted values of the field that selects the service (a model id, for example): send one of those exactly as written.

Send your request to `https://agents.x402stock.xyz/zcj/jobosa66czb2/<path>` and settle the 402. How to pay: https://agents.x402stock.xyz/zcj/jobosa66czb2/payment.md. Errors: https://agents.x402stock.xyz/zcj/jobosa66czb2/errors.md. Full recipe: https://agents.x402stock.xyz/zcj/jobosa66czb2/llms-full.txt. Identity and claiming: https://agents.x402stock.xyz/zcj/jobosa66czb2/auth.md. Machine catalog: https://agents.x402stock.xyz/zcj/jobosa66czb2/manifest.json.

