ibflex 1.4.3

A library and a CLI for reading Interactive Brokers Flex reports and comparing to Ledger-cli transactions
Documentation
1
2
3
4
5
6
7
8
9
<FlexQueryResponse queryName="cash tx" type="AF">
<FlexStatements count="1">
<FlexStatement accountId="U1234567" fromDate="2023-02-06" toDate="2023-03-07" period="Last30CalendarDays" whenGenerated="2023-03-08;18:29:17">
<CashTransactions>
<CashTransaction reportDate="2023-03-07" dateTime="2023-03-08;12:20:00" symbol="TCF" listingExchange="ASX" type="Dividends" amount="24.08" currency="AUD" description="TCF(AU0000108771) CASH DIVIDEND AUD 0.035 PER SHARE (Mixed Income)" />
</CashTransactions>
</FlexStatement>
</FlexStatements>
</FlexQueryResponse>