Skip to content

joeychilson/edgar_client

Repository files navigation

EDGAR

EDGAR is an Elixir-based HTTP Client for SEC's EDGAR.

This library is a work in progress.

Installation

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

def deps do
  [
    {:edgar_client, "~> 0.10.0"}
  ]
end

Configuration

# A default user agent is provided, but you should change it to your own to prevent your requests from being blocked.
config :edgar_client, :user_agent, "name <email>"