question

Upvotes
Accepted
5 3 2 7

why is this not working ?

ds.get_data(tickers='INE245A01021',fields=['ACH#(X(VO),-30D)/X(VO)','X(PL)'],start=date_to_fetch.strftime('%Y-%m-%d'),kind=0)

date-to_fetch = '2019-11-29'

I get


Instrument Datatype Value Dates

0 INE245A01021 ACH#(X(VO),-30D)/X(VO) NA 2019-11-29

1 INE245A01021 X(PL) NA 2019-11-29


The data is available in Datastream. I am using DatastreamDSWS library.

datastream-apidsws-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@abbanerjee

If I run it without the start parameter, it returns the data for 2019-11-28.

I think that the data for 2019-11-29 is still not available.


1575020635371.png (22.8 KiB)
icon clock
10 |1500

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

Click below to post an Idea Post Idea