Download RFQ or MVE trades data for a specific date as presigned S3 URLs. Returns a finalized daily Parquet file if the day is complete, or live hourly JSONL parts if the day is still in progress.
Requires a Max or Admin plan.
GET /api/v1/data/rfq?date=2026-02-25X-API-Key: YOUR_API_KEYYour API key (get one from the test-key endpoint above)
Dataset to download
rfq, mve_trades Date in YYYY-MM-DD format. Defaults to today (UTC).
Hour filter (00-23). Only applies to live (non-finalized) days. Returns only parts for that specific hour.
Data export with presigned download URLs
Response containing presigned S3 download URLs for a dataset export. The status field indicates whether this is a finalized daily Parquet or live hourly JSONL parts.
Dataset name (rfq or mve_trades)
"rfq"
Date of the data (YYYY-MM-DD)
"2026-02-25"
Whether the data is finalized (full daily Parquet) or live (hourly JSONL parts)
final, live File format of the downloadable parts
parquet, jsonl.gz Hour filter applied (only present when filtering live data by hour)
"14"
List of downloadable file parts with presigned URLs