# Monitor BYD Major Transaction Announcements

**Use case:** 

Track all major transaction announcements for BYD Company Limited (stock code 01211). This is essential for competitive analysis and investor relations to stay 

## Input

```json
{
  "stockQuery": "01211",
  "headlineCategory": "70000",
  "documentSubCategory": "",
  "market": "SEHK",
  "dateFrom": "2024-01-01",
  "dateTo": "2024-04-30",
  "sortBy": "latest",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "stockCode": {
    "label": "Stock code"
  },
  "companyName": {
    "label": "Company name"
  },
  "title": {
    "label": "Title"
  },
  "category": {
    "label": "Category"
  },
  "publishDate": {
    "label": "Publish date"
  },
  "documentUrl": {
    "label": "Document url"
  }
}
```

## About this Actor

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