3.0.1 • Published 10 months ago

@stonksjs/stock-screener v3.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
10 months ago

@stonksjs/stock-screener

Pre-defined industry standard stock screeners from Finviz

npm (scoped)

Installation

npm install --save @stonksjs/stock-screener

Usage

import stockScreener from '@stonksjs/stock-screener';

// the object of key/value pairs of finviz stock screeners
const { filters } = stockScreener;
console.log(filters);

// get the latest available filters
const filters = await stockScreener.getFilters();
console.log(filters);

// get results from "Top Gainers" screener
const symbols = await stockScreener.getTopGainers();
console.log(symbols);

Available Screener Filters

API

Full API docs can be found at docs/modules

3.0.1

10 months ago

2.0.4

10 months ago

3.0.0

10 months ago

2.0.3

1 year ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago