Tidal Commodities Trust I
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
:metric_name — one of the company metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each company metric is fetched independently.
Bitcoin Acquisitions
Bitcoin acquisition history for the company.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1743379200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.newswire.ca/news-releases/defi-technologies-inc-announces-record-2024-financial-results-adjusted-revenues-of-c-204-4-million-us-144-8-million-adjusted-ebitda-of-116-1-million-us-80-4-million-and-adjusted-net-income-of-c-115-07-million-us-84-million-and-notable-strat-832251399.html",
"holding_balance": 208.8,
"holding_net_change": 4.8,
"transaction_value_usd": 396158.832,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1754438400000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.newswire.ca/news-releases/defi-technologies-provides-monthly-corporate-update-valour-reports-us-947-million-c-1-3-billion-in-aum-and-monthly-net-inflows-of-us-14-4-million-c-19-8-million-in-july-2025-among-other-key-developments-889770272.html",
"holding_balance": 251.6,
"holding_net_change": 43.6,
"transaction_value_usd": 5015355.524,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1767139200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://assets.ctfassets.net/yite7zc9v1g4/1dKITVHpitzqJfZskNpJ9G/6cc8db8f3cbbf1bae1507e883a35bc67/DeFi_2025_AFS_w_Auditors_report.pdf",
"holding_balance": 2596.9563,
"holding_net_change": 2345.36,
"transaction_value_usd": 205198548.4608,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
2596.9563
],
[
1780876800000,
2596.9563
],
[
1780963200000,
2596.9563
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
164292830.550243
],
[
1780876800000,
163784008.902384
],
[
1780963200000,
160204909.699287
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 71.94,
"date": "2026-06-04",
"high": 72.83,
"open": 72.71,
"close": 72.019,
"volume": 2700
},
{
"low": 68.287,
"date": "2026-06-05",
"high": 69.23,
"open": 69.23,
"close": 68.287,
"volume": 400
},
{
"low": 71.7804,
"date": "2026-06-08",
"high": 72.04,
"open": 71.93,
"close": 71.7804,
"volume": 83076
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": null,
"quarterly_earnings_growth": null,
"eps_estimate_current_quarter": null
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -20.92,
"six_month_return": -31.39,
"three_month_return": -8.38
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": "-",
"total_btc_percentage": 0.012,
"share_price_change_state": "down"
}