Dateset description:
Events describe changes in company health and risk status, management and important metrics. In selected markets, we also provide media coverage. The media coverage is experimental as it relies on named-entity extraction techniques, which may produce false matches between article and company profile.
Dataset updates:
Events from official registries correspond with the registry updates which feed the company basic-info dataset. Typically we publish the event in the range of 1-3 days after it has been made available on the source. Media events are followed daily, aiming at next-day publication. Events generated from other registries (VAT, insolvency, statistical office ie.) are more likely to occur weekly or monthly.
Availability:
cz
Selected use cases:
Endpoint variables description:
Item commercial name | Path | Item description | Example | Always populated |
---|---|---|---|---|
Event unique ID | data/ uniqueId | ID unique across countries | cz-event-696257de35fe8e23baa4 | Yes |
Event subject | data/ subject | Caption of the event | Connection with PRISKO a.s. has been removed | Yes |
Event summary | data/ summary | Short description of the event | Connection with PRISKO a.s. has been removed | No |
Event text | data/ text | Full text of the event (long esp. for media mentions) | Dlouho šlo o dva rozdílné a vzájemně nespolupracující světy – tradiční bankovní sektor… | No |
Event URL | data/ url | Url of the event on source, typically NOT populated for hard events | https://cc.cz/do-peti-let-bude-vyplata-kdykoliv-standard-hlasi-palmapp-startupu-s-tim-pomaha-i-ceska-sporitelna/ | No |
Event publishing date | data/ publishedAt | Publishing date used primarily for media mentions | 2022-04-29T11:14:59+00:00 | No |
Event start date | data/ startedAt | When did the event happen/ start happening | 2022-04-29T06:00:00+00:00 | Yes |
Event end date | data/ finishedtAt | If time bound, when did the event stop happening | 2022-04-29T06:00:00+00:00 | No |
Event expiry date | data/ expiresAt | 2022-04-29T06:00:00+00:00 | No | |
Event category (code) | data/ categories/ code | Enumeration for /api/v3/events/enums/categories | media | Inherited |
Event category (label) | data/ categories/ name | Media mention | No | |
Event severity | data/ severity | How significant is the event? Default value = 0 | 0 | No |
Entity involved in event entity national ID | data/ entities/ nationalIn | 45244782 | Inherited | |
Entity involved in event entity unique ID | data/ entities/ uniqueId | cz-company-45244782 | Inherited | |
Entity involved in event entity name | data/ entities/ name | Česká spořitelna, a.s. | Inherited | |
Role of the entity involved | data/ entities/ role/ code | employee | Inherited | |
Entity involved in event entity type | data/ entities/ type | Company/Person | Company | Inherited |
Company.NationalIn | string or null A search based on company's national identifier. |
Company.Role | Array of strings or null A collection of event role codes to search by. |
Company.OnlyFollowed | boolean A System.Boolean value indicating if the search should be targeted only for followed companies. |
Company.Tag.Uid | string or null <uuid> Unique identifier. |
Category.Code | Array of strings or null A collection of Event category codes to search by. |
Source.Code | Array of strings or null A collection of source codes to search by. |
Started.From | string or null <date-time> Specify bottom date limit to search for events by Started At. |
Started.To | string or null <date-time> Specify upper date limit to search for events by Started At. |
Feedback.Value | string (BizMachine.Prospector.Api.DataStructures.Dtos.Events.v3.Enum.FeedbackValueDto) Feedback value. Default value is |
Updated.From | string or null <date-time> Search data by System.DateTimeOffset starting from this value. |
Updated.To | string or null <date-time> Search data by System.DateTimeOffset up to this value. |
Offset | integer <int32> Allows to specify offset from where to start streaming results. Default value: 0 |
Limit | integer <int32> Default: 200 Allows to specify limit of returned data. |
SortBy | string or null Sorting order and field to sort by in format sorting-order Valid orders: desc, asc. Example: desc(createdAt) |
Success
{- "paging": {
- "totalItems": 0,
- "totalPages": 0,
- "pageSize": 0,
- "currentPage": 0,
- "maxPageSize": 0
}, - "data": [
- {
- "data": {
- "uniqueId": "cz-event-31345678",
- "subject": "string",
- "summary": "string",
- "text": "string",
- "url": "string",
- "publishedAt": "2019-08-24T14:15:22Z",
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "categories": [
- {
- "code": "string",
- "name": "string"
}
], - "severity": 2147483647,
- "entities": [
- {
- "type": "string",
- "role": {
- "code": "string",
- "name": "string"
}
}
], - "feedback": {
- "value": "Positive",
- "lastChanged": "2019-08-24T14:15:22Z"
}
}, - "meta": {
- "dataSources": [
- {
- "code": "string",
- "name": "string",
- "externalId": "string",
- "url": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "prospector": {
- "link": "string"
}, - "hash": "string"
}
}
]
}