Share facts
Enhance your due diligence or research process with detailed information about a company's shares and share structure.
- Valuable due diligence data for mergers, acquisitions etc.
- Improve your company assessment process
- See new issues, bonus issues and more!
Use cases
Use our share facts services to conduct checks and screenings of share data and structure.Due Diligence
Save time conducting background checks and due diligence.
Collect, verify and monitor share facts like bonus issues, number of shares, new issues etc with our services.
Availability
Share facts is available to use in the following Roaring products:
“With Roarings API services we can collect all the information we require behind the scenes, enabling controls and risk analysis based on real-time customer data.”
Amalia Lundin
Product Owner | PE Accounting
Technical details
Share information through a user-friendly API, webhook and web app
The Share Facts API requires an input of company id, and returns information on the following:
- Bonus-shares/emissions
- Change date
- Company id
- New issues
- Power of Attorney
- Reduction
- Share capital
- Number of shares
- Share type
Try our free sandbox experience to get started, including:
- Docs, guides & support
- Test objects for every API
- Try-API-feature to see response data & structure
- Available in Postman
Example response:
{ "records": [ { "changeDate": "2021-01-19", "companyId": "5601000408", "shareCapitalDetails": { "maxShareCapital": { "amount": 200000, "currency": "SEK" }, "minShareCapital": { "amount": 50000, "currency": "SEK" }, "registrationDateTime": "2020-12-02T08:31:06", "shareCapital": { "amount": 86014.22, "currency": "SEK" } } } ], "status": { "code": 0, "text": "records found" } }