21Shares Bitcoin ETP (CHF)

Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the company metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each company metric is fetched independently.

7 metrics
Metric

Bitcoin Acquisitions

Bitcoin acquisition history for the company.

Endpoint
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1767571200000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://x.com/ABTC/status/2008138911487508480",
    "holding_balance": 5427.0,
    "holding_net_change": 329.0,
    "transaction_value_usd": 30883249.74,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "date": 1769472000000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://x.com/ABTC/status/2016111445935849552?s=20",
    "holding_balance": 5843.0,
    "holding_net_change": 416.0,
    "transaction_value_usd": 37073566.4,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "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
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

Endpoint
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    6235.0
  ],
  [
    1779062400000,
    6235.0
  ],
  [
    1779148800000,
    6235.0
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
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.

Sample response
200 Successful response
[
  [
    1778976000000,
    482775177.1
  ],
  [
    1779062400000,
    479747523.45
  ],
  [
    1779148800000,
    478598662.35
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 19.954,
    "date": "2026-05-15",
    "high": 19.98,
    "open": 19.98,
    "close": 19.954,
    "volume": 547
  },
  {
    "low": 18.924,
    "date": "2026-05-18",
    "high": 19.18,
    "open": 19.056,
    "close": 18.924,
    "volume": 2715
  },
  {
    "low": 19.93,
    "date": "2026-05-19",
    "high": 20.02,
    "open": 20.0,
    "close": 19.93,
    "volume": 378
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/company-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "eps_estimate_next_quarter": null,
  "quarterly_earnings_growth": null,
  "eps_estimate_current_quarter": null
}
Metric

Performance Metrics

Calculated performance metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": 8.74,
  "six_month_return": -25.73,
  "three_month_return": 12.92
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/treasury-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "btc_percent_company": "-",
  "total_btc_percentage": 0.03,
  "share_price_change_state": "down"
}