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

This module is responsible for defining the behaviour of the feed (HTTP) client.

# `get_historic_rates`

```elixir
@callback get_historic_rates(options :: keyword()) :: {:ok, binary()} | {:error, term()}
```

# `get_last_ninety_days_rates`

```elixir
@callback get_last_ninety_days_rates(options :: keyword()) ::
  {:ok, binary()} | {:error, term()}
```

# `get_latest_rates`

```elixir
@callback get_latest_rates(options :: keyword()) :: {:ok, binary()} | {:error, term()}
```

---

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