# TCMB Turkey Daily FX Rates Latest Results

**Use case:** 

Latest Results of TCMB Turkey Daily FX Rates. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "date": "2024-01-15",
  "maxItems": 25
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "currency_code": {
    "label": "🔤 Currency Code",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "forex_buying": {
    "label": "🟢 Forex Buying",
    "format": "text"
  },
  "forex_selling": {
    "label": "🔴 Forex Selling",
    "format": "text"
  },
  "banknote_buying": {
    "label": "💵 Banknote Buying",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TCMB Turkey Daily FX Rates Scraper](https://apify.com/parseforge/tcmb-turkey-fx-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tcmb-turkey-fx-scraper) to learn more, explore other use cases, and run it yourself.