1.1.0 • Published 2 years ago

nasdaq-halts v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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);
});   
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago