CoinShares Physical Bitcoin (BTC)
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/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/coinshares-physical-bitcoin-btc/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"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
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1786924800000,
236.0
],
[
1787011200000,
236.0
],
[
1787097600000,
236.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
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.
[
[
1786924800000,
14826921.84
],
[
1787011200000,
15220834.16
],
[
1787097600000,
15267394.6
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 44.675,
"date": "2026-08-14",
"high": 44.675,
"open": 44.675,
"close": 44.675,
"volume": 2233
},
{
"low": 44.675,
"date": "2026-08-17",
"high": 44.675,
"open": 44.675,
"close": 44.675,
"volume": 0
},
{
"low": 50.2,
"date": "2026-08-18",
"high": 50.2,
"open": 50.2,
"close": 50.2,
"volume": 1
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/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/coinshares-physical-bitcoin-btc/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 8.39,
"six_month_return": 4.54,
"three_month_return": -9.07
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": "-",
"total_btc_percentage": 0.001,
"share_price_change_state": "down"
}