RESTful API Getting Started
The CloudQuant Data Liberator API provides RESTful endpoints for querying financial market data. The primary endpoint is/liberator/query, which accepts JSON payloads and returns data as JSON objects or Apache Arrow batches.
Requirements
curljqbase64- Python with
pyarrow(for Arrow format decoding) pigz(for compressed Arrow format)
Authentication
All requests require a P12 client certificate and user credentials:Quick Start: JSON Queries
Current Value Query
Time Range Query
Point-in-Time Query
Advanced: Apache Arrow Format
Without Compression
With Compression
Response Format
Standard JSON response includes fields such as:_seq, _dsname, timestamp, symbol, open, high, low, close, volume, vwap, spread, bidvol, askvol, and count.
