Prices: History
Query historical price changes that were valid/active during the specified date range (requires at least one filter)
[start_date, end_date]. Either bound may be omitted (open-ended range).
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).vendor, gpu_model, gpu_canonical_name, region, contract_type, product_key, or base_product_key) — an unfiltered history query returns 400. Use page / page_size to page through large results.Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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)
Start date (ISO format). Returns records that were still valid at or after this date. Example: 2024-10-14 or 2024-10-14T00:00:00
End date (ISO format). Returns records that started at or before this date. Example: 2024-10-18 or 2024-10-18T23:59:59
Sort field
Sort order (asc or desc)