In research... I always use symbols like for example... in this code
data_cached = get_pricing(['**SYNA', 'WU', 'ENDP', 'FTNT', 'GNW', 'AGP', 'DVA', 'MCO', 'YELP', 'TZA',**],
start_date='2010-01-01', end_date='today',
fields='price', frequency='daily').dropna()
however.. notice the TZA..? actually there are two TZA symbols in quantopian...
tza sid (37133) small bear cap 3x
tza sid (17455) tv aztca
I want the 3x .. bear cap how do I confirm...? that research is fitching the 3x bear.. and not the TV aztca
same symbol case anyone..?