warren 0.1.8

A tool for value investors.
docs.rs failed to build warren-0.1.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: warren-0.1.7

Crate Docs CI Audit Maintenance

warren

A tool for value investors to analyse stock prices and determine if a given stock is currently “cheap”—that is, if its current price is below the median of its 90-day price history.

(Photo by Fortune Live Media, licensed under Creative Commons)

Installation

cargo install warren

Usage

Run the warren command with a stock ticker symbol (as understood by the Yahoo! Finance API):

warren AAPL
AAPL: Current 215.05 Low 208.42 High 260.10 Position 12.83% - Buy

This output shows that AAPL's most recent closing price was 215.05, its 90-day low was 208.42, and its 90-day high was 260.10. This puts the current price at 12.83% of its historic range, and it is thus considered a “Buy” (if it were above 50%, it would instead be “Don't buy”).