yahoo_finance_api 0.3.1

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"]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio-test]
version = "0.2"

[package]
authors = ["Mark Beinker <mwb@quantlink.de>"]
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 = "0.3.1"