alpha-xone / xbbg

An intuitive Bloomberg API
https://xbbg.readthedocs.io/
Apache License 2.0
244 stars 51 forks source link

Using xbbg module to replicate BFxForward excel functionality #47

Closed soilstack closed 2 years ago

soilstack commented 2 years ago

In excel I use =@BFxForward("usdjpy",J10, "BidOutright") where J10 is a date to get some fx foward values.

Wondering if there is a way to replicate this using the xbbg module?

alpha-xone commented 2 years ago

Saw issue being answered in stack overflow: https://stackoverflow.com/a/68743220/1332656

soilstack commented 2 years ago

Saw issue being answered in stack overflow: https://stackoverflow.com/a/68743220/1332656

yeah, got it sorted. Thanks.