LSEG Data Library for Python

news.online_reports.Definition

Defines the online reports to retrieve.

Module

data.content.news.online_reports

Syntax

news.online_reports.Definition(report_id, full_content, extended_params)

Parameters

Value Description Data type Optional Default value
report_id The ID of a particular online report. str No -
full_content If False - only TOP 10 documents will be retrieved, otherwise the full content will be retrieved. bool Yes False
extended_params Specifies the parameters that will be merged with the request. dict Yes None

Returned value

news.online_reports.Definition object

Usage

The following example demonstrates how to create the online report object to get a particular online report:

from lseg.data.content import news

news.online_reports.Definition("OLGBBUS")

None

79 words (0:25 mins)