finsit API - KeyFigureData

A collection of help pages for using the API.

KeyFigureData

No description available.

Properties

Name Type Description
keyFigureInfoId String
period Period
value Decimal[]
dimensionId String

Sample object

{
  "keyFigureInfoId": "NumberOfEmployees",
  "period": {
    "start": "2012-04-01T00:00:00",
    "end": "2013-03-31T00:00:00"
  },
  "value": 12.0,
  "dimensionId": "2_12_3"
}