TickDeep Python SDK
Project description
TickDeep Python SDK
TickDeep Python client for consuming live market data streams.
Install
pip install tickdeep
Quick Start
from tickdeep import Live
client = Live(key="your-api-key")
client.subscribe(dataset="your-dataset", schema="your-schema", symbols="your-symbol")
for record in client:
print(record)
Notes
- The installable package is
tickdeep. - Example scripts are not included in package modules.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tickdeep-0.1.0.tar.gz
(10.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tickdeep-0.1.0-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file tickdeep-0.1.0.tar.gz.
File metadata
- Download URL: tickdeep-0.1.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c33097b69878f31cd527bcf8a64f77183fbea7ea75de4845d0edc1d05a79e286
|
|
| MD5 |
9ef38c17ef3c0a4f7007744c7e41d93f
|
|
| BLAKE2b-256 |
0657c024bdda7545769376b148ca757441836afd074ee7e3d1bef074e4c3a0af
|
File details
Details for the file tickdeep-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tickdeep-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
357e1ab509012281ecdb3ca8320075d76faa4286e3da1d66408abccea2af211c
|
|
| MD5 |
b552a15f93756fd1947e8938e391c7c7
|
|
| BLAKE2b-256 |
58553745ad818da2107b3981ea188dafdedb20ec32ebed3c031168c9645f8bfe
|