yahoo_finance_api 1.1.3

A rust adapter for the yahoo! finance API to fetch histories of market data quotes.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
features = ["json", "rustls"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio-compat-02]
version = "0.1"
[dev-dependencies.tokio-test]
version = "0.3"

[features]
blocking = ["reqwest/blocking"]

[package]
authors = ["Mark Beinker <mwb@quantlink.de>", "Claus Matzinger <claus.matzinger+kb@gmail.com>"]
categories = ["api-bindings"]
description = "A rust adapter for the yahoo! finance API to fetch histories of market data quotes."
edition = "2018"
keywords = ["finance", "yahoo", "stock", "quote"]
license = "MIT OR Apache-2.0"
name = "yahoo_finance_api"
readme = "README.md"
repository = "https://github.com/xemwebe/yahoo_finance_api"
version = "1.1.3"