[][src]Module fin_iex::provider

An Implementation of the Financial Model Provider trait for IEX.

Note that this implementation uses a number of environment variables for configuration of the IEX endpoint URL.

$ export IEX_HOST=cloud
$ export IEX_VERSION=stable
$ export RUST_LOG=info
$
$ IEX_TOKEN={your-dev-token} cargo run iext

Structs

IEXProvider

This is the provider type for IEX, it contains communication parameters and defaults used when making requests to the IEX endpoints.