OneTick Python API - onetick-py (pandas-style)

A pandas-like Python API for querying tick-by-tick market data in OneTick, published on PyPI as onetick-py with openly browsable documentation. Against OneTick Cloud it executes over the WebAPI transport (OTP_HTTP_ADDRESS=https://rest.cloud.onetick.com) using the same OAuth2 client credentials, returning results as pandas DataFrames.

API entry from apis.yml

apis.yml Raw ↑
aid: onetick:onetick-py-python-api
name: OneTick Python API - onetick-py (pandas-style)
tags:
- Python
- Pandas
- Market Data
- Analytics
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.pip.distribution.sol.onetick.com/
baseURL: https://rest.cloud.onetick.com
properties:
- url: https://docs.pip.distribution.sol.onetick.com/
  type: Documentation
- url: https://github.com/onemarketdata/onetick-py
  type: GitHubRepository
- url: https://www.onetick.com/cloud-services/onetick-python-queries-using-pandas-style-api
  type: Documentation
- url: llms/onetick-py-llms.txt
  type: LLMsTxt
- url: https://docs.pip.distribution.sol.onetick.com/static/changelog.html
  type: ChangeLog
description: A pandas-like Python API for querying tick-by-tick market data in OneTick, published on PyPI
  as onetick-py with openly browsable documentation. Against OneTick Cloud it executes over the WebAPI
  transport (OTP_HTTP_ADDRESS=https://rest.cloud.onetick.com) using the same OAuth2 client credentials,
  returning results as pandas DataFrames.