Liberator External API – Access to the API

Download the API

Once you have your login information you will be able to access video instructions and download any files required to access Liberator data using your language of choice by logging in to

https://api.cloudquant.ai/

Download the Python files and place them in your working directory or install them into your Python environment.

The download ZIP file will contain the following files:

  • txt – Please read this file for any changes.
  • pfx – the liberator server certificate file required to access liberator. 

The pfx file needs to be in your working directory.

  • json – your credentials in json format used by liberator to access the system and data.
    • This file needs to be in your working directory.
    • py – The liberator API for Python. Python Specific Files

    This file needs to be in your working directory or installed into your python environment.

    • py – python example code.
    • py – a python file that allows you to get the online (most recent) help information on liberator.
    • py – another library to make it easier to create charts from market data.
    • 2 pdf’s – one is this document, one is the instructions for the charting library.
    • Under-the-hood.py – POST query method for advanced users.