Hi all:
I use following link to get realtime stock data:
http://chartapi.finance.yahoo.com/instrument/1.0/ACC.NS/chartdata;type=quote;range=5d/csv/
Then it displays the results in web page, which I copy/paste in excel in table format. First column of data is supposed to be date but it shows long string of numbers (e.g. 1479700142). This long string of numbers does not make sense to me. I need help if we can decode/convert it into real readable date format.
Following are the heading/lables of each columns:
Timestamp,close,high,low,open,volume
Results of this link shows last 5 days data with one minutes interval/gap.
I want VBA macro to do this work.
Would be appreciated.
Thanks all great gurus.
Riaz
I use following link to get realtime stock data:
http://chartapi.finance.yahoo.com/instrument/1.0/ACC.NS/chartdata;type=quote;range=5d/csv/
Then it displays the results in web page, which I copy/paste in excel in table format. First column of data is supposed to be date but it shows long string of numbers (e.g. 1479700142). This long string of numbers does not make sense to me. I need help if we can decode/convert it into real readable date format.
Following are the heading/lables of each columns:
Timestamp,close,high,low,open,volume
Results of this link shows last 5 days data with one minutes interval/gap.
I want VBA macro to do this work.
Would be appreciated.
Thanks all great gurus.
Riaz