mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Allow custom currency in activity import * Extend import test files * Update changelog --------- Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>pull/2220/head
Hugo Persson
1 year ago
committed by
GitHub
5 changed files with 89 additions and 16 deletions
|
@ -0,0 +1,19 @@ |
|||
{ |
|||
"meta": { |
|||
"date": "2023-02-05T00:00:00.000Z", |
|||
"version": "dev" |
|||
}, |
|||
"activities": [ |
|||
{ |
|||
"comment": null, |
|||
"fee": 0, |
|||
"quantity": 0, |
|||
"type": "BUY", |
|||
"unitPrice": 0, |
|||
"currency": "EUR", |
|||
"dataSource": "YAHOO", |
|||
"date": "1990-01-01T22:00:00.000Z", |
|||
"symbol": "MSFT" |
|||
} |
|||
] |
|||
} |
Loading…
Reference in new issue