Skip to content

Releases: amberdata/amberdata-derivatives-sdk

1.0.7

24 Sep 01:17
bf2bce1
Compare
Choose a tag to compare

Remove deprecated endpoints:

  • get_decorated_trades(...)
  • get_delta_surfaces_constant(...)
  • get_delta_surfaces_floating(...)
  • get_instrument_information(...)
  • get_level_1_quotes(...)
  • get_term_structures_constant(...)
  • get_term_structures_floating(...)
  • get_term_structures_richness(...)
  • get_volatility_cones(...)

Changelog

Full Changelog: 1.0.6...1.0.7

1.0.6

17 Sep 00:02
ce7ee75
Compare
Choose a tag to compare

Added Jupyter notebook with examples on how to use the SDK

  • implied volatility
  • open interest
  • options flow
  • realized volatility

More unit/integration tests have been added to the project, more to come in the next release.

Changelog

Full Changelog: 1.0.5...1.0.6

1.0.5

09 Sep 21:09
249ae54
Compare
Choose a tag to compare

Added new Futures functions

  • get_futures_perpetuals_apr_basis_constant_maturities(...)
  • get_futures_perpetuals_apr_basis_live_term_structures(...)
  • get_futures_perpetuals_open_interest(...)
  • get_futures_perpetuals_realized_funding_rates_cumulated(...)
  • get_futures_perpetuals_volumes(...)

More unit/integration tests have been added to the project, more to come in the next release.

Changelog

Full Changelog: 1.0.4...1.0.5

1.0.4

17 Jun 17:24
99d8ddd
Compare
Choose a tag to compare

Functions have been grouped by namespace:

  • instruments
  • realized_volatility
  • trades_flow
  • volatility

As such, the following functions have been deprecated and will be removed in the next release. They have been replaced by equivalent functions in their own respective namespace:

  • get_decorated_trades(...) --> get_trades_flow_decorated_trades(...)
  • get_delta_surfaces_constant(...)--> get_volatility_delta_surfaces_constant(...)
  • get_delta_surfaces_floating(...) --> get_volatility_delta_surfaces_floating(...)
  • get_instrument_information(...) --> get_instruments_information(...)
  • get_level_1_quotes(...) --> get_volatility_level_1_quotes(...)
  • get_term_structures_constant(...) --> get_volatility_term_structures_constant(...)
  • get_term_structures_floating(...) --> get_volatility_term_structures_floating(...)
  • get_term_structures_richness(...) --> get_volatility_term_structures_richness(...)
  • get_volatility_cones(...) --> get_realized_volatility_cones(...)

More unit/integration tests have been added to the project, more to come in the next release.

Changelog

Full Changelog: 1.0.3...1.0.4

1.0.3

21 May 15:02
606130f
Compare
Choose a tag to compare

Notes

The following deprecated functions have been removed:

  • get_term_structure_constant(...)
  • get_term_structure_floating(...)
  • get_tickers(...)

Changelog

Full Changelog: 1.0.2...1.0.3

1.0.2

20 May 14:52
c8fe0e6
Compare
Choose a tag to compare

Notes

Functions

  • get_term_structure_constant(...) is deprecated in favor of get_term_structures_constant(...)
  • get_term_structure_floating(...) is deprecated in favor of get_term_structures_floating(...)

These deprecated functions will be removed in the next release:

  • get_term_structure_constant(...)
  • get_term_structure_floating(...)
  • get_tickers(...)

The response payload for endpoint get_level_1_quotes(...) now has an additional field called volumeUSD which represents the volume in notional value.

A more comprehensive unit test suite was added to the project, covering all the supported endpoints and different parameters.

Changelog

Full Changelog: 1.0.1...1.0.2

1.0.1

14 May 15:19
1d3a0b9
Compare
Choose a tag to compare

Notes

Function get_tickers(...) is deprecated in favor of get_level_1_quotes(...)

Changelog

Full Changelog: 1.0.0...1.0.1

1.0.0

14 May 15:06
c4c3059
Compare
Choose a tag to compare

Notes

First official release of the Amberdata Derivatives SDK - see README.md for more details

What's Changed

New Contributors

Changelog

Full Changelog: https://github.com/amberdata/amberdata-derivatives-sdk/commits/1.0.1