Skip to main content

cot_search

Get the current Commitment of Traders Reports.

Search a list of the current Commitment of Traders Reports series information.

Examples

from openbb import obb
obb.regulators.cftc.cot_search(provider='cftc')
obb.regulators.cftc.cot_search(query='gold', provider='cftc')

Parameters

NameTypeDescriptionDefaultOptional
querystrSearch query.True

Returns

OBBject
results : List[COTSearch]
Serializable results.

provider : Optional[Literal['cftc']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
codestrCFTC market contract code of the report.
namestrName of the underlying asset.
categorystrCategory of the underlying asset.
subcategorystrSubcategory of the underlying asset.
unitsstrThe units for one contract.
symbolstrSymbol representing the entity requested in the data.