question

Upvotes
Accepted
19 1 1 4

Research API Metadata

Hi! I am currently utilizing the Refinitiv Research API for a project and have encountered difficulty in retrieving properties by using metadata for certain entities. As of now, I can successfully fetch properties for "GOV_CORP_INSTRUMENTS" and "Organisations." However, when attempting to access properties for other entities, I encounter an error.

What might be a problem? Thank you in advance!

response = search.metadata.Definition(
    view = search.Views.ORGANISATIONS
).get_data()
response.data.df


response = search.metadata.Definition(
    view = search.Views.DealsMergersAndAcquisitions
).get_data()
response.data.df

pythonrefinitiv-dataplatform-eikonapicodebookcompany-research
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
17.4k 82 39 63

Hi @vitali

The View is defined as: View.DEALS_MERGERS_AND_ACQUISITIONS. If you are in Jupyter, you can access via intellisense (Pressing Tab)

1708013025181.png


1708013025181.png (50.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.