Cross-commodity ratio time-series — date-joined daily closes (Pro+)
Paginated cross-commodity ratio series from the canonical price_bars store.
Results are ordered DESC by date (newest first). Paginate via next_cursor — pass it as ?cursor= on the next request. When next_cursor is null the result is exhausted. Empty range returns 200 with points: [].
A date where either leg has no bar is absent — no forward-fill, no fabrication (Invariant #1 honesty).
Tier depth gates (same as /v1/bars 1d):
- Free: 30 days (403 plan_gated)
- Basic: 1 year (403 plan_gated)
- Pro+: full history All pairs require Pro+ (all pairs involve a non-XAU or non-spot leg).
Query parameters
Pair slug. Supported: gold-silver, gold-platinum, silver-platinum, gold-palladium, gld-xau.
Pair slug. Supported: gold-silver, gold-platinum, silver-platinum, gold-palladium, gld-xau.
ISO-8601 start (inclusive).
ISO-8601 start (inclusive).
ISO-8601 end (inclusive).
ISO-8601 end (inclusive).
Max points per page (1-10000). Default 100.
Max points per page (1-10000). Default 100.
Opaque keyset pagination cursor from a prior response's next_cursor. When set, returns points older than the cursor within the from/to window.
Opaque keyset pagination cursor from a prior response's next_cursor. When set, returns points older than the cursor within the from/to window.
Response
Successful Response
Changes
Changed in 1 of the 7 revisions of this API.112
- ●
removed the optional property
detailfrom the response with the422statusresponse-optional-property-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the required property
detailsto the response with the422statusresponse-required-property-added
- ○
added the required property
errorto the response with the422statusresponse-required-property-added
- ○
added the required property
messageto the response with the422statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●