Refinitiv Data Platform Library for TypeScript

FundamentalAndReference.RowHeaders

The list of RowHeaders parameters

Name Value
Date 'Date'
None 'None'

Usage

The following example demonstrates how to create a historical pricing events definition object for LSEG.L which retrieves the 20 most recent events for "trade" event type only.

import { FundametalAndReference } from '@refinitiv-data/data';

const definition = FundamentalAndReference.Definition({
    universe: 'IBM.N',
    fields: ['TR.Revenue'],
    rowHeaders: FundamentalAndReference.RowHeaders.None,
});