API endpoints
- https://api.bisnode.fi/company/info/v2/keyfigures - production environment
- https://api-test.bisnode.fi/company/info/v2/keyfigures - test environment
API request parameters
Parameter | Description | |
---|---|---|
id | Business id or duns number | X |
X = Mandatory |
GET https://api-test.bisnode.fi/company/info/v2/keyfigures/{id}
API response
Element | Description |
---|---|
businessId | The company's business id |
dunsNumber | The company's duns number |
turnover | : |
changeOfTurnover | : |
changeOfEmployeeFigure | : |
employeeCosts12Months | : |
changeOfEmployeeCosts | : |
changeOfBalanceTotal | : |
operatingResult | : |
netResult | : |
financingResult | : |
fiscalYearResult | : |
returnOnAssets | : |
returnOnInvestements | : |
returnOnEquity | : |
equity | : |
equityRatio | : |
debtToNetSalesRatio | : |
netDebtRatio | : |
gearing | : |
quickRatio | : |
currentRatio | : |
collectionPeriodOfTradeReceivables | : |
paymentPeriodOfTradePayables | : |
fiscalPeriodEndDate | : |
API request and response example
curl 'https://api-test.bisnode.fi/company/info/v2/keyfigures/2014838-7' -H 'x-api-key: 1234567890ABC'
Successful request and the API return results in JSON format.
{ "companyId": null, "businessId": "2014838-7", "dunsNumber": "539506084", "keyFigures": { "turnover": 537, "changeOfTurnover": null, "changeOfEmployeeFigure": null, "employeeCosts12Months": 339, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": null, "operatingResult": 17, "netResult": 12, "financingResult": 13, "fiscalYearResult": 12.7, "returnOnAssets": 21.2, "returnOnInvestements": 52.6, "returnOnEquity": 89.3, "equity": null, "equityRatio": 17.3, "debtToNetSalesRatio": 74.7, "netDebtRatio": null, "gearing": 1.3, "quickRatio": 0.8, "currentRatio": 0.8, "collectionPeriodOfTradeReceivables": 0, "paymentPeriodOfTradePayables": 910, "fiscalPeriodEndDate": "2006-12-31T00:00:00Z" }, "keyFiguresHistory": [ { "turnover": 1681, "changeOfTurnover": 213, "changeOfEmployeeFigure": null, "employeeCosts12Months": 748, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 84.9, "operatingResult": 26, "netResult": 19, "financingResult": 22, "fiscalYearResult": 19.6, "returnOnAssets": 49.9, "returnOnInvestements": 87.3, "returnOnEquity": 79.4, "equity": null, "equityRatio": 46, "debtToNetSalesRatio": 28.8, "netDebtRatio": null, "gearing": 0.2, "quickRatio": 0.3, "currentRatio": 0.3, "collectionPeriodOfTradeReceivables": 1, "paymentPeriodOfTradePayables": 271, "fiscalPeriodEndDate": "2007-12-31T00:00:00Z" }, { "turnover": 3632, "changeOfTurnover": 116.1, "changeOfEmployeeFigure": null, "employeeCosts12Months": 1241, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 142.4, "operatingResult": 37, "netResult": 29, "financingResult": 33, "fiscalYearResult": 22.5, "returnOnAssets": 63, "returnOnInvestements": 70.8, "returnOnEquity": 88, "equity": null, "equityRatio": 56.5, "debtToNetSalesRatio": 26.1, "netDebtRatio": null, "gearing": 0.6, "quickRatio": 0.5, "currentRatio": 0.5, "collectionPeriodOfTradeReceivables": 9, "paymentPeriodOfTradePayables": 0, "fiscalPeriodEndDate": "2008-12-31T00:00:00Z" }, { "turnover": 4460, "changeOfTurnover": 22.8, "changeOfEmployeeFigure": 15.8, "employeeCosts12Months": 1571, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": -10.3, "operatingResult": -3, "netResult": -3, "financingResult": 5, "fiscalYearResult": -0.1, "returnOnAssets": -7.5, "returnOnInvestements": -10.4, "returnOnEquity": -12.6, "equity": null, "equityRatio": 62.9, "debtToNetSalesRatio": 16.2, "netDebtRatio": null, "gearing": 0.2, "quickRatio": 0.8, "currentRatio": 0.8, "collectionPeriodOfTradeReceivables": 39, "paymentPeriodOfTradePayables": 31, "fiscalPeriodEndDate": "2009-12-31T00:00:00Z" }, { "turnover": 6685, "changeOfTurnover": 49.9, "changeOfEmployeeFigure": 59.1, "employeeCosts12Months": 2474, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 30.8, "operatingResult": 2, "netResult": 1, "financingResult": 7, "fiscalYearResult": 1.7, "returnOnAssets": 6.7, "returnOnInvestements": 10.6, "returnOnEquity": 8.4, "equity": null, "equityRatio": 52.5, "debtToNetSalesRatio": 18.1, "netDebtRatio": null, "gearing": 0.2, "quickRatio": 1.2, "currentRatio": 1.2, "collectionPeriodOfTradeReceivables": 42, "paymentPeriodOfTradePayables": 42, "fiscalPeriodEndDate": "2010-12-31T00:00:00Z" }, { "turnover": 8476, "changeOfTurnover": 26.8, "changeOfEmployeeFigure": 68.6, "employeeCosts12Months": 3768, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 31.5, "operatingResult": -1, "netResult": -2, "financingResult": 3, "fiscalYearResult": 0.3, "returnOnAssets": -4.3, "returnOnInvestements": -5.8, "returnOnEquity": -12.6, "equity": null, "equityRatio": 40.8, "debtToNetSalesRatio": 23.4, "netDebtRatio": null, "gearing": 0.8, "quickRatio": 1.2, "currentRatio": 1.2, "collectionPeriodOfTradeReceivables": 29, "paymentPeriodOfTradePayables": 22, "fiscalPeriodEndDate": "2011-12-31T00:00:00Z" }, { "turnover": 10185, "changeOfTurnover": 20.2, "changeOfEmployeeFigure": 10.2, "employeeCosts12Months": 4190, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 104.9, "operatingResult": 7, "netResult": 6, "financingResult": 12, "fiscalYearResult": 2.1, "returnOnAssets": 11.1, "returnOnInvestements": 16.4, "returnOnEquity": 38.3, "equity": null, "equityRatio": 25.6, "debtToNetSalesRatio": 50.2, "netDebtRatio": null, "gearing": 1.7, "quickRatio": 0.7, "currentRatio": 0.7, "collectionPeriodOfTradeReceivables": 27, "paymentPeriodOfTradePayables": 32, "fiscalPeriodEndDate": "2012-12-31T00:00:00Z" }, { "turnover": 12212, "changeOfTurnover": 19.9, "changeOfEmployeeFigure": 35.4, "employeeCosts12Months": 5704, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": -26.4, "operatingResult": -2, "netResult": -2, "financingResult": 6, "fiscalYearResult": 0, "returnOnAssets": -4.8, "returnOnInvestements": -7.5, "returnOnEquity": -15.6, "equity": null, "equityRatio": 34.6, "debtToNetSalesRatio": 27.1, "netDebtRatio": null, "gearing": 0.9, "quickRatio": 0.6, "currentRatio": 0.6, "collectionPeriodOfTradeReceivables": 23, "paymentPeriodOfTradePayables": 39, "fiscalPeriodEndDate": "2013-12-31T00:00:00Z" }, { "turnover": 13206, "changeOfTurnover": 8.1, "changeOfEmployeeFigure": -6.8, "employeeCosts12Months": 5428, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": -4.9, "operatingResult": 7, "netResult": 5, "financingResult": 11, "fiscalYearResult": 5.8, "returnOnAssets": 20.5, "returnOnInvestements": 31.4, "returnOnEquity": 30.5, "equity": null, "equityRatio": 52.4, "debtToNetSalesRatio": 17.3, "netDebtRatio": null, "gearing": 0.2, "quickRatio": 0.9, "currentRatio": 0.9, "collectionPeriodOfTradeReceivables": 21, "paymentPeriodOfTradePayables": 46, "fiscalPeriodEndDate": "2014-12-31T00:00:00Z" }, { "turnover": 15947, "changeOfTurnover": 20.8, "changeOfEmployeeFigure": 18.3, "employeeCosts12Months": 7342, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 14.3, "operatingResult": 8, "netResult": 6, "financingResult": 11, "fiscalYearResult": 6.6, "returnOnAssets": 24, "returnOnInvestements": 38.1, "returnOnEquity": 67.1, "equity": null, "equityRatio": 28.8, "debtToNetSalesRatio": 24.5, "netDebtRatio": null, "gearing": 1.2, "quickRatio": 0.6, "currentRatio": 0.6, "collectionPeriodOfTradeReceivables": 22, "paymentPeriodOfTradePayables": 39, "fiscalPeriodEndDate": "2015-12-31T00:00:00Z" }, { "turnover": 17692, "changeOfTurnover": 10.9, "changeOfEmployeeFigure": -6.2, "employeeCosts12Months": 6908, "changeOfEmployeeCosts": null, "changeOfBalanceTotal": 7.1, "operatingResult": 16, "netResult": 14, "financingResult": 19, "fiscalYearResult": 9.9, "returnOnAssets": 50.4, "returnOnInvestements": 77.1, "returnOnEquity": 107.5, "equity": null, "equityRatio": 39.7, "debtToNetSalesRatio": 20.1, "netDebtRatio": null, "gearing": 0.6, "quickRatio": 0.9, "currentRatio": 0.9, "collectionPeriodOfTradeReceivables": 21, "paymentPeriodOfTradePayables": 38, "fiscalPeriodEndDate": "2016-12-31T00:00:00Z" } ] }