Trying to get historic financial data for many asset, one field.
Example:
dfEikonTHIS, err = ek.get_data('NESN.S,CSGN.S','TR.F.CF(SDate=0,EDate=-10,Period=FY0,Frq=FY)', parameters=None, field_name=False)
How can I get it to return ASSET as row and each element of FIELD as as columns ... without parsing through the data returned and reformat?
not this
InstrumentCash Flow0NESN.S235580000001NESN.S158370000002NESN.S166170000003NESN.S143920000004NESN.S10653000000
But this
01234NESN.S
2355800000015837000000166170000001439200000010653000000