Hi,
I would like to get a full list of fundamentals' data field or methods. I have tried following approach but return an error:" first argument is not callable". May I know if there is a way to get a full list programmatically rather than writing everything down through documents? I appreciate your help and suggestions very much.
from quantopian.pipeline.data.morningstar import Fundamentals
dir(Fundamentals)