CASIQ

Query Builder

URL Parameters

Parameters Required Default Description
symbol Yes N/A The desired index symbol.
start No Since the beginning

Start date in format YYYY-MM-DD.

This parameter will return all value that are on or after this date until the end date.

end No Today

End date in format YYYY-MM-DD.

This parameter will return all value that are before or on this date that are on or after the start date.

asc No 0

Set to 1 to have data in ascending date order.

Default to descending date order.

format No json

Set to json for JavaScript Object Notation (JSON), xml for Extensible Markup Language (XML) or csv for Comma-Separated Values (CSV).

Alternatively, you can use the Accept HTTP Header with values application/json, application/xml or text/csv