Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

Cannot find symbol from refinitiv workspace in Python API

I haven't been able to query non-equity (foreign exchange forward) series using Python API (beta version, as of 3/23/2022) that I was able to on refinitiv workspace desktop app and the request table on a excel sheet with the refinitiv add-on.

An example series is "BBGBP1F" which is USD to UK Pound 1M forward, and it can be found in the desktop app by typing into the search bar as well as using the find series button in the request table excel sheet. However, it seems it cant be queried using the python API. I have tried:

response = rd.content.symbol_conversion.Definition(symbols=["BBGBP1F", "AAPL.O"]).get_data()
response.data.df

which only returns result for apple (AAPL.O) but none for BBGBP1F.


also no result for

response = rd.content.search.Definition('BBGBP1F').get_data()
response.data.df

Was I not looking at the right place in Python?

pythonworkspace-data-apipython apiforexforwards
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.

Hi @zw792,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.


Thanks,

AHS

Hi @zw792,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.


Thanks,

AHS

Upvotes
Accepted
25.3k 87 12 25

Hi @zw792

I tried searching for BBGBP1F in Workspace and it returned only BBGBPNFIBMK= - which did not yield any data for me.

The moderators on this forum are not content experts, therefore I recommend you raise a content type ticket with our helpdesk - so that a content specialist can help you identify the correct symbol to use.

Product Support | MyRefinitiv


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.

Upvotes
25.3k 87 12 25

Hi @zw792

I should also mention we have a RIC Search tool which may also help you in determining the correct RIC code for the instrument

RIC Search | Refinitiv Developers


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.