LSEG Data Library for Python

get_data_async

The get_data_async function sends an asynchronous request to the Client File Store (CFS) to retrieve the file from a specific file set, described in the cfs.files.Definition object.

Module

lseg.data.delivery.cfs.files

Syntax

get_data_async(session, on_response)

Parameters

Value Description Data type Optional Default value
session Session object. If it is not passed, the default session is used. Session object Yes None
on_response User-defined callback function to process the received response. Callable Yes None

Returned value

Response

Usage

Same as get_data

None.

68 words (0:21 mins)