{
"asia": [
{
"link": "string",
"name": "string",
"price": 0,
"price_movement": {
"move": "string",
"movement": "string",
"percentage": "string",
"value": "string"
},
"stock": "string"
}
],
"crypto": [
{
"link": "string",
"name": "string",
"price": 0,
"price_movement": {
"move": "string",
"movement": "string",
"percentage": "string",
"value": "string"
},
"stock": "string"
}
],
"currencies": [
{
"link": "string",
"name": "string",
"price": 0,
"price_movement": {
"move": "string",
"movement": "string",
"percentage": "string",
"value": "string"
},
"stock": "string"
}
],
"europe": [
{
"link": "string",
"name": "string",
"price": 0,
"price_movement": {
"move": "string",
"movement": "string",
"percentage": "string",
"value": "string"
},
"stock": "string"
}
],
"futures": [
{
"link": "string",
"name": "string",
"price": 0,
"price_movement": {
"move": "string",
"movement": "string",
"percentage": "string",
"value": "string"
},
"stock": "string"
}
],
"us": [
{
"link": "string",
"name": "string",
"price": 0,
"price_movement": {
"move": "string",
"movement": "string",
"percentage": "string",
"value": "string"
},
"stock": "string"
}
]
}