Crate fin_iex
This is an implementation of a number of the request traits in the fin_model crate calling the IEX Cloud.
Modules
::providerprovides an implementation of theProvidertrait,IEXProvider
Implemented Traits
fin_model::quote::FetchPriceQuotefin_model::quote::FetchPriceRangeSeriesfin_model::analysis::Peersfin_model::analysis::AnalystRecommendations
Example
use IEXProvider;
use Provider;
let provider = match new ;
println!;
Tools
The optional feature iex-tool builds a command-line tool that can
exercise some of the APIs above.