Skip to content

Commit

Permalink
Added option to use USD prices from cointracking instead of SEK
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofwinter committed Apr 29, 2018
1 parent 62a89e9 commit bfaa3dd
Show file tree
Hide file tree
Showing 6 changed files with 2,228 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ usage: report.py [-h] [--trades TRADES] [--out OUT] [--format {pdf,sru}]
[--exclude-groups [EXCLUDE_GROUPS [EXCLUDE_GROUPS ...]]]
[--coin-report] [--simplified-k4] [--rounding-report]
[--rounding-report-threshold ROUNDING_REPORT_THRESHOLD]
[--cointracking-usd]
year
Swedish cryptocurrency tax reporting script
Expand All @@ -167,6 +168,9 @@ optional arguments:
--rounding-report-threshold ROUNDING_REPORT_THRESHOLD
The number of percent difference required for an
amount to be included in the report.
--cointracking-usd Use this flag if you have configured cointracking
calculate prices in USD. Conversion from USD to SEK
will then be done by this script instead.
```

### Example
Expand Down
Loading

0 comments on commit bfaa3dd

Please sign in to comment.