Download Datafeed Toolbox User`s Guide
Transcript
fetch fetch Request data from Yahoo! Finance Syntax d d d d = = = = fetch(c,s) fetch(c,s,date) fetch(c,s,fromdate,todate) fetch(c,s,fromdate,todate,period) d d d d = = = = fetch(c,s,f) fetch(c,s,f,date) fetch(c,s,f,fromdate,todate) fetch(c,s,f,fromdate,todate,period) Description d = fetch(c,s) returns data for all fields from Yahoo! web site for the indicated security. Note: This function does not support retrieving multiple securities at once. You must fetch a single security at a time. d = fetch(c,s,date) returns all security data for the requested date. d = fetch(c,s,fromdate,todate) returns security data for the date range fromdate through todate. d = fetch(c,s,fromdate,todate,period) returns security data with the indicated period. d = fetch(c,s,f) returns data for the specified fields. d = fetch(c,s,f,date) returns security data on the requested date. 5-325