mirror of https://github.com/ghostfolio/ghostfolio
committed by
Attila Cseh
2 changed files with 58 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||
{ |
|||
"meta": { |
|||
"date": "2021-12-12T00:00:00.000Z", |
|||
"version": "dev" |
|||
}, |
|||
"accounts": [], |
|||
"platforms": [], |
|||
"tags": [], |
|||
"activities": [ |
|||
{ |
|||
"accountId": null, |
|||
"comment": null, |
|||
"fee": 0, |
|||
"quantity": 1, |
|||
"type": "BUY", |
|||
"unitPrice": 39378.5, |
|||
"currency": "EUR", |
|||
"dataSource": "YAHOO", |
|||
"date": "2021-12-12T00:00:00.000Z", |
|||
"symbol": "BTCUSD", |
|||
"tags": [] |
|||
} |
|||
], |
|||
"user": { |
|||
"settings": { |
|||
"currency": "USD" |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,29 @@ |
|||
{ |
|||
"meta": { |
|||
"date": "2021-12-12T00:00:00.000Z", |
|||
"version": "dev" |
|||
}, |
|||
"accounts": [], |
|||
"platforms": [], |
|||
"tags": [], |
|||
"activities": [ |
|||
{ |
|||
"accountId": null, |
|||
"comment": null, |
|||
"fee": 0, |
|||
"quantity": 1, |
|||
"type": "BUY", |
|||
"unitPrice": 44558.42, |
|||
"currency": "USD", |
|||
"dataSource": "YAHOO", |
|||
"date": "2021-12-12T00:00:00.000Z", |
|||
"symbol": "BTCUSD", |
|||
"tags": [] |
|||
} |
|||
], |
|||
"user": { |
|||
"settings": { |
|||
"currency": "USD" |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue