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