Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VibeNL committed Aug 29, 2023
1 parent c707d2b commit 4659550
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,31 @@ IDENTIFIER,ATOM-USD,Cosmos USD
### Supported formats
| Platform | Source of the files | Buy | Sell | Dividend |
|--|--|--|--|--|
| Generic importer | See below | X | X | X |
| Trading 212 | Export of transaction history | X | X | X |
| De Giro | Export of transaction history | X | - | - |
| Scalable Capital | The CSV files of the Baader bank. Type WUM and RKK | X | X | X |
| Coinbase (Experimental) | Export of transaction history | X | X | - |
| Nexo (Experimental) | Export of transaction history | X | - | - |

#### Generic import format
Beside the supported exchanges and brokers there is also a generic format:

| Field | Value(s) |
| ----- | ----- |
| OrderType | BUY ,SELL or DIVIDEND |
| Symbol | The symbol to search
| Date | The date, yyyy-MM-dd |
| Currency | The currency of the unitprice and fee |
| Quantity | The amount of units |
| UnitPrice | The paid price per unit |
| Fee | The total fee paid for the transaction |

##### Example

OrderType,Symbol,Date,Currency,Quantity,UnitPrice,Fee
BUY,US67066G1040,2023-08-07,USD,0.0267001000,453.33,0.02

## Run in Docker
The docker image is: vibenl/ghostfoliosidekick

Expand Down

0 comments on commit 4659550

Please sign in to comment.