0

I'm a stock market trader and at the end of every trading session I have some files to download from stock exchange website, how can I write a code in python or in any other language to download a file and perhaps schedule it for downloading..?

3
  • What environment are you working in? Windows, Mac, Linux? Commented Jul 17, 2017 at 4:21
  • I'm working on windows 10 Commented Jul 17, 2017 at 4:29
  • If it's just a dumb file download (i.e. the remote filename is always the same, the file doesn't need any post-download processing, etc.), then wget might be the best solution. You can schedule it to run every day with the SCHTASKS command. Commented Jul 17, 2017 at 4:48

0

Browse other questions tagged or ask your own question.