# `Forex.Feed.Req`
[🔗](https://github.com/greven/forex/blob/1.1.2/lib/forex/feed/feed_req.ex#L1)

The default HTTP API module for fetching the exchange rates from the European Central Bank (ECB).
It implements the `Forex.Feed.API` behaviour and it uses `Req` as the HTTP client.

To use a different HTTP client, just set the `:feed_api` configuration option, for example:

    config :forex, feed_api: MyApp.MyForexHTTPClient

---

*Consult [api-reference.md](api-reference.md) for complete listing*
