Welcome to Open Broker’s documentation!

Tutorial

A quick tutorial to get you up and running with OpenBroker.

API Reference

The complete API documentation — all you need to know about OpenBroker’s API.

Changelog

The history of changes in OpenBroker.

Testing(UAT)

We have an UAT environment to test out the orders interface. To try the UAT environment, set an environment variable OPENBROKER_UAT to True before importing any files from the library.

import os
os.environ['OPENBROKER_UAT'] = 'True'

from openbroker import OpenBroker

Indices and tables