I'm trying to get data (TIME_SERIES_DAILY) from the Nasdaq OMX exchange but fails on symbols containing a space.
For example:
STO:ABB
works fine but STO:ADDT B
does not. I've tried several combinations like "STO:ADDT B"
, STO:"ADDT B"
, STO:ADDTB
or even STO:ADDT_B
without luck.
Anyone solved this and knows how to correctly "encode" the symbol containing a space?