Real Time Event Data API details

Overview

Selerity is the market leader in detecting and delivering machine-readable event data in real time as events are breaking.

The Selerity Intelligence Platform pulls market-moving, factual information from primary sources using proprietary real-time search and extraction technology. The API is designed for automated investment professionals looking to incorporate events into their risk management and trading strategies.

Key Features

  • Automated detection and delivery of market-moving events.
  • Unparalleled data accuracy and speed.
  • Truly machine-readable event data.
  • Simultaneous, fair data feed delivery.
  • Vast, research-ready archives with granular time stamps.
  • Integrated web-based and API-based event calendar.

We offer the following market-moving event data:

  • Global Economic Indicators.
  • U.S. Corporate Earnings.
  • Same Store Sales and Guidance.
  • U.S. Earnings Date Announcements.
  • U.S. Dividends.
  • U.S. Earnings Pre-announcements.
  • U.S. M&A Events.

The real-time event data feed can be delivered via streaming API, and also as co-located data feed for low latency delivery.

Details
Coverage
Global, all industries
Archive size
N/A
Archive history
N/A
Information source
Newswires, Fillings, Earning announcements etc...
Content type
Delivery protocol
Machine Readable Multicast UDP Packets (low latency delivery), Streaming JSON (non low latency delivery)
Authentication type
Short lived API Token that has to be renewed + HTTPS Certificates
Response format
Selerity defined machine readable UDP packets (low latency delivery) JSON (non low latency delivery)
Update frequency
Constant
Point in time
No

Frequently asked questions

What is event data and how is different from news?

Event data is highly structured factual information related to breaking events that trading firms can use to make reliable, real-time programmatic decisions. This form of information is structured and distributed more like market data than other forms of textual news. 

Data What markets move from major US corporate earnings announcements? 

When large public companies announce their earnings several markets can be impacted:  

  • Underlying equity traded on the NASDAQ, NYSE, Arca, and BATS in the US 
  • Underlying equity of dual listed companies in foreign markets such as the LSE or Eurex 
  • Exchange Traded Funds (ETFs) 
  • Futures indices on the CME and Eurex 
  • Peer companies (e.g. Apple’s earnings release may impact Google and Microsoft) 

How does Selerity deliver its real-time event data? 

Selerity has two primary data feed delivery options – ultra-low latency, UDP binary over multi-cast and the SeleritySync API, which is a JSON format over TCP/HTTPS. Most of Selerity’s latency sensitive clients take the binary feed over a fiber cross connect co-located in one of Selerity’s datacenter points-of-presence (POP)’s.

How does Selerity deliver static data such as calendar events, coverage lists, and other files?

Clients can access static data either through SeleritySync.com or the SeleritySync API. 

How many datacenter POPs and data feed environments does Selerity have?

Selerity has two ultra-low latency distribution POPs – Equinix CH1 (Chicago, IL), Equinix NY2 (Secaucus, NJ). Each POP has three environments1 – production A, production B, and integration. Two production stacks allows Selerity to deliver hot-hot feeds. Selerity’s integration environment allows Selerity to test new search & extraction algorithms and also allows clients to test their parsers on simulated event data publications.  

What is an Observation Message? 

An observation message is a message containing a factual element associated with an event and its attributes. For example it will contain the entity the fact is related to (e.g. Microsoft), the measure (e.g. EPS), and the measurement (e.g. 2.11). It also contains other important metadata for machine-consumption. Please see the Event Data Service Specification and Data Model Document for details.  

Why are there multiple Observation Messages for the same measure like EPS or Net Income?

Selerity uses multiple types of search & extraction algorithms with different characteristics to ensure ultra-low latency. For example, Selerity has an extraction algorithm based on a special technology that might take longer to produce, but has a higher accuracy score. We also run fully redundant sites that each produce their own extractions. Furthermore, there are typically several copies of a source document for a particular event that Selerity’s technology will extract from, which also creates their own Observation Messages. 

Should I just focus on the Entity ID, Measure, and Measurement data fields when processing Observation Messages?

No. It is very important to always take into account the Period associated with the measure (e.g. WE-4W-2010- Nov-19) to ensure you’re looking at the desired data point and the Observation Status field. Observation Status tells you important information on how to interpret the extracted data. For more information on all of the different types of status, please refer to your Reference Data documentation.

What does the Observation Status NOT_OBSERVED mean?

All of Selerity’s relevant extraction algorithms for every event, so if an event occurs but the extraction algorithm could not find any data in the report, it will publish NOT_OBSERVED. For example, a company may choose to omit earnings guidance in their earnings release.

What does the Observation Status INVALID mean?

In very rare occasions, Selerity’s extraction algorithm will find a piece of targeted data, but will not be confident the extracted data is accurate. In these rare instances, the Observation Status will equal INVALID. These messages should always be discarded and not used. 

What are .SPEC files and why do I need them for the UDP binary data feed?

Specification Files allow recipients to decode observation messages. A message specification is a data structure which explicitly defines the fields that can be expected within a given type of message and provides instructions for how to extract those fields from the underlying datagram’s payload. This allows Selerity to manage entitlements without impacting latency (i.e. all event data content sets are broadcasted over the Selerity network, but recipients need the right .SPEC files to make use of their associated messages).