Skip to main content
The Polaris Python SDK is available on PyPI as polaris-data.

Install

pip install polaris-data

Authentication

Use the same Polaris API key you use for REST requests.
export POLARIS_API_KEY="pk_live_your_key"
See Connecting for the shared auth model.

Next steps

  • Read Authentication if you want the shared request model behind the SDK.
  • Read Snapshots if your Python workflow starts from historical files.
  • Read Trades API if you need the endpoint behavior the SDK wraps.