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/6057794eb6649f0542e9261418df5e478e5b5109/test/import/ok-vti-buy-long-history.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/test/import/ok-vti-buy-long-history.json

39 lines
751 B

{
"meta": {
"date": "2023-04-29T00:00:00.000Z",
"version": "dev"
},
"activities": [
{
"fee": 0,
"quantity": 10,
"type": "BUY",
"unitPrice": 65.31,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2012-01-03T00:00:00.000Z",
"symbol": "VTI"
},
{
"fee": 0,
"quantity": 10,
"type": "BUY",
"unitPrice": 65.40,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2011-01-03T00:00:00.000Z",
"symbol": "VTI"
},
{
"fee": 0,
"quantity": 10,
"type": "BUY",
"unitPrice": 57.05,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2010-01-04T00:00:00.000Z",
"symbol": "VTI"
}
]
}