Skip to content

Conversation

RaphDal
Copy link

@RaphDal RaphDal commented Oct 13, 2025

This PR adds decimal support.

This is a tandem pr for:

Usage

Decimal object

from decimal import Decimal sender.row( 'trades', symbols={ 'symbol': 'ETH-USD', 'side': 'sell'}, columns={ 'price': 2615.54, 'amount': Decimal(0.00044), }, at=TimestampNanos.now())
@RaphDal RaphDal changed the title feat: decimal support feat: support decimal Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant