[][src]Crate yahoo_finance_api

yahoo! finance API

This project provides a set of functions to receive data from the the yahoo! finance website via their API. This project is licensed under Apache 2.0 or MIT license (see files LICENSE-Apache2.0 and LICENSE-MIT).

There is already an existing rust library yahoo-finance-rs, which I intended to use for my own projects. However, due some issues in the implementation (the library panics in some cases if yahoo does provide somehow invalid data), I currently can't use it. Once this issue is fixed, I might switch back and drop development of this library.

Structs

AdjClose
PeriodInfo
Quote

Struct for single quote

QuoteBlock
QuoteList
TradingPeriod
YChart
YMetaData
YQuoteBlock
YResponse
YahooConnector

Container for connection parameters to yahoo! finance server

Enums

YahooError