CoinShares Physical Bitcoin (BTC)

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/coinshares-physical-bitcoin-btc/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/coinshares-physical-bitcoin-btc/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1730332800000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://investor.coinshares.com/pressreleases/coinshares-announces-q3-2024-results",
    "holding_balance": 93.0,
    "holding_net_change": 15.0,
    "transaction_value_usd": 1053032.85,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "date": 1735603200000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://coinshares-files.s3.eu-north-1.amazonaws.com/coinshares_earnings_report_q4_2024.pdf",
    "holding_balance": 163.0,
    "holding_net_change": 70.0,
    "transaction_value_usd": 6535273.5,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "date": 1743379200000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://coinshares-files.s3.eu-north-1.amazonaws.com/coinshares_earnings_report_q1_2025.pdf",
    "holding_balance": 236.0,
    "holding_net_change": 73.0,
    "transaction_value_usd": 6024915.569999999,
    "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/coinshares-physical-bitcoin-btc/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    236.0
  ],
  [
    1780876800000,
    236.0
  ],
  [
    1780963200000,
    236.0
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/bitcoin-holdings-usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    14930211.96
  ],
  [
    1780876800000,
    14883972.48
  ],
  [
    1780963200000,
    14558719.64
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 44.68,
    "date": "2026-06-04",
    "high": 45.785,
    "open": 45.785,
    "close": 44.68,
    "volume": 396
  },
  {
    "low": 43.58,
    "date": "2026-06-05",
    "high": 44.395,
    "open": 44.395,
    "close": 43.58,
    "volume": 3859
  },
  {
    "low": 48.37,
    "date": "2026-06-08",
    "high": 49.0,
    "open": 48.37,
    "close": 49.0,
    "volume": 3796
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/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/coinshares-physical-bitcoin-btc/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": -15.08,
  "six_month_return": -26.06,
  "three_month_return": -10.42
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/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.001,
  "share_price_change_state": "down"
}