New live connection – Argentina (AR)!
Posted 2022-11-22
|
Updated 2022-11-24
We are happy to announce that we have a new live connection. We are now connected to the Argentinian National register of Enterprises (Registro Nacional de Sociedades), to get data and documents in real-time about companies registered in Argentina.
With this new integration the below functions are available:
- on API
- Live search (by number and name)
- Refresh dataset
- Registration Details document
- on kompany web
- Search by name
- Company data
- Registration Details document
The data about the company contains various datapoints, including registeredAddress and legalForm.
Sample response for refresh dataset, for a live company:
{
"id": "kompanyId",
"country": "AR",
"registrationNumber": "30661241264",
"name": "LEXSA SA",
"status": "NOT REPORTED",
"address": [
"SAN MARTIN 569, 1, 3",
"CAPITAL FEDERAL",
"CIUDAD AUTONOMA BUENOS AIRES",
"1004"
],
"formattedAddress": {
"street": "SAN MARTIN 569, 1, 3",
"district": "CAPITAL FEDERAL",
"zip": "1004",
"state": "CIUDAD AUTONOMA BUENOS AIRES",
"cc": "AR"
},
"managingDirectors": [],
"secretaries": [],
"dateOfIncorporation": "1989-02-14",
"legalForm": "SOCIEDAD ANONIMA",
"sicNaceCodes": [],
"extraData": {},
"requestTime": 1669124334,
"lastUpdate": 1668700518,
"typeOfOwnership": [],
"officialNumber": [
"30661241264"
],
"mainSourceName": "National register of Enterprises (Registro Nacional de Sociedades)",
}