API to download Derivative Warrants (DW) ,Callable Bull / Bear Contracts (CBBC)

HI

Is there any API using which we can download all available Derivative Warrants (DW) ,Callable Bull / Bear Contracts (CBBC) and Inline Warrants (IW) for Hon Kong Indices and stocks

Some examples available in HKEX website

UB#HSI RC2411S
UB#HSI RC2409X
JP-HSI @EC2307C
JP-HSI @EP2306F

Something similar to the way we get listed options lists using Chain Ric ?

Thanks
Bopanna

Best Answer

  • Hi @bopanna.alemada ,


    I am not sure about chain expander for Warrants, but I may suggest using search capabilities of RD Libraries. Here I have requested warrants for HSI, you may use other queries and filtering criteria as well:

    rd.discovery.search(
    query = '.HSI',
    filter = "RCSAssetCategoryLeaf eq 'Warrant' and RIC ne null",
    top = 10000
    )

    screenshot-2023-02-21-at-143006.png

    Hope this helps and please let me know should you have any further questions on using Search.


    Best regards,

    Haykaz

Answers