How to query historical futures for a given underlying?

I would like to query historical futures for a given underlying (HSI or KOSPI200 for example)?

I can use /Search/FuturesAndOptionsSearch, which allows an `UnderlyingRic` to search for current futures, but I can't find any documentation for an equivalent option in HistoricalSearch or HistoricalCriteriaSearch.

Best Answer

  • bmcelroy
    Answer ✓

    The answer was to use a combination of HistoricalChainResolution and ReferenceHistory.

    A HistoricalChainResolution of '0#HSI:' yielded futures and ReferenceHistory gave me the information I required.

Answers