LSEG Data Library for Python

get_data_async

Sends an asynchronous request to the Delivery Platform (formerly Refinitiv Data Platform) to retrieve the historical pricing data described in the historical_pricing.events.Definition object.

Module

lseg.data.content.historical_pricing.events

Syntax

get_data_async(session, on_response, closure)

Parameters

Value Description Optional Data type Default value
session Session object. If session parameters are not defined, the default session will be used. Yes Session object None
on_response User-defined callback function to process received response. Yes Callable None
closure Closure parameters that will be returned with the response Any Yes None

Return value

Response

Usage

Similar to get_data()

None

78 words (0:25 mins)