Mariner Backtesting - client.get_trades_df()

client.get_trades_df()

Downloads a csv of the trades from a given list of submissions to the user. A filename can be passed to define what to save it as.

Interface
 client.get_trades_df(submissions)
Parameters
Name Type Default Description
submissions list required List of submissions to download trades for.
filename string 'trades.csv' The filename to download to.
Returns
  • None