For some time I have been using Curl commands from within an applescript to return daily or weekly share prices to filemaker pro database fields. This week the weekly script returns an empty result. It is: set incomingtext to do shell script "curl -s " & quoted form of (“http://ichart.finance.yahoo.com/table.csv?s=” & theticker & startfinishdates) where eg ticker=ebay and the startfinishdates compiled in filemaker for this week are: &b=17&a=03&c=2017&e=22&d=03&f=2017&g=d In a similar csv request from chrome header of http://ichart.finance.yahoo.com/table.csv?s=ebay&a=03&b=17&c=2017&d=03&e=21&f=2017&g=d works as a csv dowload but I can not make a Curl equivalent. I understand Curl is see url and the -s is for silent but beyond that research is difficult. I note that the characters immediately after the ticker &a or &b appear to dictate american mdy or english dmy or date formats. The daily curl command still works fine. Any help appreciated. Roger
Model: MacPro5,1
AppleScript: AppleScript 2.1.2
Browser: Version 49.0.2623.112 (64-bit)
Operating System: Mac OS X (10.6.8)