Atoka API User Reference

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

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

item code

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

indentation

float -
items[].sections[].items[].label

item label

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

item unit of measure

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

item value

float -
items[].sections[].label

section name

"string" -
items[].type

condensed ("sintetico") or full ("integrale")

"condensed", "full" -
Example JSON fragment for package
{
"items": [
{
"date": "2015-12-24",
"consolidated": false,
"currency": {
"symbol": "foo",
"code": "foo"
},
"division": "Assicurazioni",
"type": "condensed",
"sections": [
{
"label": "foo",
"items": [
{
"code": "foo",
"label": "foo",
"value": 0.42,
"units": "foo",
"indentation": 0.42
},
...
]
},
...
]
},
...
]
}