Package: ibkrcp 0.1.2

Nagappan Karuppiah
ibkrcp: R Client for the Interactive Brokers Client Portal API
Provides a lightweight R interface to the Interactive Brokers (IBKR) Client Portal REST API. Functions cover session management, account and portfolio queries, market data retrieval, and order placement and cancellation. Requires a locally running IBKR Client Portal Gateway.
Authors:
ibkrcp_0.1.2.tar.gz
ibkrcp_0.1.2.tar.gz(r-4.7-any)ibkrcp_0.1.2.tar.gz(r-4.6-any)
ibkrcp_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ibkrcp/json (API)
NEWS
| # Install 'ibkrcp' in R: |
| install.packages('ibkrcp', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sactyr/ibkrcp/issues
Last updated from:e9608c3137. Checks:4 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 170 | ||
| source / vignettes | OK | 193 | ||
| linux-release-x86_64 | OK | 146 | ||
| wasm-release | OK | 124 |
Exports:ibkr_auth_statusibkr_cancel_orderibkr_get_price_historyibkr_get_trading_scheduleibkr_live_ordersibkr_logoutibkr_pingibkr_place_orderibkr_portfolio_accountsibkr_portfolio_positionsibkr_portfolio_summaryibkr_search_contracts
Dependencies:askpassclicurlgluehttr2lifecyclemagrittropensslR6rappdirsrlangsysvctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get the current session authentication status | ibkr_auth_status |
| Cancel an open order | ibkr_cancel_order |
| Get OHLCV price history for an instrument | ibkr_get_price_history |
| Get the trading schedule for an instrument | ibkr_get_trading_schedule |
| Get all live and open orders | ibkr_live_orders |
| Log out of the current session | ibkr_logout |
| Ping the session to confirm it is alive | ibkr_ping |
| Place a market order | ibkr_place_order |
| Get all accounts associated with the authenticated user | ibkr_portfolio_accounts |
| Get current positions for an account | ibkr_portfolio_positions |
| Get portfolio summary for an account | ibkr_portfolio_summary |
| Search for contracts by symbol | ibkr_search_contracts |