{
"currency": "USD",
"frequency": "daily",
"buy_code": "string",
"sell_code": "string",
"quotes": {
"buy": [
{
"period": "Ene.2024",
"date": "string",
"value": 0
}
],
"sell": [
{
"period": "Ene.2024",
"date": "string",
"value": 0
}
]
},
"note": "string"
}