question

Upvotes
Accepted
1 0 1 1

download multiple bulk ESG files with python refinitiv.dataplatform

I can only retrieve download links from python refinitiv.dataplatform package, just like those in web based api playground, with following code, where fileid is a single file id

endpoint_url = 'file-store/v1/files/'+fileid+'/stream'

endpoint = rdp.Endpoint(session, endpoint_url)

result = endpoint.send_request(query_parameters = {"doNotRedirect": 'true'})


is there a way (or alternative set of query_parameters) that I can download file (either csv or json) directly through rdp? I didn't find more detailed instruction of using this package.

pythonesgbulk-downloadrefinitiv-dataplatform-libraries
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @11821003 ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Hello @11821003 ,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

Hello @11821003 ,

See https://github.com/Refinitiv-API-Samples/Example.DataLibrary.Python/tree/main/Examples/3-Delivery/3.03-Bulk.

ESG Bulk is a Client File Store service. So either Bulk-Client File Store or Bulk- PackageManager examples can be helpful.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.