Table of Contents

configuration

show after market prices in charts

open the chart → settings button at the top right → Outside RTH → drag to the right

excess funds sweep

IBKR Mobile → Settings button at the top left → Settings → Account Settings → Trading Permissions → Settings (at the top left) → Excess Funds Sweep → Scroll to the bottom → Excess Funds Sweep Method → Sweep to Securities Account

Notes:

tags | which sweep is better securities or commodities?

Opt out of internalization

interest rate calculation

For the daily interest, IBKR uses 360 days. For example, if the principal is \$53,073.35, rate is 3.33%, the interest would be \$4.91

$ ipython
Python 3.10.4 | packaged by conda-forge | (main, Mar 30 2022, 08:38:02) [MSC v.1916 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.4.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]:
p = 53073.35
r = 3.33
interest = round(p * (r/100) * (1/360), 2)
print(interest)
4.91

dummy

tasks

interest rates

fundamental data

IBKR gets the fundamental data from GFIS (Global Financial Information Services)

order types I came across

daily cash balance report

Create a custom flex query

Login -> Performance & Reports -> Flex Queries -> '+' button
-> Query Name = "cash balance history"
-> Sections -> click on "Cash Report"
-> Options -> select "Exclude segments and MTD/YTD breakout"
-> Select From Date, To Date, Net Cash Balance (SLB), Commissions, Dividends, Deposit/Withdrawals
-> Save
-> Delivery Configuration
--> Format = CSV
--> Period = "Last 30 Calendar Days"
-> General Configuration
--> Breakout by Day = Yes
-> Continue -> Create -> OK

Run the report

Period = Month to Date
Run