README.md

# ExBovespa

The goal of this library is to provide an easy interface for other elixir applications to retrieve a list of all stocks listed on B3, including their code, ISIN, name and type.

## Installation

Add `ex_bovespa` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_bovespa, "~> 0.1.0"}
  ]
end
```

## Documentation

The docs can be found at [https://hexdocs.pm/ex_bovespa](https://hexdocs.pm/ex_bovespa).

## Changelog

Visit the application releases on the file [CHANGELOG.md](CHANGELOG.md).