macrosynergy.download.transaction_costs# download_transaction_costs(csv_url=None, verbose=False, categorical=False, **kwargs)[source]# Download trading costs data from the S3 bucket. Parameters: csv_url (str) – URL of the CSV file to download. verbose (bool) – Print progress information. **kwargs (args) – Additional keyword arguments to pass to requests.get. This can be used to pass additional headers, proxy settings, cert verification, etc. Return type: QuantamentalDataFrame