Distilla

Look up namesStep 4 of 8

Event types

Exact standard_event.type strings you can filter on.

standard_event.type is an exact string. Use query_entity on standard_event and filter type to one of the values below.

Filter standard_event.type to one of these exact strings. For earnings-only questions use "Earnings announcement".

Example filter

Try this call
{
  "entity": "standard_event",
  "select": [
    "id",
    "type",
    "name",
    "date",
    "company_id"
  ],
  "filters": [
    {
      "field": "company_id",
      "op": "=",
      "value": 4984
    },
    {
      "field": "type",
      "op": "=",
      "value": "Earnings announcement"
    }
  ],
  "sort": [
    {
      "field": "date",
      "direction": "desc"
    }
  ],
  "limit": 5
}

Popular (12)

All types (104, A–Z)