Is it possible to retrieve fundamental data using dictionary like notation. For example, instead of

fine.OperationRatios.CurrentRatioGrowth.OneMonthWe usefine['OperationRatios.CurrentRatioGrowth.OneMonth']  

Author