1.2.1 • Published 11 months ago

nasdaq-halts v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Node.js module to fetch stock halts from Nasdaq.

Installation

Install the package using npm:

npm install nasdaq-halts

After installed, import it into your project:

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

Usage

Method checkHalt 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((halted) => console.log(halted))
    .catch((err) => console.error(err));
});   
1.2.1

11 months ago

1.2.0

1 year ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago