Archived
3
0

Doc/rest -> Main (#6)

Add example exchange JSONs and a brief README about them
This commit is contained in:
Matěj Žucha
2025-03-14 10:46:07 +00:00
committed by Ondřej Mekina
parent c6352dd28c
commit 395b94a44c
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"timestamp": "2012-04-23T18:25:43.511Z",
"date_from": "2012-04-23T18:25:43.511Z",
"date_to": "2012-04-23T18:25:43.511Z",
"stocks": [
{
"name": "MSFT",
"rating": -10,
"sell": null
},
{
"name": "HPQ",
"rating": 2,
"sell": null
},
{
"name": "TXN",
"rating": 8,
"sell": null
}
]
}