Skip to content

Releases: Zatura/symbols

v0.6.1-pre-alpha

06 May 00:52
Compare
Choose a tag to compare

Fix missing imports preventing iterator to load

v0.6.0-pre-alpha

06 May 00:34
Compare
Choose a tag to compare

New iterators!

you can now iterate trough all the symbols from an exchange

from symbols import bitfinex
for symbol in bitfinex:
    print(symbol.name)
    print(symbol.min_order_size)
    print(symbol.has_margin)

v0.5.2-pre-alpha

05 May 17:47
Compare
Choose a tag to compare

Version v0.5.2-pre-alpha

  • Add new Symbol type
  • Replace the use of NamedTuple to Symbol
  • Update exchange symbols

To use the new Symbol type:

  from symbols ìmport Symbol 

v0.5.1-pre-alpha

26 Apr 10:25
Compare
Choose a tag to compare

Fix kucoin tick_size field

v0.5.0-pre-alpha

26 Apr 10:19
Compare
Choose a tag to compare

Add tick_size field

  • [BREAKING] Change precision to significant_digits
  • Differentiate tick_size from significant_digits
  • Fix tick_size from other exchanges

v0.4.4-pre-alpha

25 Apr 21:28
Compare
Choose a tag to compare

Fix binance min_order_size and max_order_size

v0.4.3-pre-alpha

25 Apr 16:56
Compare
Choose a tag to compare

Version 0.4.3 pre-alpha

  • Add new listings
  • Update symbols info
  • Bump version

v0.4.2-pre-alpha

12 Apr 20:49
Compare
Choose a tag to compare
  • Update Symbols
  • New Listings
  • Delistings

v0.4.1-pre-alpha

25 Mar 19:49
Compare
Choose a tag to compare
  • Add new listings
  • Update tokens

v0.4.0-pre-alpha

04 Feb 12:53
Compare
Choose a tag to compare

v0.4.0-pre-alpha:

  • Add new listings
  • Add exchange attribute