Skip to main content

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.

Network Configuration

This guide covers the network setup required to connect to the CloudQuant Data Liberator platform.

Firewall Requirements

Ensure the following outbound connections are permitted:
ProtocolPortDestinationPurpose
HTTPS443CloudQuant API endpointsData queries and authentication
TCPVariousCloudQuant Data Liberator streaming endpointsLive data feeds

Proxy Configuration

If your organization uses a proxy server, configure the CloudQuant Data Liberator client accordingly:

Python

import os
os.environ['HTTPS_PROXY'] = 'http://your-proxy:8080'

Environment Variables

export HTTPS_PROXY=http://your-proxy:8080
export NO_PROXY=localhost,127.0.0.1

DNS Requirements

Ensure your DNS can resolve CloudQuant’s service endpoints. Contact CloudQuant support for the current list of required domains.

Troubleshooting

If you experience connectivity issues:
  1. Verify outbound HTTPS (port 443) is open
  2. Check proxy settings if applicable
  3. Ensure DNS resolution is working
  4. Contact CloudQuant Support for endpoint-specific assistance