Atoka API User Reference

Balance Sheets package "Base"

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
currency.code

code for currency, e.g. "EUR"

"string" -
currency.symbol

symbol for currency , e.g. "€"

"string" -
division

label of the balance sheet standard

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

item code

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

error

"string" -
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" -
sections[].items[].label

item label

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

item unit of measure

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

item value

float -
sections[].label

section name

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