Hi, I have a list of RICs in a CSV file. I need to read these RICs and then get data such as PE ratio, EBITDA etc. for them all for a particular year. Essentially I need a dataframe for 2017 that has and EBITDA and PE data for all these RICs, then a dataframe for 2016 that has EBITDA and PE data for all these RICs and so on. Can someone please suggest a solution?