Columbus Circle Capital Corp I
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/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/columbus-circle-capital-corp-i/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1767139200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://investors.procapfinancial.com/node/7446/html",
"holding_balance": 5000.47,
"holding_net_change": 0.47,
"transaction_value_usd": 41120.9016,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1770595200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://investors.procapfinancial.com/news-releases/news-release-details/procap-financial-strengthens-balance-sheet-through-strategic",
"holding_balance": 5007.0,
"holding_net_change": 7.0,
"transaction_value_usd": 490878.22,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1772409600000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://investors.procapfinancial.com/news-releases/news-release-details/procap-financial-acquires-450-bitcoin-while-aggressively",
"holding_balance": 5457.0,
"holding_net_change": 450.0,
"transaction_value_usd": 30960004.5,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1778976000000,
5457.0
],
[
1779062400000,
5457.0
],
[
1779148800000,
5457.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1778976000000,
422534746.02
],
[
1779062400000,
419884881.39
],
[
1779148800000,
418879374.57
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 1.89,
"date": "2026-05-15",
"high": 2.04,
"open": 1.93,
"close": 2.01,
"volume": 695200
},
{
"low": 1.905,
"date": "2026-05-18",
"high": 2.035,
"open": 1.98,
"close": 1.99,
"volume": 891100
},
{
"low": 1.8,
"date": "2026-05-19",
"high": 2.0,
"open": 1.97,
"close": 1.82,
"volume": 1161582
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 0,
"quarterly_earnings_growth": 0,
"eps_estimate_current_quarter": 0
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -6.19,
"six_month_return": -82.1,
"three_month_return": -20.18
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 236.0,
"total_btc_percentage": 0.026,
"share_price_change_state": "down"
}