question

Upvotes
Accepted
2 2 0 3

How to specify that revenue data should be in USD?

This code currently pulls the data in the native currency

rdp.get_data('VALE3.SA',[f'TR.F.TotRevenue(Period=FY{year})'])

How do I get the data to be in USD? Thanks

rdp-apirefinitiv-data-platform
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
2 2 0 3

Found the answer:

rdp.get_data('VALE3.SA',[f'TR.F.TotRevenue(Period=FY{year}, curn=USD)'])
icon clock
10 |1500

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

Click below to post an Idea Post Idea