# Latest observations Banco Central do Brasil SGS

**Use case:** 

Extract Banco Central do Brasil SGS data filtered by Latest observations. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "seriesCodes": [
    "432",
    "433",
    "1"
  ],
  "mode": "latest",
  "lastN": 10,
  "startDate": "01/01/2024",
  "endDate": "01/06/2024",
  "maxItems": 10
}
```

## Output

```json
{
  "seriesCode": {
    "label": "🔖 Series Code",
    "format": "number"
  },
  "seriesName": {
    "label": "📌 Series Name",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "value": {
    "label": "🔢 Value",
    "format": "number"
  },
  "rawValue": {
    "label": "🧾 Raw Value",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Banco Central do Brasil SGS Scraper](https://apify.com/parseforge/banco-central-brasil-sgs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/banco-central-brasil-sgs-scraper) to learn more, explore other use cases, and run it yourself.