> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/query-parameters/google-serp-api-query-parameters/google-finance-serp-api-parameters-guide.md).

# Google Finance SERP API Parameters Guide

Review Google Finance SERP API parameters for market, stock, and financial search data with location and language options.

With Talordata SERP API, you can configure **Google Finance** queries, including localization and advanced parameter output options.

<details>

<summary><strong><code>q</code> ,</strong>Search Query<strong>(Required)</strong></summary>

Define the search query used for data scraping (Default value: `q=GOOGL:NASDAQ`). Any keywords in any language are supported.

**Example Request:**\
Example using the parameter `q=GOOGL:NASDAQ`

```sh
curl -X POST https://serpapi.talordata.net/serp/v1/request \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -H "Authorization: Bearer token" \
 -d "engine=google_finance" \
 -d "q=GOOGL:NASDAQ" \
 -d "json=1"
```

</details>

## Localization

<details>

<summary><strong><code>hl</code> ,</strong>Language<strong>(Optional)</strong></summary>

Set the interface language for search results (default value: `en`). Adopt standard language code formats (e.g., `en`, `es`, `zh-CN`).

For the complete list of supported language codes, please refer to: [Google Language Codes](https://developers.google.com/google-ads/api/docs/start).

**Example Request:**

Example results for `q=GOOGL:NASDAQ`,`hl`: <mark style="color:blue;">es</mark>

```sh
curl -X POST https://serpapi.talordata.net/serp/v1/request \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -H "Authorization: Bearer token" \
 -d "engine=google_finance" \
 -d "q=pizza" \
 -d "json=1" \
 -d "hl=es"
```

</details>

## Advanced Parameters

<details>

<summary><strong><code>window</code> ,</strong>Time Range<strong>(Optional)</strong></summary>

Parameter is used for setting time range for the graph. It can be set to:

`1D` - 1 Day(default)

`5D` - 5 Days

`1M` - 1 Month

`6M` - 6 Months

`YTD` - Year to Date

`1Y` - 1 Year

`5Y` - 5 Years

`MAX` - Maximum

**Example Request:**

Example results for `q=GOOGL:NASDAQ`,`window`:6M

```sh
curl -X POST https://serpapi.talordata.net/serp/v1/request \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -H "Authorization: Bearer token" \
 -d "engine=google_finance" \
 -d "q=GOOGL:NASDAQ" \
 -d "json=1" \
 -d "window=6M "
```

</details>

If you need further assistance, feel free to contact us via **live chat** or email **<support@talordata.com>**.
