nasdaq-halts

1.2.0 • Public • Published

Node.js module to fetch stock halts from Nasdaq.

Installation

npm install nasdaq-halts

Usage

Will output "true" or "false" depending on if an halt is in effect for a defined stock ticker symbol, for example:

const nasdaq = require('nasdaq-halts');
nasdaq.checkHalt('TSLA')
    .then((response) => console.log(response))
    .catch((error) => console.log(error));
});   

Package Sidebar

Install

npm i nasdaq-halts

Weekly Downloads

3

Version

1.2.0

License

MIT

Unpacked Size

3 kB

Total Files

4

Last publish

Collaborators

  • josecoelhomelo