GetFNData not returning expected results

GetFNData("InsiderHoldPercent") and GetFNData("InstitutionHoldPercent") doesn't return a percentage. I have checked the Symbol information and that seems to have the correct data in it.
My code is

AddColumn( GetFNData("InsiderHoldPercent") , "Insider");
AddColumn( GetFNData("InstitutionHoldPercent") , "Institution");

Any Ideas?

If you have data in Symbol Information for the very same symbol as in Exploration then it should work. Are you checking the same symbol? And did you add

Filter = 1;

in your code ?

Just checked and it is bad data... sorry should have checked that first