Data Licensing – Download
Sample Data
Category | Type | Region | Update At | File Name |
---|
Download data use API
Authorization
All API requests must be authenticated using your unique API key. Need to add your API key to the header of the request as Authorization. HTTPS is enforced across all endpoints for secure data transmission.
List available data packages
List all available data packages.
Request
GET https://api.gurufocus.com/data/download/list
Response
Response will be an array containing all the available data packages
[
{
"id": "ebe74eed-6a33-4988-b94f-c7afb6b3e919",
"category": "stock",
"region": "U",
"name": "profile",
"file_name": "20250403.zip",
"updated_at": "2025-04-03T19:16:48Z"
}
]
Get download link
Get download link of the data package.
Request
GET https://api.gurufocus.com/data/download/url/{id}
Example
GET https://api.gurufocus.com/data/download/url/ebe74eed-6a33-4988-b94f-c7afb6b3e919
Response
Response will be an object contains the URL of data package
Please note: The download link will be expired in 5 minutes after generated.
{
"id": "ebe74eed-6a33-4988-b94f-c7afb6b3e919",
"url": "https://data.gurufocus.com/output/stock/U/profile/20250403.zip?Expires=1743722923&Signature=ML0LoWhpFRt1tcdNWD~Zd-S-wrKTnlfEA0NC2VIAkUI28xXoNKEdKqIPzb2xZADPD7FY1qIPrhaKoVB8ZV0sG318TTYXrd8-jMvt~GJqlT66wNbtsRIygivvxZui2lJV2i8XcmgE486BJDLnBvbo7HL1rKgAWLntqTp50zAS9-by2nMVw98QkCYDs~kBOQQ9mOpaZQc6grKmzj2ygyVPF2U-8cc1URDNR2OSENme1cjERgZz2ei84EeUD~KD7BqMBsI1jyUbUxORCfNbathS6iAJ871V1wGEjgr34xgvvaqIMWube1RTbOx-YfZ-d0oF51BXFQcy~4t2uC9kvop3GA__&Key-Pair-Id=K1C63LRFQ64CNT"
}
Your Information
Please update your information first to subscribe to datasets.