Hello,
If I had a RIC (for instance AUG05750722=), is there a function which can map this RIC to a Datastream ID?
Thanks,
Edward
@Edward
You can use Datastream Web Service to get datastream codes from RICs.
The Python code looks like this.
ds.get_data(tickers='<AUG05750722=>', fields=['DSCD'], kind=0)
Thank you, just what I wanted!