0.3.2 • Published 4 years ago

blankningsregistret v0.3.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Blankningsregistret-js

FI will on a daily basis, normally shortly after 15:30, publish significant net short positions in shares in the document below. source

This npm package for NodeJS fetches published net short positions from FI and outputs the result as a JS array.

Installation

npm install blankningsregistret --save

Usage

const br = require('blankningsregistret');

// get currently active positions published within the last 30 days
const entries = br();

// get historical positions published within the last 30 days
const entries = br({
  historical: true
});

// get positions published within a custom timespan
const thatMonthEntries = br({
  from: new Date('2017-01-01'),
  to: new Date('2017-02-01')
});
0.3.2

4 years ago

0.3.1-2

5 years ago

0.3.1

4 years ago

0.3.1-1

5 years ago

0.3.1-0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.3-4

7 years ago

0.0.3-2

7 years ago