Gets historical real time data

Gets historical data with the highest granularity for a symbol given a date range. Maximum date range is 30 days. For larger ranges, use monthly iterations (e.g. 30-day windows).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of the curve quotation.

string
required

Name of the contract of the the curve quotation.

Query Params
integer
Defaults to 1

Page number (1-based).

integer
Defaults to 100

Number of items per page.

string

First day of the date range to filter by. Defaults to 29 days ago. Maximum range between startDate and endDate is 30 days.

string

Last day of the date range to filter by. Defaults to tomorrow. Maximum range between startDate and endDate is 30 days.

string
enum
Defaults to load

Type of contract data to retrieve. Defaults to 'load'.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*