Japanese Yen Leveraged Funds Net Position was last reported at 23,170 Contracts as of September 15, 2026. That is down 147.19% from the prior reading of -49,098 Contracts. This indicator is reported Weekly and not seasonally adjusted, and is tracked under the Positioning category. The next scheduled release is September 25, 2026.
| Date | Value (Contracts) |
|---|---|
| Sep 15, 2026 | 23,170 |
| Sep 8, 2026 | -49,098 |
| Sep 1, 2026 | -102,188 |
| Aug 25, 2026 | -77,042 |
| Aug 18, 2026 | -67,971 |
| Aug 11, 2026 | -53,070 |
| Aug 4, 2026 | -60,825 |
| Jul 28, 2026 | -101,990 |
| Jul 21, 2026 | -96,185 |
| Jul 14, 2026 | -90,461 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | -90,083 |
| Jun 30, 2026 | -115,400 |
| Jun 23, 2026 | -97,092 |
| Jun 16, 2026 | -96,772 |
| Jun 9, 2026 | -99,844 |
| Jun 2, 2026 | -88,063 |
| May 26, 2026 | -70,508 |
| May 19, 2026 | -64,945 |
| May 12, 2026 | -62,440 |
| May 5, 2026 | -52,897 |
Pull the full history of Japanese Yen Leveraged Funds Net Position into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=COTJPYLEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTJPYLEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTJPYLEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();