import DatastreamPy as dsws
ds=dsws.Datastream(username='****',password='****')
d = ds.get_data (tickers='BARC', fields=['P'], start='2018-01-01', end='2023-03-01', freq='W')
How can I retrieve price data from "d". I intend to store it in database but am not able to access data.
d returns None