Sequans Communications SA

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/sequans-communications-sa/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/sequans-communications-sa/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1770681600000,
    "type": "sell",
    "coin_id": "bitcoin",
    "source_url": "https://sequans.com/bitcoin-treasury/",
    "holding_balance": 2014.0,
    "holding_net_change": -125.0,
    "transaction_value_usd": 8000000.0,
    "average_entry_value_usd": -64000.0,
    "transaction_value_calculated": false
  },
  {
    "date": 1777507200000,
    "type": "sell",
    "coin_id": "bitcoin",
    "source_url": "https://sequans.com/sequans-communications-preliminary-unaudited-first-quarter-2026-financial-results/",
    "holding_balance": 1114.0,
    "holding_net_change": -900.0,
    "transaction_value_usd": 68689881.0,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "date": 1779926400000,
    "type": "sell",
    "coin_id": "bitcoin",
    "source_url": "https://sequans.com/sequans-completes-full-redemption-of-convertible-debt-reestablishes-pure-play-focus-on-iot-semiconductor-growth/",
    "holding_balance": 658.0,
    "holding_net_change": -456.0,
    "transaction_value_usd": 33527459.28,
    "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/sequans-communications-sa/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    658.0
  ],
  [
    1782950400000,
    658.0
  ],
  [
    1783036800000,
    658.0
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
https://newhedge.io/api/v2/companies/sequans-communications-sa/bitcoin-holdings-usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    39456673.9
  ],
  [
    1782950400000,
    40458992.14
  ],
  [
    1783036800000,
    41142101.42
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/sequans-communications-sa/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 3.35,
    "date": "2026-06-30",
    "high": 3.56,
    "open": 3.5,
    "close": 3.4,
    "volume": 77500
  },
  {
    "low": 3.24,
    "date": "2026-07-01",
    "high": 3.48,
    "open": 3.35,
    "close": 3.24,
    "volume": 37600
  },
  {
    "low": 3.17,
    "date": "2026-07-02",
    "high": 3.46,
    "open": 3.31,
    "close": 3.2,
    "volume": 51000
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/sequans-communications-sa/company-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

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

Performance Metrics

Calculated performance metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/sequans-communications-sa/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": -19.8,
  "six_month_return": -31.18,
  "three_month_return": 22.61
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/sequans-communications-sa/treasury-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "btc_percent_company": 85.8,
  "total_btc_percentage": 0.003,
  "share_price_change_state": "down"
}