Not familiar with our API? checkout our getting started page .
Returns all active bulk downloads for your account with links to download.
This endpoint does not need any parameter.
Name | Type | Description |
---|---|---|
bulk_downloads | List of BulkDownloadSummary | |
bulk_downloads_data_frame | Data Frame | Data frame representation of bulk_downloads |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the bulk download |
name | Character | The name of the bulk download |
format | Character | The file format of the bulk download |
data_length_bytes | Character | The total length of the bulk download data in bytes |
update_frequency | Character | The update frequency for the bulk download |
last_updated | Date | The date on which the bulk download was last updated |
links | List of BulkDownloadLinks | Links to all of the files comprising the bulk download. Links expire in 24 hours. |
links_data_frame | Data Frame | Data frame representation of links |