TradeStation API Python v1.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.0] - 2025-04-20
Added
- Initial project setup.
- Core client structure.
- Authentication handling (
TokenManager). - Basic rate limiting (
RateLimiter). - Initial market data, brokerage, and order execution service placeholders.
- Foundational documentation (README, Quick Start, Authentication, Streaming, Rate Limiting, Contributing).
- Example scripts for Quick Start.
- Published to PyPI as
tradestation-api-python.