Getting Started with CloudQuant Data Liberator for Python
This guide introduces the CloudQuant Data Liberator library, available across multiple programming languages via the CloudQuant API platform.Basic Setup
Quick Start
For environments where CloudQuant Data Liberator is pre-installed, simply use:Installation Steps
If adding CloudQuant Data Liberator to your own Python environment (local installation, Jupyter, or IDE):- Download three required files from the CloudQuant website
- Place files in either:
- The same folder as your code, or
- A central Python location
Required Files
| File | Purpose |
|---|---|
liberator.py | The Python library |
liberation.json | Pre-populated credentials (username and token) |
liberator.pfx | Security certificate |
Server Configuration
By default, CloudQuant Data Liberator connects to the main server athttps://api.cloudquant.com/ with access to all public datasets.
Custom Server Setup
For private company instances, configure the URL:Use
https:// for domain names and http:// for direct IP addresses. Specify port numbers as shown above when required.
