fitr
Version:
Financial Investment Tracker
62 lines • 1.58 kB
JSON
{
"assets": [
{
"symbol": "MSFT",
"isin": "",
"name": "Microsoft Corporation",
"type": "stock",
"currency": "USD",
"quantity": 19,
"avgCost": 183.26315789473685,
"lastUpdated": "2025-03-10",
"lastPrice": 381.44000244140625,
"totalCost": 3482,
"currentValue": 7247.360046386719,
"profit": 3765.3600463867188,
"profitPercentage": 108.13785314149106,
"mwr": 2.2432046814816426,
"twr": -0.08197351999661551
},
{
"symbol": "GOOGL",
"isin": "",
"name": "Alphabet Inc.",
"type": "stock",
"currency": "EUR",
"quantity": 340,
"avgCost": 88.60058823529411,
"lastUpdated": "2025-03-10",
"lastPrice": 165.80149841308594,
"totalCost": 30124.199999999997,
"currentValue": 56372.50946044922,
"profit": 26248.30946044922,
"profitPercentage": 87.13363163320263,
"mwr": 0.18463176418474858,
"twr": 2.307430648575423
}
],
"currencies": [
{
"cost": 3482,
"value": 7247.360046386719,
"profit": 3765.3600463867188,
"profitPercentage": 108.13785314149106,
"lastUpdated": "2025-03-10T16:08:09.068Z",
"currency": "USD",
"exchangeRate": {
"eur": 1
}
},
{
"cost": 30124.199999999997,
"value": 56372.50946044922,
"profit": 26248.30946044922,
"profitPercentage": 87.13363163320263,
"lastUpdated": "2025-03-10T16:08:09.068Z",
"currency": "EUR",
"exchangeRate": {
"eur": 1
}
}
]
}