3 releases
0.1.2 | Oct 22, 2020 |
---|---|
0.1.1 | Oct 21, 2020 |
0.1.0 | Oct 21, 2020 |
#275 in Finance
49 downloads per month
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–8MB
~168K SLoC