21Shares Bitcoin ETP (CHF)
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/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/21shares-bitcoin-etp-chf/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1771891200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.prnewswire.com/news-releases/american-bitcoin-reports-fourth-quarter-and-full-year-2025-results-302697789.html",
"holding_balance": 6235.0,
"holding_net_change": 392.0,
"transaction_value_usd": 25122511.68,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1778112000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://x.com/EricTrump/status/2052158092171715017?s=20",
"holding_balance": 7300.0,
"holding_net_change": 1065.0,
"transaction_value_usd": 85196059.5,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1779062400000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://x.com/ABTC/status/2056340270955037156?s=20",
"holding_balance": 7500.0,
"holding_net_change": 200.0,
"transaction_value_usd": 15388854.0,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1788912000000,
7500.0
],
[
1788998400000,
7500.0
],
[
1789084800000,
7500.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1788912000000,
588388275.0
],
[
1788998400000,
587160225.0
],
[
1789084800000,
574625100.0
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 19.116,
"date": "2026-09-08",
"high": 19.152,
"open": 19.116,
"close": 19.152,
"volume": 77
},
{
"low": 25.88,
"date": "2026-09-09",
"high": 26.165,
"open": 26.045,
"close": 25.88,
"volume": 9761
},
{
"low": 20.8,
"date": "2026-09-10",
"high": 20.89,
"open": 20.89,
"close": 20.825,
"volume": 488
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/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/21shares-bitcoin-etp-chf/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 33.58,
"six_month_return": 19.75,
"three_month_return": 29.06
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": "-",
"total_btc_percentage": 0.036,
"share_price_change_state": "down"
}