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
[
  [
    1780790400000,
    658.0
  ],
  [
    1780876800000,
    658.0
  ],
  [
    1780963200000,
    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
[
  [
    1780790400000,
    41627455.38
  ],
  [
    1780876800000,
    41498533.44
  ],
  [
    1780963200000,
    40591684.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.75,
    "date": "2026-06-04",
    "high": 4.07,
    "open": 3.87,
    "close": 4.02,
    "volume": 106400
  },
  {
    "low": 3.48,
    "date": "2026-06-05",
    "high": 3.94,
    "open": 3.94,
    "close": 3.48,
    "volume": 232300
  },
  {
    "low": 3.5,
    "date": "2026-06-08",
    "high": 3.79,
    "open": 3.56,
    "close": 3.54,
    "volume": 109808
  }
]
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": 5.99,
  "six_month_return": -46.2,
  "three_month_return": 14.19
}
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": 77.9,
  "total_btc_percentage": 0.003,
  "share_price_change_state": "down"
}