JSPM

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

Barchart client library for streaming market data from JERQ servers using JavaScript

Package Exports

  • @barchart/marketdata-api-js

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

JavaScript library for subscribing to streaming market data from Barchart

Include streaming market data in your applications. Asset classes include equities, futures, and forex. Delayed and realtime data feeds are available.

All you need is a username/password from Barchart, and your app can be live within a matter of minutes. To obtain your credentials, please contact solutions@barchart.com

Supported Environments

The library is intended for use in client (i.e. browser) environments. However, since the source code uses ES6, some assembly may be required for browser use (i.e. polyfills and transpilation).

Run The Example

Open the following file in your browser:

./example/browser/example.html

Or, the visit the hosted version of the example page:

Documentation

Wiki

Read the Wiki for full documentation

Code Documentation

JSDoc is used to document the source code. HTML documentation can be generated (into a "docs" folder), as follows:

> gulp document