question

Upvotes
Accepted
5 0 1 3

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 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
78.1k 246 52 72

@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 512.0 KiB each and 1.0 MiB total.

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

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.