question

Upvotes
Accepted
66 3 5 7

How to use LIST# in DSWS

import DatastreamDSWS as dsws

ds = dsws.Datastream(username='xxxxxx',password='xxxxx')

ds.get_data(tickers='LIST#(LASX200I,X(MV),SUM)|E', kind=0)


## pls can you fix this? i'm trying to get the some of all MV for the ASX200

datastream-apidsws-api
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.

1 Answer

· Write an Answer
Upvote
Accepted
79.2k 251 52 74

@bob.kim

From my test, it doesn't work with kind=0.

The following code returns the data.

ds.get_data(tickers='LIST#(LASX200I,X(MV),SUM)|E', start='0D', kind=1)


1620895353170.png (9.5 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.