NasdaqDataLink.database.bulk_download_to_file: Downloads a zip with all data from a Nasdaq Data Link...

View source: R/nasdaq_data_link_database.R

NasdaqDataLink.database.bulk_download_to_fileR Documentation

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

Description

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

Usage

NasdaqDataLink.database.bulk_download_to_file(database_code, filename, ...)

Arguments

database_code

Database code on Nasdaq Data Link specified as a string.

filename

Filename (including path) of file to download.

...

Additional named values that are interpreted as NasdaqDataLink API parameters. Please see https://docs.data.nasdaq.com/docs/parameters-2 for a full list of 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

The filename of the downloaded file.

See Also

NasdaqDataLink.api_key

Examples

## Not run: 
NasdaqDataLink.database.bulk_download_to_file("NSE", "./NSE.zip")

## End(Not run)

NasdaqDataLink documentation built on June 22, 2022, 9:07 a.m.