How to get COM_BASIS.Value and MID_BASIS.Value in python using get_data

Good afternoon,

I am looking to translate excel formulas to python using 'get_data()' and I am looking for the following two excel formula's.


@RHistory("SM-BRZPAR-A1";"COM_BASIS.Timestamp;'SM-FOBUSG-C1'!A1";"NBROWS:30001 INTERVAL:1D";;"TSREPEAT:NO CH:Fd";B1)

=@RHistory("SM-FOBUSG-C1";"MID_BASIS.Timestamp;MID_BASIS.Value";"NBROWS:30001 INTERVAL:1D";;"TSREPEAT:NO CH:Fd";B1)

I there a way to retrieve this information

Best Answer