getShareholdersAndOtherRoles
TEST request - https://in.bisnode.ee/rest_dev/getShareholdersAndOtherRoles
getShareholdersAndOtherRoles
POST
https://in.bisnode.ee/rest/getShareholdersAndOtherRoles
Needed Headers: Content-type: application/json
This endpoint allows you to get company current and previous owners, shareholders and other connected persons, such as members of supervisory board, auditors.
Example Curl request:
curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getShareholdersAndOtherRoles' --data '{
"language": "en",
"token": "0c725874e737c8195de547f67692d8b976726561",
"reg_code": "10117826",
"country": "EST",
"language": "en"
}'
Query Parameters
language
string
2-letter language code. Must be "en", "et" or "ru". Default is "en".
token
string
Your 'access token' (API key).
reg_code
string
Company registration number.
country
string
3-letter country code "EST" or "LVA". Default is "EST".
[
{
"role": "Stockholder",
"role_code": "S",
"information_source": "NASDAQ andmed",
"authority_end_date": null,
"start_date": "2011-11-11",
"end_date": null,
"revision_date": null,
"control_source": null,
"control_source_code": null,
"control_source_date": null,
"group": null,
"created_at": "2018-09-13 17:05:17",
"updated_at": "2018-09-13 17:05:17",
"active": "active",
"on_card": false,
"code": "11111111",
"person_birth_date": null,
"person_gener": null,
"country": "EST",
"name": "Aktsiaselts ABC",
"type": "Juridical person",
"type_code": "J",
"ownership": "Simple ownership",
"ownership_code": "L",
"share_capital_amount": "1111111.11",
"share_capital_currency": "EUR",
"share_capital_percent": "100.00",
"trade_ban": null,
"tags": []
},
{
"role": "Chairman of the supervisory board",
"role_code": "E",
"information_source": null,
"authority_end_date": null,
"start_date": "2011-11-11",
"end_date": null,
"revision_date": null,
"control_source": "Electronically submitted (entry) statement",
"control_source_code": null,
"control_source_date": null,
"group": null,
"created_at": "2018-09-13 17:05:17",
"updated_at": "2018-09-13 17:05:17",
"active": "active",
"on_card": false,
"code": "11111111111",
"person_birth_date": "1955-11-11",
"person_gener": "M",
"country": "EST",
"name": "Karl Karll",
"type": "Physical person",
"type_code": "F",
"ownership": null,
"ownership_code": null,
"share_capital_amount": null,
"share_capital_currency": null,
"share_capital_percent": null,
"trade_ban": null,
"tags": []
}
]
Last updated
Was this helpful?