Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/66bbbc2cb81d8b313b9d16d86348fb86dc6ce902/test/import/ok-novn-buy-and-sell-partially.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/test/import/ok-novn-buy-and-sell-partia...

29 lines
546 B

{
"meta": {
"date": "2022-07-21T21:28:05.857Z",
"version": "dev"
},
"activities": [
{
"fee": 1.3,
"quantity": 1,
"type": "SELL",
"unitPrice": 85.73,
"currency": "CHF",
"dataSource": "YAHOO",
"date": "2022-04-08T00:00:00.000Z",
"symbol": "NOVN.SW"
},
{
"fee": 2.95,
"quantity": 2,
"type": "BUY",
"unitPrice": 75.8,
"currency": "CHF",
"dataSource": "YAHOO",
"date": "2022-03-07T00:00:00.000Z",
"symbol": "NOVN.SW"
}
]
}