Actions29
- Backlink Actions
- SERP Actions
- Business Data Actions
- On Page Actions
- Keywords Data Actions
- Labs Actions
Overview
The node integrates with the DataForSEO API to retrieve financial market data from Google Finance. Specifically, the "Get Finance Markets" operation fetches market information such as indexes, most active stocks, gainers, losers, cryptocurrencies, currencies, and climate leaders based on a specified location and language.
This node is useful for users who want to monitor or analyze financial markets data programmatically within their workflows. For example, it can be used to build dashboards showing current market movers, track cryptocurrency prices, or gather regional stock index data for further processing or alerting.
Properties
| Name | Meaning |
|---|---|
| Location | Full name of the search engine location to target the market data (e.g., "United States"). Supported locations are listed in the DataForSEO documentation: Supported locations |
| Language | Full name of the search engine language to use for the query (e.g., "English"). Supported languages are listed here: Supported languages |
| Market Type | The type of financial market data to retrieve. Options include: - Empty (no filter) - Indexes - Indexes/Americas - Indexes/Europe Middle East Africa - Indexes/Asia Pacific - Most Active - Gainers - Losers - Climate Leaders - Cryptocurrencies - Currencies |
Output
The node outputs an array of JSON objects representing the requested financial market data. Each object contains detailed information about individual market entries such as stock tickers, prices, changes, volumes, and other relevant financial metrics depending on the selected market type.
If binary data were involved (not indicated here), it would typically represent downloadable reports or media, but this node focuses on JSON structured market data.
Dependencies
- Requires an active DataForSEO API key credential configured in n8n.
- Internet access to call the DataForSEO v3 API endpoint at
https://api.dataforseo.com/v3. - Proper configuration of the node's resource as "SERP" and operation as "Get Finance Markets".
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication errors.
- Incorrect or unsupported location or language names may result in empty responses or errors.
- Selecting an unsupported market type value could lead to no data returned.
Error messages:
- Authentication failures: Check that the API key credential is correctly set up and valid.
- Validation errors related to location or language: Verify the spelling and correctness against the DataForSEO documentation.
- Network or timeout errors: Ensure stable internet connectivity and that the DataForSEO service is reachable.