LSEG Data Library for Python

custom_instruments.manage.get

Sends a request to the Delivery Platform (formerly Refinitiv Data Platform) to delete the described custom instrument.

Module

refinitiv.data.content.custom_instruments.manage

Syntax

get(universe)

Parameters

Value Description Data type Optional Default value
universe The Id or Symbol of Custom Instrument str No -
extended_params Specifies the parameters that will be merged with the request. dict Yes None
session Means default session would be used. Session Yes None

Returned value

Response

Usage

The following example demonstrates how to get a custom instrument:

from refinitiv.data.content.custom_instruments.manage import get

response = get("MyInstrument")
70 words (0:22 mins)