Skip to main content

A Python package for accessing the Willow Labs APIs

Project description

Willow Labs logo

Willow Labs Python API

Documentation Status Latest PyPI version Number of PyPI downloads Python 3.7

Willow labs APIs offers services to get information regarding companies and related entities. The main companents are:

  • Information about the owners of a company. This service provides owners at all levels, meaning it recursively goes through the ownership structure until a private owner is established.

  • Basic company information as address, industry, number of employees and more.

  • Signature rights and prokura holders for a company.

  • Roles connected to the company, for example CEO, board members, accountant.

  • Ultimate Beneficial Owners of a company.

Function summary

Service name

Description

Language

English version

get_basic_company_information

Basic information.

English

get_company_ownership

Get the full ownership structure.

English

get_company_power_of_attorney

Get everyone with power of attorney.

English

*get_company_prokura

Get everyone with prokura rights (power of attorney).

Norwegian

get_company_power_of_attorney

get_company_full_signatory_authority

All signature holders.

English

*get_company_signatur

Get all signatur (signature) holders.

Norwegian

get_company_signatory_information

get_company_signatory_information

Get the authority holder.

English

get_company_roles

Get all roles connect to a company.

English

get_ultimate_beneficial_owners

Get all ultimate beneficial owners

English

* The function is a Norwegian version of an english function - see english version column for information.

Installation

pip install -U willowlabs

Example usage

from willowlabs.company_information.client import CompanyInformationClient
client = CompanyInformationClient("client_config.yaml")
company_basic_results = client.get_basic_company_information(organisation_number)
company_ownership_results = client.get_company_ownership(organisation_number, record_year)

Documentation

Read the Docs

Versions

Using Semantic Versioning 2.0.0.

[0.8.0] - 30.09.2020

  • Added Ultimate Beneficial Ownership search.

[0.5.4] - 16.04.2020

Bug fix

  • small bug fixes

[0.5.4] - 16.04.2020

Bug fix

  • gcloud not authorized

[0.5.1] - 16.04.2020

Bug fix

  • Readme file rendering error

[0.5.0] - 16.04.2020

Added

  • Readme file documentation.

[0.4.0] - 16.04.2020

Added

  • Change in import structure.

[0.3.0] - 15.04.2020

Added

  • New function to get roller

Bug fix

  • Removed __init__ import

[0.2.0] - 04.04.2020

First beta version: Basic functionality.

License

MIT © 2020 Willow Labs

Willow Labs AS

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

willowlabs-0.8.0.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

willowlabs-0.8.0-py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page