Last data update: 2014.03.03

R: Returns the bulk download url
Quandl.database.bulk_download_urlR Documentation

Returns the bulk download url

Description

Returns the bulk download url

Usage

Quandl.database.bulk_download_url(database_code, ...)

Arguments

database_code

Database code on Quandl specified as a string.

...

Additional named values that are interpreted as Quandl API parameters. Please see https://www.quandl.com/docs/api#entire-database for a full list of parameters.

Details

Set your api_key with Quandl.api_key function. For instructions on finding your api key go to https://www.quandl.com/account/api

Value

Returns the download url.

See Also

Quandl.api_key

Examples

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

## End(Not run)

Results