LSEG Data Library for Python

get_data_async

Sends an asynchronous request to the LSEG Data Platform to retrieve the data described in the estimates.view_summary_kpi.interim.Definition object.

Module

lseg.data.content.estimates.view_summary_kpi.interim

Syntax

get_data_async(session, on_response, closure)

Parameters

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

Returned value

Response

Usage

Same as get_data

None

71 words (0:22 mins)