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
- Host: GitHub
- URL: https://github.com/joeychilson/fmp_client
- Owner: joeychilson
- License: mit
- Created: 2023-06-24T04:41:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T23:41:55.000Z (over 2 years ago)
- Last Synced: 2025-01-16T13:19:38.702Z (about 1 year ago)
- Topics: elixir, financial, fmp, modeling, prep
- Language: Elixir
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, ""
```