Download Latest Dataset (Today)
Convenience endpoint that returns today’s data (UTC). Equivalent to calling the date endpoint with today’s date. Returns live hourly JSONL parts since the day is typically still in progress.
Requires a Max or Admin plan.
What you get
- Today’s data as presigned S3 download URLs
- Hourly JSONL parts accumulated so far today
- Optional hour filter to get a specific hour’s data
Use cases
- Quick access to today’s data without specifying a date
- Monitor today’s RFQ or MVE activity in near-real-time
- Feed into streaming analytics pipelines
Example
- Request:
GET /api/v1/data/rfq/latest - Header:
X-API-Key: YOUR_API_KEY
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Dataset to download
rfq, mve_trades Query Parameters
Hour filter (00-23). Returns only parts for that specific hour of today.
Response
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

