Skip to main content

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:
import os
os.environ['HTTPS_PROXY'] = 'http://your-proxy:8080'

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