# SGX Derivatives EOD Full Export

**Use case:** 

Full Export of SGX Derivatives EOD. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "tradeDate": "",
  "contract": "Nikkei 225",
  "maxItems": 500
}
```

## Output

```json
{
  "contract": {
    "label": "📄 Contract",
    "format": "text"
  },
  "expiry": {
    "label": "⏳ Expiry",
    "format": "text"
  },
  "tradeDate": {
    "label": "📅 Trade Date",
    "format": "text"
  },
  "open": {
    "label": "🔓 Open",
    "format": "text"
  },
  "high": {
    "label": "⬆️ High",
    "format": "text"
  },
  "low": {
    "label": "⬇️ Low",
    "format": "text"
  },
  "close": {
    "label": "🔒 Close",
    "format": "text"
  },
  "settle": {
    "label": "⚖️ Settle",
    "format": "text"
  },
  "volume": {
    "label": "📊 Volume",
    "format": "text"
  },
  "openInterest": {
    "label": "🔓 Open Interest",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SGX Derivatives EOD Scraper](https://apify.com/parseforge/sgx-derivatives-eod-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sgx-derivatives-eod-scraper) to learn more, explore other use cases, and run it yourself.