Reliable algotrading utilities written in node
What stonksjs is:
The primary objective of this project are:
What stonksjs is not:
Installation, usage, and API docs can be found in each scoped package directory.
Name | Description | Version |
---|---|---|
@stonksjs/core | Single point of entry for all stonksjs packages | |
@stonksjs/quote | Detailed, real-time stock quote data | |
@stonksjs/finviz | Unofficial finviz API | |
@stonksjs/stock-screener | Pre-defined industry standard stock screeners from MSN Money |
This project requires node v16.20.1
.
Clone the repo and install the dependencies:
git clone http://github.com/nielse63/stonksjs.git
cd stonksjs
nvm use
npm ci
Tests are run using jest
, and can be run by executing:
npm test
# run with coverage
npm test -- --coverage
To release a new version, run:
npm run release
This executes lerna publish
behind the scenes, and you'll be prompted with a
few questions before the package is deployed.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
All new features and changes are being tracked in GitHub under the projects and issues tabs of this repo.
Generated using TypeDoc