All Links

All Links R API Documentation

Returns all active bulk downloads for your account with links to download.

API Class:
IntrinioSDK::BulkDownloadsApi
Instance Method:
get_bulk_download_links()

Stock Price Code Example

Use my API Key
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)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

This endpoint does not need any parameter.

Return Type

object
IntrinioSDK::ApiResponseBulkDownloadLinks

Properties

NameTypeDescription
bulk_downloadsList of BulkDownloadSummary 
bulk_downloads_data_frameData FrameData frame representation of bulk_downloads
object
IntrinioSDK::BulkDownloadSummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the bulk download  
nameCharacterThe name of the bulk download  
formatCharacterThe file format of the bulk download  
data_length_bytesCharacterThe total length of the bulk download data in bytes  
update_frequencyCharacterThe update frequency for the bulk download  
last_updatedDateThe date on which the bulk download was last updated  
linksList of BulkDownloadLinksLinks to all of the files comprising the bulk download. Links expire in 24 hours.  
links_data_frameData FrameData frame representation of links
object
IntrinioSDK::BulkDownloadLinks

Properties

NameTypeDescription
nameCharacterThe name of the file  
urlCharacterLink for accessing the bulk download. Expires in 24 hours.