3 releases
0.1.2 | Oct 22, 2020 |
---|---|
0.1.1 | Oct 21, 2020 |
0.1.0 | Oct 21, 2020 |
#298 in Finance
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
~4–9MB
~167K SLoC