finsit API - KeyFigureResult

A collection of help pages for using the API.

KeyFigureResult

No description available.

Properties

Name Type Description
keyFigure KeyFigure
keyFigureValues KeyFigureValue[]

Sample object

{
  "keyFigure": {
    "id": "NetSales",
    "name": "NetSales",
    "valueType": "Amount",
    "description": "Description of the key figure.",
    "comment": "Some comment.",
    "basId": "R1"
  },
  "keyFigureValues": [
    {
      "value": 12.0,
      "period": {
        "start": "2012-04-01T00:00:00",
        "end": "2013-03-31T00:00:00"
      }
    },
    {
      "value": 34.0,
      "period": {
        "start": "2012-04-01T00:00:00",
        "end": "2013-03-31T00:00:00"
      }
    }
  ]
}