Prices: As Of Date
Query prices that were active/valid at a point in time. A date-only value means END of that day (UTC) — the daily snapshot convention, matching the txn section’s as_of; a full timestamp means that exact instant. Answers reflect best current knowledge of the price book: reprocessed source files and vendor visibility changes can revise historical answers, and prices from a vendor that stops reporting remain valid until closed by the staleness sweep (typically up to ~7 days).
as_of_date: a date-only value means the end of that day (UTC) (the daily-snapshot convention, matching the index sections’ as_of); a full timestamp means that exact instant. Narrow the result with any combination of vendor, gpu_model, region, and contract_type, and page through with page / page_size.
prices-history scope, granted separately from prices — a token can have current access without history. Contact david@compute-index.com to request access.page / page_size (max 1000).Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Target date (ISO format). Date-only = end of that day (UTC); full timestamp = exact instant. Returns records where available_at <= as_of AND (valid_to IS NULL OR valid_to > as_of). Example: 2024-10-17 or 2024-10-17T12:00:00
Page number (starts at 1)
x >= 1Items per page (max 1000)
1 <= x <= 1000Filter by vendor (exact match). Supports comma-separated list (max 20). Example: aws,gcp,azure
Filter by GPU model (partial match). Supports comma-separated list (max 5). Example: H100,A100,L40S
Filter by canonical GPU name (exact match). Supports comma-separated list (max 20). Example: nvidia-h100-sxm-80gb
Filter by region (exact match). Supports comma-separated list (max 20). Example: us-east-1,eu-west-1
Filter by contract type. Supports comma-separated list (max 20). Example: ondemand,spot,reserved
Specific product snapshot (includes timestamp and price)
Product identity (all historical snapshots of same product)
Sort field
Sort order (asc or desc)