cherrycola
v1.0.4
Published
A CLI for calculating Rate Of Return and Max Drawdown on stocks
Downloads
4
Readme
CHERRYCOLA
A CLI for calculating Rate Of Return and Max Drawdown on stocks.
This exercise is not finished, but it accomplishes the basic tasks.
How to use it
You have two options
Install package globally
npm i -g cherrycola
cherrycola --ticker=AAPL --key=N1crrqowaGsJvQQEi44X --start=2016-01-04 --end=2016-01-04
Package runner
npx cherrycola --ticker=AAPL --key=N1crrqowaGsJvQQEi44X --start=2016-01-04 --end=2016-01-04
What needs to be done
- Validate input.
- Match the desired output.
- Send report to notification service.