Atoka API User Reference

IV directive EEC 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 IV directive EEC balance sheet standard that the company's balance sheet follows ("comparto")

"Assicurazioni", "Assicurazioni (consolidato)", "Banche", "Banche (consolidato)", ... -
sections[].items[].code

item code

"string" type
sections[].items[].indentation

indentation

float -
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": "Assicurazioni",
"sections": [
{
"label": "foo",
"items": [
{
"code": "foo",
"label": "foo",
"value": 0.42,
"units": "foo",
"indentation": 0.42
},
...
]
},
...
]
}