A CLI for calculating Rate Of Return and Max Drawdown on stocks.
This exercise is not finished, but it accomplishes the basic tasks.
You have two options
npm i -g cherrycola
cherrycola --ticker=AAPL --key=N1crrqowaGsJvQQEi44X --start=2016-01-04 --end=2016-01-04
npx cherrycola --ticker=AAPL --key=N1crrqowaGsJvQQEi44X --start=2016-01-04 --end=2016-01-04
- Validate input.
- Match the desired output.
- Send report to notification service.