All Links

All Links Python API Documentation

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

API Class:
BulkDownloadsApi
Instance Method:
get_bulk_download_links()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
response = intrinio.BulkDownloadsApi().get_bulk_download_links()
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

This endpoint does not need any parameter.

Return Type

object
ApiResponseBulkDownloadLinks

Properties

NameTypeDescription
bulk_downloadslist[BulkDownloadSummary] 
object
BulkDownloadSummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the bulk download  
namestrThe name of the bulk download  
formatstrThe file format of the bulk download  
data_length_bytesstrThe total length of the bulk download data in bytes  
update_frequencystrThe update frequency for the bulk download  
last_updateddateThe date on which the bulk download was last updated  
linkslist[BulkDownloadLinks]Links to all of the files comprising the bulk download. Links expire in 24 hours.  
object
BulkDownloadLinks

Properties

NameTypeDescription
namestrThe name of the file  
urlstrLink for accessing the bulk download. Expires in 24 hours.