Skip to content

Processes Interactive Brokers CSV statement into Israel tax report form 1325

License

Notifications You must be signed in to change notification settings

almog/IBKR-to-1325-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Brokers (IBKR) to Israel 1325 Tax Form Converter

This script automates the conversion of an Interactive Brokers (IBKR) financial statement CSV file into a format suitable for Israel's 1325 tax form.

Description

The script processes the statement produced by IBKR's custom report, as described in this fintranslator.com article. Each Trade row is merged with its corresponding ClosedLot and the currency rates for the buy and sale days (currently only supports USD), as well as other calculations necessary for the 1325 form, as detailed here.

How to Use

  1. Clone the repository.
  2. Copy your IBKR statement into the root directory of the project.
  3. Install requirements:
$ pip install -r ./requirements.txt
  1. Run the script using the following commands:
$ python src

The output, an Excel spreadsheet, will be generated in the same directory.

DISCLAIMER

This software is provided "as is" without any warranty of any kind. The author(s) disclaim all warranties, including implied warranties of merchantability, fitness for a particular purpose, and non-infringement. The software is intended for educational and informational purposes only.

This software is NOT a substitute for professional tax advice or services, nor does it provide legal, financial, or tax advice of any kind. Please consult a professional tax advisor or accountant to ensure the accuracy of tax information.

In no event shall the author(s) or copyright holder(s) be liable for any claim, damages or other liability, arising from, out of, or in connection with the software or its use.

By using this software, you acknowledge and accept these terms.

About

Processes Interactive Brokers CSV statement into Israel tax report form 1325

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages