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.
[
[
1780790400000,
7500.0
],
[
1780876800000,
7500.0
],
[
1780963200000,
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.
[
[
1780790400000,
474477075.0
],
[
1780876800000,
473007600.0
],
[
1780963200000,
462671175.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": 15.49,
"date": "2026-06-04",
"high": 15.744,
"open": 15.636,
"close": 15.744,
"volume": 271
},
{
"low": 15.004,
"date": "2026-06-05",
"high": 15.46,
"open": 15.242,
"close": 15.01,
"volume": 393
},
{
"low": 16.594,
"date": "2026-06-08",
"high": 16.9,
"open": 16.616,
"close": 16.858,
"volume": 6331
}
]
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": -15.64,
"six_month_return": -26.26,
"three_month_return": -30.31
}
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"
}