๐Ÿš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more โ†’
Socket
DemoInstallSign in
Socket

async-rithmic

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-rithmic

Python API Integration with Rithmic Protocol Buffer API

1.4.3
PyPI
Maintainers
1

Python Rithmic API

PyPI - Version CI Documentation PyPI - Downloads

async_rithmic is a modern, high-performance Python API for the Rithmic trading platform. Built with an async-first architecture, it enables robust, scalable access to Rithmic's Protocol Buffer interface for both live trading and real-time market data.

Designed with reliability and extensibility in mind, async_rithmic is a strong foundation for advanced trading systems requiring:

  • Low-latency connectivity
  • Real-time streaming capabilities
  • Fault-tolerant, long-running operation
  • Full control over order management and data handling

โœจ Key Features

  • โœ… Python 3.10+ Compatibility: Fully tested and supported.
  • ๐Ÿ› ๏ธ Robust architecture: Built-in reconnection & fault-tolerance.
    • Automatic reconnection: Resilient to network interruptions with customizable backoff and retry logic.
    • Automatic retries: Configure how many times a slow request will be retried and for how long, making your client more resilient to network delays and backend slowness.
  • ๐Ÿ‘ฅ Multi-account support
  • ๐Ÿ“Š Historical + Live Time Bars: Ideal for time-based strategies.
  • ๐ŸŽฏ Live Tick Data & Best Bid/Ask Streaming: Fine-grained market data for real-time decision-making.
  • โšก Async-first design: Better scalability & responsiveness.

๐Ÿ“ฆ Installation

pip install async_rithmic

๐Ÿ“˜ Documentation

๐Ÿ‘‰ See the official documentation for usage examples

๐Ÿงช Testing

To execute the tests, use the following command: make tests

๐Ÿ“„ License

This project is licensed under the MIT License. See LICENSE for details.

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts