jefrnc/IBKR Auto-Exporter
Automatically export trading data from Interactive Brokers using Flex Web Service API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 28, 2025
- License
- MIT
Pinned Snippet
uses: jefrnc/ibkr-auto-exporter@4917a16232f94adfe6ef70363f4be9e679e55af5 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ibkr-token | Your IBKR Flex Web Service token | yes | — |
| ibkr-query-id | Your IBKR Flex Query ID | yes | — |
| export-path | Path where exports will be saved | no | exports |
| commit-exports | Whether to commit exported files | no | true |
| generate-weekly | Generate weekly summary (auto on Sundays) | no | auto |
| generate-monthly | Generate monthly summary (auto on last day) | no | auto |
| obfuscate-account | Obfuscate account names for privacy | no | true |
| base-currency | Base currency for P&L calculations | no | USD |
| cost-basis-min | Minimum cost basis to include trades (e.g., 0) | no | "" |
| cost-basis-max | Maximum cost basis to include trades (e.g., 50) | no | "" |
Outputs
no outputs