TelegramAktienBot/telegram_bot/shares/shares_example.json

16 lines
261 B
JSON
Raw Permalink Normal View History

{
2022-05-11 21:33:48 +00:00
"user": "FloKell",
"share_count": 2,
"shares": [
{
"symbol": "APC.DE",
"price_bought": "50.06",
"amount_bought": "5.1"
},
{
"symbol": "TL0.DE",
"price_bought": "450.06",
"amount_bought": "5.13"
}
]
}