Refinitiv Data Library for Python

get_data_async

This method sends an asynchronous request to the Refinitiv Data Platform to retrieve the data described in the fundamental_and_reference.Definition object.

Module

refinitiv.data.content.fundamental_and_reference

Syntax

get_data_async(session, on_response)

Parameters

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

Return value

Response

Usage

Similar to get_data()

None