Skip to content

v0.5.2 - 2025-10-04

Choose a tag to compare

@szemate szemate released this 04 Oct 20:14
· 41 commits to master since this release

Added

  • Add Trading.orders() method for filtering orders based on multiple criteria (#26)
  • Add trade_states argument to Trading.order_fills() (#26)

Changed

  • Change Trading.products(), Trading.orders() and Trading.order_fills() to retrieve items in batches (#31)

Fixed

  • Raise afp.exceptions.ExchangeError for AutEx internal server errors instead of afp.exceptions.ValidationError (#32)

Removed

  • Flag Trading.open_orders() method for deprecation. (#26)