All URIs are relative to https://api-v2.intrinio.com
Method | HTTP request | Description |
---|---|---|
get_bulk_download_links | GET /bulk_downloads/links | All Links |
View Intrinio API Documentation
ApiResponseBulkDownloadLinks get_bulk_download_links()
Returns all active bulk downloads for your account with links to download.
# Setup client
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
BulkDownloadsApi <- IntrinioSDK::BulkDownloadsApi$new(client)
response <- BulkDownloadsApi$get_bulk_download_links()
print(response)
print(response$content)
This endpoint does not need any parameter.