You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following example to extract weekly data, is it possible to get FX rates? Just like the BDH excel command where one can provide "FX=EUR" as an argument?
# Weekly data
resp = LocalTerminal.get_historical(['IBM US EQUITY', 'MSFT US EQUITY'], ['PX_OPEN', 'PX_LAST'],
start='1/1/2014', end='3/1/2014', period='WEEKLY')
The text was updated successfully, but these errors were encountered:
In the following example to extract weekly data, is it possible to get FX rates? Just like the BDH excel command where one can provide "FX=EUR" as an argument?
The text was updated successfully, but these errors were encountered: