NasdaqDataLink.datatable.bulk_download_to_file {NasdaqDataLink}R Documentation

Downloads a zip with all data requested from a Nasdaq Data Link database

Description

Downloads a zip with all data requested from a Nasdaq Data Link database

Usage

NasdaqDataLink.datatable.bulk_download_to_file(datatable_code, filename, ...)

Arguments

datatable_code

Datatable code on Nasdaq Data Link specified as a string.

filename

Filename (including path) of file to download.

...

Additional named values that are interpreted as Nasdaq Data Link API parameters.

Details

Set your api_key with NasdaqDataLink.api_key function. For instructions on finding your api key go to https://data.nasdaq.com/account/profile

Value

Returns a data.frame.

See Also

NasdaqDataLink.api_key

Examples

## Not run: 
NasdaqDataLink.datatable.bulk_download_to_file('ZACKS/EE')

## End(Not run)

[Package NasdaqDataLink version 1.0.0 Index]