How can we modify a Python formula that retrieves Refinitiv data to use an internal data source?

Options

How can we modify a Python formula that retrieves Refinitiv data to use an internal data source instead of the default?

In the context of an RtGet function, the current implementation uses RtGet("IDN", ...). We would like to switch this to use an internal source, such as RtGet("INTERNAL_SOURCE", ...), within Python code.

Answers