Spawner Python SDK
To get an API key, sign up here.
Welcome to the Spawner API! Using our API you can build an entire trading system, from front to back. You can view our full docs here.
Requirements
Python 3.x
Installation
pip install spawner
Then import the package:
import spawner
Getting Started
from spawner.performance import sharpe
token = 'sp_fjznvi393nzkmcizoeo3'
sharpe_ratio = sharpe(token, 'AAPL')