fin_iex 0.1.0

The IEX provider for financial operations.
Documentation

Crate fin_iex

This is an implementation of a number of the request traits in fin_model calling the IEX Cloud.

  • fin_iex simply exports the IEXProvider type from ::provider
  • ::provider provides an implementation of the Provider trait and a set of request traits from fin_model

Currently this implementation only covers the FetchPriceQuote trait from the fin_model interface.