Replicate this formula to pull via python
=@DSGRID("H:AALB","WC18199","Latest Value","","","RowHeader=true;ColHeader=true;DispSeriesDescription=true;DispDatatypeDescription=true")
@Hemant
Thank you for reaching out to us.
The code that uses DatastreamPy looks like this:
df=ds.get_data(tickers="H:AALB",fields=["WC18199"], kind=0, start="LATESTDATE") df