Atoka API User Reference

Companies package "Balance Sheets"

API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!

Available fields
Description
Data
Used by filters
Facet
Match
Stats
items[] - -
items[].consolidated

consolidated balance sheet ("consolidato", true) or financial balance sheet (di "esercizio", false)

true | false consolidated
items[].currency.code

code for currency, e.g. "EUR"

"string" -
items[].currency.symbol

symbol for currency , e.g. "€"

"string" -
items[].date

balance sheet closing date

date balanceSheetsYears
items[].division

label of the balance sheet standard

"Industriale", "Immobiliare", "Finanziaria", "Holding", "Leasing" -
items[].sections[].items[].code

item code

"string" balanceSheetsCodes
items[].sections[].items[].error

error

"string" -
items[].sections[].items[].filter

when using the parameter balanceSheets, this balance sheet item would be matched when specifying field with the value of this property

"string" -
items[].sections[].items[].label

item label

"string" -
items[].sections[].items[].units

item unit of measure

"string" -
items[].sections[].items[].value

item value

float balanceSheets
items[].sections[].label

section name

"string" -
Example JSON fragment for package
{
"items": [
{
"date": "2015-12-24",
"consolidated": false,
"currency": {
"symbol": "foo",
"code": "foo"
},
"sections": [
{
"label": "foo",
"items": [
{
"code": "foo",
"label": "foo",
"value": 0.42,
"units": "foo",
"error": "foo",
"filter": "foo"
},
...
]
},
...
],
"division": "Industriale"
},
...
]
}