question

Upvotes
Accepted
2 5 5 8

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 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
2 5 5 8

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 512.0 KiB each and 1.0 MiB total.

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.