-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
Can someone tell me how to change currency when I request current data? I can do it using get_historical
sids = ['IBM US Equity']
now = datetime.datetime.now()
sids.get_historical(['CUR_MKT_CAP'],now,now,currency="JPY")
but since I have quite a big number of securities and I'm only interested in current data, I would like to avoid using get_historical. I tried the following
sids.get_attributes(['CUR_MKT_CAP'],currency='JPY')
but it still retrieve the data in USD (i.e. the local currency)
Metadata
Metadata
Assignees
Labels
No labels