Hi DdlV,

Very useful -- thanks! (By the way, in order to check for the existence of XAG/USD, instead of try/except, you could use: if 'XAG/USD' in data.index ... -- but I realize this is not a Python forum...)

And kalmar, thanks for the pointer to finnhub.io. I look forward to checking it out!

@Eric: The code above is a Python script, so it won't run in Zorro. But it makes it easier to create the Zorro assets file for Oanda. To run it, just download and install Python and a few dependent packages.