All Links

All Links Javascript API Documentation

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

API Class:
BulkDownloadsApi
Instance Method:
getBulkDownloadLinks()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var bulkDownloads = new intrinioSDK.BulkDownloadsApi();
bulkDownloads.getBulkDownloadLinks().then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

This endpoint does not need any parameter.

Return Type

object
ApiResponseBulkDownloadLinks

Properties

NameTypeDescription
bulkDownloads[BulkDownloadSummary] 
object
BulkDownloadSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the bulk download  
nameStringThe name of the bulk download  
formatStringThe file format of the bulk download  
dataLengthBytesStringThe total length of the bulk download data in bytes  
updateFrequencyStringThe update frequency for the bulk download  
lastUpdatedDateThe date on which the bulk download was last updated  
links[BulkDownloadLinks]Links to all of the files comprising the bulk download. Links expire in 24 hours.  
object
BulkDownloadLinks

Properties

NameTypeDescription
nameStringThe name of the file  
urlStringLink for accessing the bulk download. Expires in 24 hours.