Hello,
what is the best way to query EXPIR_DATE, SETTLEPRICE for both brent and gasoil futures from 2020 to 2024? does this get_history() work? what is universe ric to use?
import lseg.data as ld
df = ld.get_history()
Is there an API doc for us to search all api available to us to use?