NasdaqDataLink.database.bulk_download_url {NasdaqDataLink}R Documentation

Returns the bulk download url

Description

Returns the bulk download url

Usage

NasdaqDataLink.database.bulk_download_url(database_code, ...)

Arguments

database_code

Database code on Nasdaq Data Link specified as a string.

...

Additional named values that are interpreted as Nasdaq Data Link 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

Returns the download url.

See Also

NasdaqDataLink.api_key

Examples

## Not run: 
url = NasdaqDataLink.database.download_url("NSE", download_type="partial")

## End(Not run)

[Package NasdaqDataLink version 1.0.0 Index]