Installation
Currently we only have an official python sdk. Check out our Rest API documentation to directly send requests.
Basic Installation
Use the below command for basic installation for using functionalities of the API only.
pip install maticalgos-spark
Full Installation
We provide an entire broker agnostic historical data and quotes and also multibroker websocket handler for building algos. To utilize it, use the below command to install.
pip install maticalgos-spark[full]
Upgrade to latest version
We're constantly improving our python package and adding new features. To update your sdk to the latest version use the below command
pip install maticalgos-spark[full] --upgrade