Columbus Circle Capital Corp I

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/columbus-circle-capital-corp-i/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/columbus-circle-capital-corp-i/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "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
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

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

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

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

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

Sample response
200 Successful response
[
  [
    1778976000000,
    422534746.02
  ],
  [
    1779062400000,
    419884881.39
  ],
  [
    1779148800000,
    418879374.57
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

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

Sample response
200 Successful response
[
  {
    "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
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

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

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

Performance Metrics

Calculated performance metrics for the company.

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

Sample response
200 Successful response
{
  "one_month_return": -6.19,
  "six_month_return": -82.1,
  "three_month_return": -20.18
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

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

Sample response
200 Successful response
{
  "btc_percent_company": 236.0,
  "total_btc_percentage": 0.026,
  "share_price_change_state": "down"
}