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
- standard
- cftc
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search 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
- standard
- cftc
Name | Type | Description |
---|---|---|
code | str | CFTC market contract code of the report. |
name | str | Name of the underlying asset. |
category | str | Category of the underlying asset. |
subcategory | str | Subcategory of the underlying asset. |
units | str | The units for one contract. |
symbol | str | Symbol representing the entity requested in the data. |
Name | Type | Description |
---|---|---|
code | str | CFTC market contract code of the report. |
name | str | Name of the underlying asset. |
category | str | Category of the underlying asset. |
subcategory | str | Subcategory of the underlying asset. |
units | str | The units for one contract. |
symbol | str | Symbol representing the entity requested in the data. |
commodity | str | Name of the commodity. |