Refinitiv Data Library for Python

estimates.view_summary_kpi.historical_snapshots_kpi.Definition

Describes the parameters used to retrieve the estimated monthly historical snapshot value for all KPI measures for the last 12 months.

Module

refinitiv.data.content.estimates.view_summary_kpi.historical_snapshots_kpi

Syntax

estimates.view_summary_kpi.historical_snapshots_kpi.Definition(universe, use_field_names_in_headers, extended_params)

Parameters

Value Description Data type Optional Default value
universe Single instrument or list of instruments. str or list(str) No -
use_field_names_in_headers Boolean that indicates whether or not to add field names in the headers. bool Yes False
extended_params Specifies the parameters that will be merged with the request. dict Yes None

Returned value

estimates.view_summary_kpi.historical_snapshots_kpi.Definition object

Usage

The following example demonstrates how to create the definition to retrieve the estimated monthly historical snapshot value for all KPI measures for the last 12 months for BNPP.PA:

from refinitiv.data.content import estimates

definition = estimates.view_summary_kpi.historical_snapshots_kpi.Definition(universe="BNPP.PA")

Package