JSPM

  • Created
  • Published
  • Downloads 105
  • Score
    100M100P100Q91100F
  • License MIT

SDK for streaming market data from Barchart.com

Package Exports

  • @barchart/marketdata-api-js/lib/utilities/convert/baseCodeToUnitCode
  • @barchart/marketdata-api-js/lib/utilities/format/price
  • @barchart/marketdata-api-js/lib/utilities/parse/ddf/value

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@barchart/marketdata-api-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@barchart/marketdata-api-js

AWS CodeBuild

Overview

Barchart offers an exhaustive array of market data for multiple asset classes from exchanges around the world. This SDK enables your applications to consume real-time market data, as follows:

  • A WebSocket connection is established between your application and Barchart's quote servers.
    • Your application sends subscription requests for individual symbols.
    • Your application receives a stream of market data for subscribed symbols.

Documentation

Complete documentation for this SDK can be found here: http://barchart.github.io/marketdata-api-js/

Demos

Working demos are available for web browser and Node.js environments. Please refer to the documentation.

Package Managers

This library has been published as a public module to NPM as @barchart/marketdata-api-js.

npm install @barchart/marketdata-api-js -S