An open API service indexing awesome lists of open source software.

https://github.com/joeychilson/fmp_client

An Elixir HTTP client for Financial Modeling Prep
https://github.com/joeychilson/fmp_client

elixir financial fmp modeling prep

Last synced: about 1 year ago
JSON representation

An Elixir HTTP client for Financial Modeling Prep

Awesome Lists containing this project

README

          

# FMP

An Elixir-based HTTP Client for financialmodelingprep.com

## Installation

`FMP` is available on Hex. Add it to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:fmp_client, "~> 0.3.0"}
]
end
```

# Configuration

```elixir
config :fmp_client, :api_key, ""
```