Corporate actions using c#

Can I achieve using C# the equivalent of the below python api call

ek.get_data(['BHP.AX'], ['TR.AdjmtFactorAdjustmentDate', 'TR.AdjmtFactorAdjustmentFactor'], {'EDate': '2018-09-29', 'SDate': '1980-01-01'}, debug = True, raw_output=True)

Kind regards

Dean

Answers