pub fn get_report(stock: &str) -> Result<Report>
Returns a quote history analysis on stock.
stock
Returns any errors creating the Yahoo Finance connector, fetching the quote history, extracting the last quote, or finding the minimum and maximum for the period.
If the current price is outside the range (low, high).