New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@barchart/marketdata-api-js

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/marketdata-api-js

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

  • 3.2.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
122
increased by90.63%
Maintainers
1
Weekly downloads
 
Created
Source

@barchart/marketdata-api-js

JavaScript library for accessing streaming market data from Barchart

Include streaming market data in your applications. Asset classes include equities, futures, and forex.

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. (Depending on your access level, and the symbol observed, feeds may be realtime or delayed).

Supported Environments

  • Browsers - Your target browser must support WebSockets (which all modern Browsers do). Also, the source code is written using ES6, so transpilation (with appropriate polyfills) is recommended before distribution.
  • Node.js - Node.js does not natively support WebSockets. So, third-party library called WS is used to connect to Barchart's servers.

Examples

Browser

Open the following file in your browser:

./example/browser/example.html

Or, visit the hosted page at:

Node.js

Ensure you're running a recent version of Node.js (e.g. 8.1.0) and execute the example script as follows:

> node example/node/example.js {host} {username} {password} {comma-delimited symbol list}

Documentation

Wiki

Read the Wiki for full documentation

Code

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

> gulp document

Keywords

FAQs

Package last updated on 26 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc