LQwD FinTech 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/lqwd-fintech-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/lqwd-fintech-corp/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1759104000000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://lqwdtech.com/2025/lqwd-acquires-additional-bitcoin-increasing-its-holdings-to-252-5-btc/",
    "holding_balance": 252.5,
    "holding_net_change": 14.0,
    "transaction_value_usd": 1558295.0,
    "average_entry_value_usd": 111306.79,
    "transaction_value_calculated": false
  },
  {
    "date": 1776297600000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://lqwdtech.com/news/lqwd-technologies-acquires-additional-bitcoin-increasing-its-holdings-to-262-btc",
    "holding_balance": 262.0,
    "holding_net_change": 9.5,
    "transaction_value_usd": 737708.0,
    "average_entry_value_usd": 77653.47,
    "transaction_value_calculated": false
  },
  {
    "date": 1778544000000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://lqwdtech.com/news/lqwd-technologies-increases-bitcoin-treasury-and-expands-productive-network-capital-on-lightning",
    "holding_balance": 267.0,
    "holding_net_change": 5.0,
    "transaction_value_usd": 387005.0,
    "average_entry_value_usd": 77401.0,
    "transaction_value_calculated": false
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

Endpoint
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    267.0
  ],
  [
    1780876800000,
    267.0
  ],
  [
    1780963200000,
    267.0
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/bitcoin-holdings-usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    16891383.87
  ],
  [
    1780876800000,
    16839070.56
  ],
  [
    1780963200000,
    16471093.83
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 0.96,
    "date": "2026-06-04",
    "high": 0.96,
    "open": 0.96,
    "close": 0.96,
    "volume": 0
  },
  {
    "low": 0.86,
    "date": "2026-06-05",
    "high": 0.92,
    "open": 0.92,
    "close": 0.86,
    "volume": 31900
  },
  {
    "low": 0.85,
    "date": "2026-06-08",
    "high": 0.88,
    "open": 0.88,
    "close": 0.85,
    "volume": 36600
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/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/lqwd-fintech-corp/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": -15.0,
  "six_month_return": -23.42,
  "three_month_return": -24.78
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/lqwd-fintech-corp/treasury-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "btc_percent_company": 59.3,
  "total_btc_percentage": 0.001,
  "share_price_change_state": "down"
}