Skip to content

Releases: TaylorFacen/nomics-python

Params update and bug fix

19 Sep 12:00

Choose a tag to compare

  • get_candles
    Previously, if exchange, base, and quote were provided, get_candles used the Exchange OHLCV api by default. However, different exchanges have different market ID formats (e.g. binance is BTCUSDT, gdax is BTCUSD). Because of this, the market cannot easily be deduced for all exchanges. Now, there's a market parameter where the user can explicitly state the market

  • get_currencies
    ids is now a required parameter and takes in a comma separated string

Fixed get_currencies method

25 Jul 20:01

Choose a tag to compare

Previously, Currencies.get_currencies only returned data for the first currency id in a list (if given). This bug is now resolved.

Wrapper Refactor pt 2.

12 Apr 19:20

Choose a tag to compare

  • Removed logic to format dates
  • Combined Aggregated Pair, Aggregated, and Exchange candles
  • Implemented more Enhanced (paid) methods

Wrapper Refactor

15 Sep 22:44

Choose a tag to compare

Refactored wrapper by adding modularity.

v1.1.1

23 Feb 13:55
be313dc

Choose a tag to compare

Added

  • get_all_time_highs
  • get_supplies_interval
  • get_currencies_interval
  • Travis CI integration