Packages

Elixir client for Interactive Brokers' Client Portal API

Current section

Files

Jump to
ibkr_api lib ibkr_api.ex
Raw

lib/ibkr_api.ex

defmodule IbkrApi do
@moduledoc """
# IbkrApi
A comprehensive Elixir client for Interactive Brokers' Client Portal API. This library provides a clean, idiomatic Elixir interface to interact with Interactive Brokers' trading platform.
## Features
- Complete API coverage for Interactive Brokers' Client Portal API
- Authentication and session management
- Account information and portfolio management
- Order placement and management
- Market data and contract information
- Trading operations
- Profile management
See the [README](https://github.com/MikaAK/ibkr_api) for more information.
"""
end