Skip to content

Releases: barchart/marketdata-api-js

v5.7.2

02 Jan 20:07
Compare
Choose a tag to compare

Technical Enhancements

  • Add .npmignore file to reduce size of NPM package. The docs, test, and example folders are no longer included in the published package.

v5.7.1

02 Jan 20:07
Compare
Choose a tag to compare

No Functional Changes

  • Minor improvements to documentation.

v5.7.0

19 Oct 20:53
Compare
Choose a tag to compare

Configuration Changes

  • Any quote for a cmdtyStats instrument (e.g. AE030UBX.CS) is now sourced from JERQ (instead of OnDemand).

v5.6.0

16 Oct 18:36
Compare
Choose a tag to compare

New Features

  • Added SymbolParser.getIsCmdtyStats function.

Configuration Changes

  • Any quote for an internally-generated cmdty instrument (e.g. HOPAW001009.CM) is now sourced from JERQ (instead of OnDemand).
  • Any quote for an externally-generated cmdty instrument (e.g. MER001.CP) is now sourced from JERQ (instead of OnDemand).
  • Any quote for a cmdtyStats instrument (e.g. AE030UBX.CS) is sourced from OnDemand (this is unchanged from previous versions).

v5.5.0

12 Oct 19:48
Compare
Choose a tag to compare

Configuration Changes

  • Quotes for Platts instruments are sourced from JERQ (instead of OnDemand).
  • Symbols for Platts instruments now support .PT suffix (in addition to PLATTS: prefix).

v5.4.0

08 Oct 16:19
Compare
Choose a tag to compare

New Features

  • Added SymbolParser.getIsCanadianFund function.

v5.3.0

02 Oct 22:15
Compare
Choose a tag to compare

New Features

  • Added SymbolParser.getIsPlatts function.
  • Added SymbolParser.getIsC3 function.

Bug Fixes

  • Price formatting for cmdty instruments has been corrected.

Configuration Changes

  • Quotes for Commodity3 instruments are sourced from JERQ instead of OnDemand.
  • Quotes for cmdty instruments are now sourced from a different OnDemand endpoint.

v5.2.3

22 Sep 13:57
Compare
Choose a tag to compare

Other

  • Updated SDK documentation. Described additional properties on Quote object.

v5.1.3

24 Jun 16:15
Compare
Choose a tag to compare
  • Use try/catch when parsing snapshot results. Problem with one snapshot won't affect other snapshots.

v5.1.0

07 May 22:35
Compare
Choose a tag to compare
  • Add Quote.previousSettlementPrice property.