Hello, if anybody knows
Price = get_pricing("FNMA",start_date = start,end_date = end,fields='low')
or
Price = get_pricing('FNMA',start_date = start,end_date = end,fields='low')
Returns an error
NoSuchSymbols: Failed to find securities matching ['FNMA']
Means it is missing from the dataset?