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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 0 1

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonderivatives
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
629 2 4 7

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea