Developers
  • Dun & Bradstreet Estonia API
  • Test environment
  • Pricing
  • Contact
  • General information
    • searchCompany
    • getCompanyInformation
    • getContacts
    • getAaaRatingWithHistory
    • getCompanyUpdateDate
  • Negative information
    • getTaxArrears
    • getPublicAnnouncements
    • getDebtCollectionCases
  • Persons in company
    • getManagementBoard
    • getShareholdersAndOtherRoles
    • getBeneficialOwner
  • Financial information
    • listAnnualReport
    • getAnnualReport
    • getFinancialInformation
    • getFinancialStatements
    • getTaxInformation
    • getSalaryInformation
  • REAL ESTATE
    • getImmovables
  • Credit reports
    • Company credit report
    • Person credit report
  • Personal Information
    • getPersonInformation
  • TOOLS
    • Person code validator
  • International data
    • BBC API
  • User
    • getProfile
    • getLimits
Powered by GitBook
On this page

Was this helpful?

  1. Financial information

listAnnualReport

TEST request - https://in.bisnode.ee/rest_dev/listAnnualReport

listAnnualReport

POST https://in.bisnode.ee/rest/listAnnualReport

Returns list of available annual report documents (PDF, XBRL, BDOC) from Äriregister. Example Curl request: curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/listAnnualReport' --data '{ "token": "0c725874e737c8195de547f67692d8b976726561", "reg_code": "10117826", "country": "EST" }'

Query Parameters

Name
Type
Description

token

string

Your access token (api key)

reg_code

string

Country registration number

country

string

3-letter country code. Default is "EST"

[
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2001",
        "description": "PDF document",
        "created_at": "2002-07-08"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "A",
        "annual_year": 2003,
        "description": "PDF document",
        "created_at": "2004-07-12"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2008",
        "description": "PDF document",
        "created_at": "2009-06-26"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2011",
        "description": "PDF document",
        "created_at": "2012-06-26"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "X",
        "annual_year": 2011,
        "description": "XBRL document",
        "created_at": "2012-06-26"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2000",
        "description": "PDF document",
        "created_at": "2001-05-28"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "A",
        "annual_year": 2002,
        "description": "PDF document",
        "created_at": "2003-07-03"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "A",
        "annual_year": 2004,
        "description": "PDF document",
        "created_at": "2005-07-01"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2005",
        "description": "PDF document",
        "created_at": "2006-07-03"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2007",
        "description": "PDF document",
        "created_at": "2008-04-29"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2006",
        "description": "PDF document",
        "created_at": "2007-06-28"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2009",
        "description": "PDF document",
        "created_at": "2010-06-02"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "X",
        "annual_year": 2009,
        "description": "XBRL document",
        "created_at": "2010-06-02"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2010",
        "description": "PDF document",
        "created_at": "2011-06-20"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "X",
        "annual_year": 2010,
        "description": "XBRL document",
        "created_at": "2011-06-20"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2012",
        "description": "PDF document",
        "created_at": "2013-06-19"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "D",
        "annual_year": 2012,
        "description": "DDOC\/BDOC container",
        "created_at": "2013-06-19"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2012",
        "description": "XBRL document",
        "created_at": "2013-06-19"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2013",
        "description": "PDF document",
        "created_at": "2014-06-18"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2013",
        "description": "XBRL document",
        "created_at": "2014-06-18"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2014",
        "description": "PDF document",
        "created_at": "2015-06-15"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2014",
        "description": "XBRL document",
        "created_at": "2015-06-15"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2015",
        "description": "PDF document",
        "created_at": "2016-04-06"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "D",
        "annual_year": 2015,
        "description": "DDOC\/BDOC container",
        "created_at": "2016-04-06"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2015",
        "description": "XBRL document",
        "created_at": "2016-04-06"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2016",
        "description": "PDF document",
        "created_at": "2017-06-26"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "D",
        "annual_year": 2016,
        "description": "DDOC\/BDOC container",
        "created_at": "2017-06-26"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2016",
        "description": "XBRL document",
        "created_at": "2017-06-26"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2017",
        "description": "PDF document",
        "created_at": "2018-07-11"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "D",
        "annual_year": 2017,
        "description": "DDOC\/BDOC container",
        "created_at": "2018-07-11"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2017",
        "description": "XBRL document",
        "created_at": "2018-07-11"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "A",
        "annual_year": "2018",
        "description": "PDF document",
        "created_at": "2019-06-21"
    },
    {
        "country": "EST",
        "reg_code": 10117826,
        "doc_type": "D",
        "annual_year": 2018,
        "description": "DDOC\/BDOC container",
        "created_at": "2019-06-21"
    },
    {
        "country": "EST",
        "reg_code": "10117826",
        "doc_type": "X",
        "annual_year": "2018",
        "description": "XBRL document",
        "created_at": "2019-06-21"
    }
]
PreviousgetBeneficialOwnerNextgetAnnualReport

Last updated 4 years ago

Was this helpful?