How do I get started with Intraday Live stream?
Nord Pool publishes live data to Kafka enabled Azure Event Hubs. Each customer has their own hub and all messages that they are subscribed to are published there, with a maximum five second latency.
Messages are in the same format as the Intraday Hourly API.
Message retention is set for one day.
Should the stream from the trading system be interrupted and messages cannot be sent to Azure, those messages will be lost. The data contained in those messages can be retrieved using the Intraday Hourly API, or the Intraday Historical Data Files.
As part of the on-boarding process, the customer will be provided with a primary and a secondary connection string to the hub that will grant read only access.
Comprehensive documentation on Azure Event Hubs can be found here: https://docs.microsoft.com/en-us/azure/event-hubs/.