- Is there a way to do a partial download on Quandl for the Wiki EOD Stock Prices but for a given day in the past - not the most current date e.g. download for 2016-07-20?
Entire database (too large): https://www.quandl.com/data/WIKI/documentation/bulk-download
Just the last day: https://www.quandl.com/api/v3/databases/WIKI/data?api_key=myAPIkey&download_type=partial
One day in the past for all stocks: ?????
- Can this download be triggered from python code to a specified folder? How would one do that?