Atoka API User Reference

Companies package "Notes to account"

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
businessCategoriesGeneratingRevenue[]

List of business categories generating revenue, extracted from the last notes to accounts available for this company. They are read from the breakdown of net revenue by business category (in Italian "suddivisione dei ricavi delle vendite e delle prestazioni per categoria di attività").

"string" businessCategoriesGeneratingRevenue businessCategoriesGeneratingRevenueExclude
closingDate

balance sheet closing date (the one containing the note)

"string" -
content[]

Pieces of relevant notes content for results of full-text search with notesToAccountsContent param (with optional highlight of the match).

"string" notesToAccountsContent notesToAccountsContentQuery notesToAccountsContentTag tagStart tagEnd
hasProfitDistributionToShareholders

Whether this company has information, in the last notes to accounts available, about distributing profits to shareholders. This info is extracted from section "Proposta Destinazione Utili / Copertura Perdite" of the notes to accounts.

true | false hasProfitDistributionToShareholders
Example JSON fragment for package
{
"hasProfitDistributionToShareholders": false,
"businessCategoriesGeneratingRevenue": [
"foo",
...
],
"content": [
"foo",
...
],
"closingDate": "foo"
}