question

Upvotes
Accepted
5 0 0 2

Quarterly data

df = ds.get_data(tickers='@GOOG', fields=["WC02999"], start="1990-01-01", end="2019-01-01", freq="Q", kind=1)

If I want to download fundamentals, such as total assets, how do I get the quarterly data with the Python API DatastreamDSWS?


I have tried the command above, but it gives a copy of total assets each quarter and not quarterly data.

Best regards

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

@mikkel.jorgensen

I found this article on the Internet. It suggests using WC02999A for quarterly data. The result looks like:




1575872982076.png (47.4 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.

Thanks a lot for the answer. It is a perfectly valid solution.

Click below to post an Idea Post Idea