fitr
Version:
Financial Investment Tracker
29 lines • 511 B
JSON
{
"symbol": "MSFT",
"transactions": [
{
"date": "2024-02-26",
"type": "buy",
"quantity": 2,
"price": 415.5,
"fees": 4.99,
"notes": "Long-term investment"
},
{
"date": "2024-03-26",
"type": "buy",
"quantity": 2,
"price": 425.5,
"fees": 4.99,
"notes": "Long-term investment"
},
{
"date": "2025-03-10",
"type": "buy",
"quantity": 15,
"price": 120,
"fees": 0,
"notes": ""
}
]
}