I have managed to download data for Nasdaq, NYSE and Amex in Maple. However,
my problem is how do I store the data in a txt file on my desktop in the most optimal way.
I want an mpl file so I can schedul the task manager to run the file each day in the background.
This is as far as I have come:
restart:
with(StringTools):
with(LinearAlgebra):
CSV := proc (Url) local theDLL, URLDownloadToFile, myDirectory, myFile, Destination, DL;
theDLL...