# Monitor Most Active EUR/USD Forex Pairs by Volume

**Use case:** 

Scrape the most actively traded EUR/USD forex pairs to understand liquidity and trading interest. This data is crucial for day traders and financial institution

## Input

```json
{
  "mode": "mostActive",
  "market": "america",
  "tickers": [],
  "searchQuery": "EUR/USD",
  "sortBy": "market_cap_basic_desc",
  "sectors": [],
  "maxItems": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "symbol": {
    "label": "Symbol"
  },
  "exchange": {
    "label": "Exchange"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "close": {
    "label": "Close"
  },
  "changePercent": {
    "label": "Change percent"
  },
  "marketCap": {
    "label": "Market cap"
  },
  "volume": {
    "label": "Volume"
  },
  "sector": {
    "label": "Sector"
  },
  "industry": {
    "label": "Industry"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [TradingView Scraper](https://apify.com/crawlerbros/tradingview-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tradingview-scraper) to learn more, explore other use cases, and run it yourself.