question

Upvotes
Accepted
50 12 22 29

All type of files for RICs

We have multiple types of files under VBD, namingly MD,Ref,CORP, Instrument etc. Now for an exchange there will list of RICs inside the Instruments file. What will be the best way to get all the types of files for this RICs?

tick-history-rest-apirics
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.

Hi @Ayan.

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks

AHS

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
78.8k 250 52 74

VBD provides functions to get the list of all user packages (Exchanges) and the list of all user package deliveries (Files). Then, the application can retrieve those files. For more information, please refer to REST API Tutorial 2: Retrieve VBD files.

The files are named using the following convention:

Venue-YYYY-MM-DD-Format-Datatype-Part-of-Totalparts.csv.gz

For example: LSE-2016-03-20-NORMALIZEDLL2-DATA-1-of-1.csv.gz

To get all file types, you can refer to the step: Filter the list based on file type (optional) in REST API Tutorial 2: Retrieve VBD files.


filename.png (21.9 KiB)
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.