Archived
3
0
This repository has been archived on 2025-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zmp24-docs/docs/json_examples/1-burza->zpravy.json
Matěj Žucha 395b94a44c Doc/rest -> Main (#6)
Add example exchange JSONs and a brief README about them
2025-03-14 10:46:07 +00:00

28 lines
449 B
JSON

{
"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": null,
"sell": null
},
{
"name": "HPQ",
"rating": null,
"sell": null
},
{
"name": "TXN",
"rating": null,
"sell": null
},
{
"name": "IDK",
"rating": null,
"sell": null
}
]
}