Skip to content

Instantly share code, notes, and snippets.

@edilsonvilarinho
Last active February 19, 2024 18:36
Show Gist options
  • Save edilsonvilarinho/035ec9dca6a3cbd87c12f31dd6649c7a to your computer and use it in GitHub Desktop.
Save edilsonvilarinho/035ec9dca6a3cbd87c12f31dd6649c7a to your computer and use it in GitHub Desktop.
dados.json
{
"dados": [
{
"data": "14/02/2024",
"valor": 1084.95,
"rendimentoBruto": 5.40,
"impostos": 2.92,
"rendimentoTotal": 2.48,
"percentualRendimento": 0
},
{
"data": "15/02/2024",
"valor": 1085.22,
"rendimentoBruto": 5.82,
"impostos": 3.07,
"rendimentoTotal": 2.75,
"percentualRendimento": 0.0249
},
{
"data": "16/02/2024",
"valor": 1085.61,
"rendimentoBruto": 6.38,
"impostos": 3.24,
"rendimentoTotal": 3.14,
"percentualRendimento": 0.0359
},
{
"data": "19/02/2024",
"valor": 1086.28,
"rendimentoBruto": 6.93,
"impostos": 3.12,
"rendimentoTotal": 3.81,
"percentualRendimento": 0.0617
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment