# Monitor a Stock Portfolio With Google Finance

**Use case:** 

Track every holding in one run. Batch-fetch live price, percent change, and key stats from Google Finance for your whole stock portfolio.

## Input

```json
{
  "queries": [
    "AAPL:NASDAQ",
    "MSFT:NASDAQ",
    "GOOGL:NASDAQ",
    "TSLA:NASDAQ"
  ],
  "q": "GOOGL:NASDAQ",
  "hl": "en",
  "window": "1D",
  "max_queries": 0
}
```

## Output

```json
{
  "search_parameters": {
    "label": "Symbol"
  },
  "search_metadata": {
    "label": "Metadata"
  },
  "search_timestamp": {
    "label": "Fetched At"
  },
  "summary": {
    "label": "Quote"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Finance API](https://apify.com/johnvc/google-finance-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-finance-api) to learn more, explore other use cases, and run it yourself.