Changelog

Changelog - 3.32.0

Released on

ISIC4 sections

The isic4 field on entity responses now includes an additional top-level Section (e.g. A, C), positioned above Division.

[
  {
    "code": "28",
    "description": "Manufacture of machinery and equipment n.e.c.",
    "values": [
      {
        "code": "281",
        "description": "Manufacture of general-purpose machinery",
        "values": [
          { "code": "2816", "description": "Manufacture of lifting and handling equipment", "priority": 1 }
        ]
      }
    ]
  }
]

A new sector filter is also available to filter entities by ISIC4 section code (e.g. eq:C).

Impacted routes:

Sector universes

A new SESAMM universe is now available for each of the 21 ISIC4 sections, containing the top 100 entities of that sector by employee count, updated daily. Each section returned by the ISIC routes now includes the universe_id of its corresponding universe.

Impacted routes:

Entity employee count

The new employee_count field returns the number of employees of an entity, when available.

  • Can be used to filter by value (e.g. gte:1000)

Impacted routes: