Documentation Index
Fetch the complete documentation index at: https://knowledge.cloudquant.com/llms.txt
Use this file to discover all available pages before exploring further.
Python SDK Getting Started
The CloudQuant Data Liberator Python SDK provides the simplest way to query and work with CloudQuant datasets from any Python environment.Prerequisites
- Python 3
Installation
Required Security Files
You need three files from your Downloads ZIP file, all placed in your working directory or Python environment:liberator.pfx— Security certificateliberator.py— The CloudQuant Data Liberator API for Pythonliberator.json— Contains your Username and Token
liberator.pfx and liberator.json. See this reference for changing the Jupyter Notebook startup folder on Windows.
Optional: CloudQuant Charting
If using CloudQuant Charting (included with the API), install these additional packages:plotlyTALibnumpy

