API endpoints
- https://api.bisnode.fi/yritykset/v1/TradeRegisterEntryInfo - production environment
- https://api-test.bisnode.fi/yritykset/v1/TradeRegisterEntryInfo - test environment
API request parametres
Parameter | Description | |
---|---|---|
businessId | Business ID. Can be entered with or without dash. | X |
registrationNumber | Trade register number. Can be used in request if business id is missing. | X* |
X = Mandatory, * = Only one mandatory parameter can be used in request. If both parameters are given, only 'businessId' is taken into account. |
API Response
Information | Description |
---|---|
Company trade name | Official trade name of the company. |
Business ID | Company's business ID. |
Register date | Date when the company was registered. |
Company form | Company's form (Oy, Ky etc.) |
Domicile | Domicile municipality of the company |
Contact information | Mailing and visiting addresses, phone number, fax and email. |
Register entries | List of company's other trade names, fusions, responsible persons etc. |
Note! Information might be different depending on company form, registered remarks and current situation of the company. The most general available info is listed here. |
Example of API request and respond
curl 'https://api.bisnode.fi/yritykset/v1/TradeRegisterEntryInfo?businessId=2014838-7' -H 'ticket: 1234567890ABC'
Request succeeded with given parameters. API responded in PDF format.
Download respond in PDF format.