Releases: barchart/marketdata-api-js
Releases · barchart/marketdata-api-js
v5.7.2
Technical Enhancements
- Add
.npmignore
file to reduce size of NPM package. Thedocs
,test
, andexample
folders are no longer included in the published package.
v5.7.1
No Functional Changes
- Minor improvements to documentation.
v5.7.0
Configuration Changes
- Any quote for a cmdtyStats instrument (e.g.
AE030UBX.CS
) is now sourced from JERQ (instead of OnDemand).
v5.6.0
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
v5.4.0
New Features
- Added
SymbolParser.getIsCanadianFund
function.
v5.3.0
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
Other
- Updated SDK documentation. Described additional properties on
Quote
object.
v5.1.3
- Use
try/catch
when parsing snapshot results. Problem with one snapshot won't affect other snapshots.
v5.1.0
- Add
Quote.previousSettlementPrice
property.