Skip to main content
POST
Sync balance sheets from ANAF

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Body

application/json
year
integer

Sync only this single year.

Required range: x >= 2014
backfill
boolean

When true, sync a range of years.

from_year
integer

Start of backfill range (inclusive). Default 2014.

Required range: x >= 2014
to_year
integer

End of backfill range (inclusive). Default currentYear-1.

Response

Sync result. Shape varies by mode.

success
boolean
data
object

Annual financial statement for the firm, sourced from the public ANAF Bilanț webservice. Hot fields are best-effort denormalizations of the most useful indicators; the full per-indicator detail is available in the per-year GET /accounting/balance-sheets/{year} response.

meta
object