import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});const response = await client.company.getHoldingsV1('company_id');console.log(response.company_id);
import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});const response = await client.company.getHoldingsV1('company_id');console.log(response.company_id);
Get a list of companies that this company owns or has stakes in. This endpoint reveals a company’s investment portfolio and subsidiary structure, showing which other companies it controls or has invested in. Use this to map corporate groups and understand investment strategies.Cost: 10 credits