Skip to content

cnfilms/datagouv-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uv Ruff Checked with mypy pypi

datagouv-api

French Gouv Opendata API clients

Companies at risk

Bankrupt and recovery assessments are recorded in the BODACC ; Bulletin officiel des annonces civiles et commerciales. Each company is identified by its SIREN. SIRET is not recognized by the BODACC API. A custom identifier can be used to map your own IDs to the entity SIREN ; The goal is to facilitate any ulterior data processing with your database.

This API will look for entities under reorganization and liquidation court judgments only ; other jugements imply an extended analysis for each company.

How to use

    ```
        from datagouvapi.services.company_risk.company_risk import CompanyRiskClient
        siren_registry = ['123456789'] # or {'123456789': 123}
        api = CompanyRiskClient(
          all_identifiers=siren_registry,
          filter_start_date=None
          api_key=None,
        )
        risky_companies = api.get_processed_risky_companies()

    ```

School Holidays

TBD

About

French Gouv Opendata API client

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages