Live release feed
Sub-second macro releases for FX backtests
Point-in-time history

Platform News

Product Updates

COT 位置決定の最終点の導入

The CFTC Commitments of Traders positioning endpoint is now live. Query weekly non-commercial long, short, and net contract counts for eight major currency futures in a single API call — with full historical depth back to 2006.

他言語版 English
Share article X LinkedIn Email
COT 位置決定の最終点の導入 image

The FXMacroData COT positioning endpoint is now live. In a single API call you can pull weekly Commitments of Traders data for eight major currency futures — non-commercial long, short, and net contract counts, plus open interest — with historical depth back to 2006. Whether you are tracking crowded trades, confirming trend conviction, or anchoring a macro thesis with real speculative positioning, the data is now one endpoint away.

ニュースは?

特別エンドポイントでCOT位置付けができます. /api/v1/cot/{currency}どこに currency 回答は,CFTCの週間のポジションスナップショットを返します. 直接CFTC公式の分散したフューチャーレポートから取得しました. 調査週の火曜日をカバーします.

回答の各行には以下のフィールドが含まれます.

位置付けフィールド

  • date 調査週終了日 (火曜日)
  • noncommercial_long 投資家の長期契約
  • noncommercial_short 投機家の大手企業によるショート契約
  • noncommercial_net 純ポジション (長−短)

市場構造のフィールド

  • commercial_long 長期契約をヘッジする
  • commercial_short 負債の負債をカバーする短期契約
  • open_interest 全体の公開利益

対象通貨は8つ

AUD · CAD · CHF · EUR · GBP · JPY · NZD · USD CFTCが追跡する主要通貨先物全集.

20年以上歴史がある

Full historical depth back to 2006, giving you the context to identify genuine extremes rather than local noise.

週回数

CFTCは毎週金曜日に前週の火曜日までのデータについて報告を公開します.エンドポイントは最新の公開を反映しています.


商人 に とっ て 重要 な 理由

外国為替市場はほとんど不透明です. 流れを観察することはできません. しかし,CFTCは毎週,世界の最大の投機口座,ヘッジファンド,コモディティ取引アドバイザー,資産管理者の総方向賭けを明らかにする通貨先物に関するポジションスナップショットを公開します. そのスナプショットはCOTレポートで,非商業的な純ポジションは,ほとんどのFXトレーダーがセンチメント計として見ている単一の数字です.

Used alongside rate differentials, inflation trends, and central bank expectations, COT positioning unlocks three specific analytical edges.

混雑した取引の識別

純非商業ポジショニングが,歴史的なオープン・インテレスト相対数で多年極限に達すると,取引は混雑する.混雑した取引は,不対称な逆転リスクを持ちます. ポジションがより拡張すれば,ナラティブが変化するほど,解約が鋭くなります.

傾向の信念スコア

価格とネットポジショニングの両方が同じ方向に動いているとき,信念は確認されます.価格が継続するがポジショনিংが停止または逆転すると,大きな投機家が強くなって分散している場合,トレンドが終了する危険があります.

マクロ論文の固定

通貨の強いマクロケースは,その論文が既に満員ロングに価格化されている場合,ほとんど意味がありません.現在のポジションに対する基本信号を比較すると,残りの上向きとタイミングリスクを測定するのに役立ちます.


実践例:EURの投機的なポジションをチェックする

ユーロ・ドル前景を評価している. 方向性的な見方をすることにコミットする前に,現在のユーロ・フューチャーにおける投機的な長期間の伸びがどれくらいか知りたい. EUR COT 評価結果 位置の最新情報です

curl "https://fxmacrodata.com/api/v1/cot/eur?api_key=YOUR_API_KEY"

代表者の回答は

{
  "currency": "EUR",
  "data": [
    {
      "date": "2026-04-08",
      "noncommercial_long": 214873,
      "noncommercial_short": 88241,
      "noncommercial_net": 126632,
      "commercial_long": 124018,
      "commercial_short": 271390,
      "open_interest": 465720
    },
    {
      "date": "2026-04-01",
      "noncommercial_long": 207540,
      "noncommercial_short": 92310,
      "noncommercial_net": 115230,
      "commercial_long": 130891,
      "commercial_short": 263004,
      "open_interest": 458340
    }
  ]
}

The net non-commercial position is +126,632 contracts, up from +115,230 the prior week — and net longs represent roughly 27% of open interest. Comparing this ratio against its five-year range gives a read on whether the EUR long is approaching crowded territory. If the historical peak sits around 30–35% of open interest, there is still room for further positioning extension; if you are already near the historical ceiling, reversal risk outweighs further upside from positioning alone.


実践例:JPYのポジショニングと逆転リスク

JPYのショート取引は,歴史的に,日本銀行政策保持期間の極端なレベルに達しています. ショートが休止しているか,またはまだ構築されているか,毎回BoJ会合の前に監視することは,USD/JPYを取引するすべての人にとって重要なインプットです. start パラメーター:

curl "https://fxmacrodata.com/api/v1/cot/jpy?start=2025-01-01&api_key=YOUR_API_KEY"

代表的な回答 (最近の一週間を示した):

{
  "currency": "JPY",
  "data": [
    {
      "date": "2026-04-08",
      "noncommercial_long": 52184,
      "noncommercial_short": 127430,
      "noncommercial_net": -75246,
      "commercial_long": 141920,
      "commercial_short": 62371,
      "open_interest": 224810
    },
    {
      "date": "2026-04-01",
      "noncommercial_long": 46830,
      "noncommercial_short": 141020,
      "noncommercial_net": -94190,
      "commercial_long": 158400,
      "commercial_short": 55740,
      "open_interest": 231060
    }
  ]
}

The JPY net position improved from −94,190 to −75,246 over a single week — a sharp reduction in the speculative short, consistent with short-covering pressure ahead of a BoJ decision. When a reduction of this scale happens in a single week, it often signals that the consensus is capitulating, not gradually reducing exposure. Pairing this COT read with the JPYの政策金利シリーズ 保険料の適用が正当なのか早すぎるか判断するためのマクロ背景を提示します.


実践例:AUDの位置付けと貿易の健康維持

AUDでの取引は,レート差と投機的な欲求の両方に依存する.レート違いが好ましいままであっても,大きな投機者がAUDのロングを減らすとき,それはしばしば根本的な変化ではなくリスクの感情の悪化をシグナルします.

curl "https://fxmacrodata.com/api/v1/cot/aud?api_key=YOUR_API_KEY"

代表者の回答は

{
  "currency": "AUD",
  "data": [
    {
      "date": "2026-04-08",
      "noncommercial_long": 68210,
      "noncommercial_short": 84630,
      "noncommercial_net": -16420,
      "commercial_long": 89340,
      "commercial_short": 71870,
      "open_interest": 178540
    }
  ]
}

絶対値では中等だが,AUD先物で−16,420の赤字は, AUD 政策金利 利率を保持し,他の主要中央銀行が利率を下げている間,利率が維持され,利息の拡大にもかかわらず,純ショートが持続するか深まる場合,それはリスクオフの感情が基本的論理を支配していることを示す.

実践指標: 公開利息の純%

分割する noncommercial_net やってる open_interest 標準化位置比 (通常は−1から+1) を与え,通貨と時間によって比較可能である. +0.30以上の比または−0.30以下の比は,ほとんどの主要通貨先物に対して歴史的に混雑した領域を特徴づけている. ±0.50に近づく値はまれで,急激な反動向前運動を先行する.


COT データとマクロインジケーターのペアリング

COT positioning is most powerful as a component of a broader macro framework rather than a standalone signal. Here are three pairings that sharpen both the timing and the conviction of a trade:

COT + 政策利率の差

通貨のCOTの純長額が同期通貨に対するレート上昇をシグナルしていると同時に増加している場合,ポジショニングはマクロテージに準拠する.両方が一緒に動いている場合,トレンド継続は良好にサポートされます. 政策金利の最終点 このペアリングのCOTの横です

COT + インフレプリント

予想外なインフレは,投機的なポジション変化の最も速い駆動要因の一つである.COTポジショニングが既にインフレ体制変化に調整されているか,またはまだ古い期待に固定されているか追跡することは,次のステップへの洞察を与えてくれます. インフレの最終点 この分析のために

COT + 雇用データ

農地以外の賃金の表と失業は,シフトレートの期待と,投機的な外為のポジションを同時に驚かせます.USD先物におけるさらなる純長期成長を促進できない雇用の強い印刷は,市場はすでに労働力価格を設定していることを示唆し,上昇は制限される可能性があります.

債券利回り差

利率差と投機的なFXポジショニングは,傾向期の間にはしばしば並行して動きますが,ターニングポイントでは異なる. 10年利回り幅が通貨の利回りに広がるが,COTの純ロングが下がっているとき,市場はあなたに何かを伝えています. 債券の収益性最終点 ダイナミクスを監視する


始めよう

COTエンドポイントは,すべてのサブスクリプションレベルで利用できます.他のFXMacroDataエンドポイントを使用している場合は,認証または要求パターンに変更は必要ありません.

コンピュータのCOTデータを読み取ったり,適用したりするためのガイドを詳しくご覧ください. COTレポート 説明ガイド取引が混雑していることを特定し,ポジショニングの極端な状況を追跡し,各通貨のマクロファンドメンタルのCOT信号を組み合わせる方法を含む.

初期段階

  • EURの位置付けについて質問: curl "https://fxmacrodata.com/api/v1/cot/eur?api_key=YOUR_API_KEY"
  • サポートされる通貨: aud について cad について chf について eur について gbp について jpy について nzd について usd
  • 日付範囲でフィルタリング: 追加 &start=2024-01-01 ほら &end=2025-12-31 要求に応じ
  • ネットワークの位置を表示する COTダッシュボード
  • まだAPIキーがない? 開始するには サブスクリプトを 無料のレベルが利用可能です.

Blogroll

AI Answer-Ready

Key Facts

Page
Introducing COT Positioning Endpoint
Section
Articles
Canonical URL
https://fxmacrodata.com/ja/articles/introducing-cot-positioning-endpoint
Source
FXMacroData editorial and official publisher references
Last Updated
2026-06-15 11:06 UTC

Provenance And Trust

Cite the canonical URL and source field above. Where available, this page maps to official publisher releases and timestamped updates.

Quick Q&A

What is this page about? This page explains Introducing COT Positioning Endpoint with directly usable context for trading, research, and API workflows.

What source should be cited? Use the canonical URL and the listed source field; cite official publisher references when available.

How fresh is this content? The last updated value above reflects the page metadata or latest available data timestamp.

Can this be used in AI assistants? Yes. This section is intentionally structured for retrieval and citation in chat assistants.

Prompt Packs

Use these in ChatGPT, Claude, Gemini, Mistral, Perplexity, or Grok for consistent source-aware outputs.