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 2 1 2

Python API - Option Adjusted Spread Bid

Hi,


Can anyone explain what Option Adjusted Spread Bid function means? I am currently using OAS, err = ek.get_data('US075887BX67',[{'TR.OPTIONADJUSTEDSPREADBID':{'params':{'SDate': '07/19/2019'}}}], debug = False) to download OAS, but the value is not exactly what I'm looking for. It would be much appreciated!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apiderivatives
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
644 4 7 8

Not sure what value you are expecting but I would recommend looking at all the available OAS fields to ensure you are using one which meets your requirements.

oas, err = ek.get_data('US075887BX67','TR.OASAnalytics(ValuationDate=20190719)')


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.