Hello there:
Since many of you use Ibridgepy and I am still learning programming, I would like to ask you something… Is it possible to use the method:
superSymbol(secType='STK', symbol=ticker , currency='USD', exchange='SMART')
into an array??? What I mean is that I want to use this method to adress many tickers… and I do not know if I can use this to create an "arrray of stocks" in order to use a for loop to adress each one of the comonents of the array.
Is it is possible, can you please tell me how to do it??
Thanks
Hi Ghery,
The superSymbol() function does not take list of security objects as input. If you want to pass a list of security objects as the input you can use the symbols() method.
Here is the link to the documentation of this function: Documentation -
Hope it helps.
Thanks