#quote #stock #yahoo #data #coming

stockquote

Safe and easy to use stock quote library. All data coming from Yahoo Finance.

3 releases

0.1.2 Oct 22, 2020
0.1.1 Oct 21, 2020
0.1.0 Oct 21, 2020

#222 in Finance

Custom license

70KB
1.5K SLoC

StockQuote

A safe and easy to use stock quote library. Based on Yahoo Finance.

Usage:

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    let result = stockquote::get("IBM").await?;
    println!("{:?}", result);
    Ok(())
}

Dependencies

~3.5–8MB
~185K SLoC