Browse Source

Improve documentation

pull/3762/head
Thomas Kaul 11 months ago
parent
commit
05e2f8fb95
  1. 6
      README.md

6
README.md

@ -238,13 +238,13 @@ Grant access of type _Public_ in the _Access_ tab of _My Ghostfolio_.
{
"performance": {
"1d": {
"relativeChange": 0 // normalized (-1 to 1)
"relativeChange": 0 // normalized from -1 to 1
};
"ytd": {
"relativeChange": 0 // normalized (-1 to 1)
"relativeChange": 0 // normalized from -1 to 1
},
"max": {
"relativeChange": 0 // normalized (-1 to 1)
"relativeChange": 0 // normalized from -1 to 1
}
}
}

Loading…
Cancel
Save