Refinitiv Data Library for Python

get_data_async

This method sends an asynchronous request to the Refinitiv Data Platform to retrieve the data specified in the news.story.Definition object.

Module

refinitiv.data.content.news.story

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 Callable function to process the retrieved data. Callable Yes None
closure Closure parameters that will be returned with the response. Any Yes None

Return value

News story response

Usage

Similar to get_data()

None