Cot Reports Versions Save

cot_reports is a Python library for fetching the Commitments of Trader reports of the Commodity Futures Trading Commission (CFTC). The following COT reports are supported: Legacy Futures-only, Legacy Futures-and-Options Combined, Supplemental Futures-and-Options Combined, Disaggregated Futures-only, Disaggregated Futures-and-Options Combined, Traders in Financial Futures (TFF) Futures-only and Traders in Financial Futures (TFF) Futures-and-Options Combined.

v_013

5 months ago

Changes:

  • extension of supported Python versions - as pandas frame.append method is deprecated and will be removed in a future version. Replacement occurred with pandas.concat.
  • allow setting verbosity to suppress prints (user contribution)
  • allow storing the txt file (user contribution)

v_012

2 years ago

Minor change: specified encoding parameter when reading README.md in setup.py

v_011

2 years ago