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.2.0.tar.gz
(10.2 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.2.0-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file tickdeep-0.2.0.tar.gz.
File metadata
- Download URL: tickdeep-0.2.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f8f5c77147e205939b07783f683fc52f8087e412ac46a547925956d9af8c420
|
|
| MD5 |
639f58af4f2fb4e77aab4b539d73bfdb
|
|
| BLAKE2b-256 |
08fe8bc872d40aedef3d8d2bf276f0640ba984cc8a30b8afacb414bb041a72d2
|
File details
Details for the file tickdeep-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tickdeep-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.6 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 |
dfb566ca31b9b9c1bcaa4d03a2be0b9c4739b6e382df92724a1d4c408a7360ac
|
|
| MD5 |
9da24e8a56bda93f6fa1b4db44984fb9
|
|
| BLAKE2b-256 |
94b344e9f07f67b5ec3e8becf16ee682211edbff9168f2df6426260d7c846d60
|