# Lagoon Tech Systems Cashew Historical Price Series

> Lagoon Tech Systems Cashew Historical Price Series 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 cashew prices for a configurable window of 1–365 days.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/cashew/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-cashew-historical-price-series-fa88940b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qXiBWxjMFQlwAX4VOK_qH

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-cashew-historical-price-series-fa88940b
```

Example prompt: Can you pull the cashew price history for the last 90 days from Lagoon Tech Systems so I can see how prices have been trending?

## When to prefer this

Use this endpoint when you need raw historical cashew price data points as a time series over a specific window of days. Prefer this over the composite cashew view when you want granular price series data without farmgate/wholesale/trend overlays, or when you need to perform your own analysis on the underlying price data.

## Known failure modes

- days parameter out of range (1–365) returns validation error
- missing or malformed query parameter causes bad request
- payment failure (x402) if USDC not provided or insufficient
- no data available for requested date range returns empty series
- service unavailable returns 5xx error

## 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 cashew prices indexed by date, covering the requested number of days (1–365), suitable for trend analysis or charting.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "date": "2026-05-28",
    "value": 400
   }
  ],
  "days": 30,
  "success": true,
  "commodity": "cashew"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lagoon-tech-systems-cashew-historical-price-series-fa88940b/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)
