# Lagoon Tech Systems Sugar Futures Historical Data

> Lagoon Tech Systems Sugar Futures Historical Data is a paid API for AI agents from data.lagoontechsystems.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a historical time series of sugar futures prices for a configurable window of 1 to 365 days.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/sugar/history
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lagoon-tech-systems-sugar-futures-historical-data-686e226a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hA40is-wgYyays_bITIWt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability lagoon-tech-systems-sugar-futures-historical-data-686e226a
```

Example prompt: Pull the last 90 days of historical sugar futures price data from Lagoon Tech Systems so I can see how prices have been trending.

## When to prefer this

Use this endpoint when you need a raw historical time series of sugar futures prices specifically, without CFTC positioning or trend overlays. Prefer this over the composite sugar endpoint when you want clean price-only data for backtesting, charting, or custom analysis.

## Known failure modes

- Invalid `days` value (out of 1-365 range) returns a validation error
- Missing required query parameter returns 400 Bad Request
- Payment not provided or insufficient returns 402 Payment Required
- Service unavailable or data feed gap may return 503

## How this service works

Côte d'Ivoire & global soft-commodity data (cocoa, coffee, sugar, cotton, cashew): CCC farmgate floor decrees, ICE Futures US settlements, CFTC COT positioning, and historical series. Pay-per-call in USDC on Base via the x402 protocol — no API keys, no signup.

## Output

A time series array of historical sugar futures settlement prices indexed by date, spanning the requested number of days (up to 365).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "date": "2026-05-27",
    "value": 14.14
   }
  ],
  "days": 30,
  "success": true,
  "commodity": "sugar"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lagoon-tech-systems-sugar-futures-historical-data-686e226a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.lagoontechsystems.com](https://www.zero.xyz/host/data.lagoontechsystems.com/llms.txt)
