Kinsus Interconnect Technology Corp

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/kinsus-interconnect-technology-corp/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/kinsus-interconnect-technology-corp/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1776384000000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://ssl4.eir-parts.net/doc/3189/tdnet/2792049/00.pdf",
    "holding_balance": 1422.1041,
    "holding_net_change": 5.07,
    "transaction_value_usd": 372911.53,
    "average_entry_value_usd": 73552.57,
    "transaction_value_calculated": false
  },
  {
    "date": 1776643200000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://ssl4.eir-parts.net/doc/3189/tdnet/2792610/00.pdf",
    "holding_balance": 1422.7931,
    "holding_net_change": 0.69,
    "transaction_value_usd": 50673.41,
    "average_entry_value_usd": 73546.31,
    "transaction_value_calculated": false
  },
  {
    "date": 1776816000000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://ssl4.eir-parts.net/doc/3189/tdnet/2793164/00.pdf",
    "holding_balance": 1431.9716,
    "holding_net_change": 9.18,
    "transaction_value_usd": 696910.15,
    "average_entry_value_usd": 75928.54,
    "transaction_value_calculated": false
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

Endpoint
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1786924800000,
    1431.9716
  ],
  [
    1787011200000,
    1431.9716
  ],
  [
    1787097600000,
    1431.9716
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/bitcoin-holdings-usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1786924800000,
    89964961.82330401
  ],
  [
    1787011200000,
    92355094.260296
  ],
  [
    1787097600000,
    92637607.93726
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 840.0,
    "date": "2026-08-14",
    "high": 862.0,
    "open": 841.0,
    "close": 862.0,
    "volume": 4039548
  },
  {
    "low": 881.0,
    "date": "2026-08-17",
    "high": 932.0,
    "open": 896.0,
    "close": 905.0,
    "volume": 37348252
  },
  {
    "low": 861.0,
    "date": "2026-08-18",
    "high": 937.0,
    "open": 917.0,
    "close": 865.0,
    "volume": 26918673
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/company-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "eps_estimate_next_quarter": 3.3056,
  "quarterly_earnings_growth": 2.459,
  "eps_estimate_current_quarter": 2.3739
}
Metric

Performance Metrics

Calculated performance metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": 27.39,
  "six_month_return": 228.27,
  "three_month_return": 71.63
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/treasury-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "btc_percent_company": 0.0,
  "total_btc_percentage": 0.007,
  "share_price_change_state": "down"
}