This page is your starting point for both CRSP/Compustat/WRDS data and Global Insight data.
[local_currency,text_local]=xlsread('daily_local$.xlsx');
%numbers are stored into local_currency, characters are stored into text_local;
date=text_local(:,1); % The first column of text is date;
date=date(5:end); % values for date start from the fifth row;
date=datenum(date); % transfer string dates into numerical dates;
local_currency=[date,local_currency];
As many of you may know we have access to several Bloomberg terminals. These can also be used to retrieve financial data. Jing Ren may be giving us a tutorial sometime. I will keep you posted.