How do I convert the default currency to another in DSWS API using Python?
eg. KRW in USD
How do I convert the default currency to another in DSWS API using Python?
eg. KRW in USD
Hi,
As with any platform, the tilda function allows you to convert. X(P)~USD
Best regards
James
Hello @Won Young.Jang,
Try
ds.get_data(tickers='VOD, KO:SGL', fields=['X(P)~USD'], start='-1M', freq='D')
Let us know how this works for you