# GCF Repo Service Average Rate: Overnight/Open

**Use case:** 

Extract OFR Short-Term Funding Monitor data filtered by GCF Repo Service Average Rate: Overnight/Open (Preliminary). Export structured results ready for

## Input

```json
{
  "mnemonic": "REPO-GCF_AR_OO-P",
  "maxItems": 10
}
```

## Output

```json
{
  "mnemonic": {
    "label": "🔖 Mnemonic",
    "format": "text"
  },
  "seriesName": {
    "label": "📌 Series Name",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "subtype": {
    "label": "🏷 Subtype",
    "format": "text"
  },
  "frequency": {
    "label": "⏱ Frequency",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "value": {
    "label": "🔢 Value",
    "format": "number"
  },
  "vintage": {
    "label": "🗂 Vintage",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OFR Short-Term Funding Monitor Scraper](https://apify.com/parseforge/ofr-short-term-funding-monitor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ofr-short-term-funding-monitor-scraper) to learn more, explore other use cases, and run it yourself.