Skip to main content

get_persons_with_significant_control

Gets information on persons with significant control over the company

Source Code: [link]

openbb.alt.companieshouse.get_persons_with_significant_control(company_number: str)

Parameters

NameTypeDescriptionDefaultOptional
company_numberstrThe company number. Use get_search_results() to lookup company numbers.NoneFalse

Returns

TypeDescription
pd.DataframeAll persons with significant control over given company number

Examples

companies = openbb.alt.companieshouse.get_search_results("AstraZeneca")
signif_control_info = openbb.alt.companieshouse.get_persons_with_significant_control("02723534")