nasdaq-halts

1.1.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 defined stock:

const nasdaq = require('nasdaq-halts');

nasdaq.checkHalt('TSLA').then(response => {
    console.log(response);
});   

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nasdaq-halts

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.87 kB

    Total Files

    4

    Last publish

    Collaborators

    • josecoelhomelo