VOOZH about

URL: https://apify.com/pintostudio/stock-insights

⇱ Stock Insights Β· Apify


Pricing

$12.00/month + usage

Go to Apify Store

Fetch detailed fair value insights and key financial indicators for global stocks from Investing.com using this Apify Actor.

Pricing

$12.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Pinto Studio

Pinto Studio

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

0

Monthly active users

a year ago

Last modified

Share

πŸ“Š Stock Insights Data (Investing.com) - Apify Actor

Fetch detailed fair value insights and key financial indicators for global stocks from Investing.com using this Apify Actor.


🧠 What It Does

This Actor scrapes stock fair value data and financial insights (a.k.a. "finsights") from Investing.com, including sentiment analysis and relevance-weighted metrics.

It’s useful for:

  • Financial research
  • Building investment dashboards
  • Detecting undervalued or overvalued stocks
  • Tracking buybacks, dividends, and valuation metrics

πŸ“₯ Input Schema

FieldTypeRequiredDescription
stockSymbolstringβœ… YesThe stock ticker symbol (e.g. AAPL, MSFT, BBVA)
countrystring❌ NoCountry where the stock is listed (default: united states)

Supported Countries

  • United States
  • United Kingdom
  • Spain
  • Germany
  • France
  • Italy
  • Netherlands
  • Belgium
  • Portugal
  • Austria
  • Switzerland
  • Sweden
  • Norway
  • Denmark
  • Finland
  • Poland
  • Czech Republic
  • Hungary
  • Greece
  • Turkey
  • Russia
  • China
  • Japan
  • South Korea
  • India
  • Australia
  • Canada
  • Brazil
  • Mexico
  • Argentina
  • Chile
  • Colombia
  • Peru
  • South Africa
  • Israel
  • Saudi Arabia
  • United Arab Emirates
  • Malaysia
  • Singapore
  • Thailand
  • Indonesia
  • Philippines
  • Vietnam
  • Taiwan
  • Hong Kong
  • New Zealand

πŸ“€ Output Example

The Actor returns a JSON object containing:

  • company_name: Full name of the company
  • finsights: Array of financial insights (metrics + sentiment)
  • metric: Contains:
    • slug: Metric name
    • value: Metric numeric value
    • currency: If applicable (e.g., USD)
    • scale: Scaling factor (e.g., 1, 1,000,000)
    • percentile: Ranking percentile vs. peers
  • sentiment: One of WIN, WARN, or WOE
  • relevance: Importance score (0–100)
  • brief: Summary description
  • locked: Whether the data is fully accessible or restricted

Example Output

{
"company_name":"Apple Inc.",
"finsights":[
{
"tags":["value"],
"brief":"Management has been aggressively buying back shares",
"sentiment":"WIN",
"relevance":92.5,
"metric":{
"slug":"buyback_yield",
"value":0.034,
"currency":"",
"scale":1,
"percentile":0.86
},
"locked":false
},
{
"tags":["dividend"],
"brief":"Has raised its dividend for 13 consecutive years",
"sentiment":"WIN",
"relevance":75,
"metric":{
"slug":"div_growth_streak",
"value":13,
"currency":"",
"scale":1,
"percentile":1
},
"locked":false
}
// ...more finsights
]
}

πŸ” Some insights may be locked depending on availability or Investing.com restrictions.


πŸ› οΈ How It Works

  1. Receives stockSymbol and country as input.

  2. Validates inputs and logs activity.

  3. make the calls to retrieve the data.

  4. Pushes detailed insight records to the dataset.

  5. Stores a summary in a key-value store (insights_summary) with:

    • stock, country, retrieved_at, etc.
    • Metadata like top_finsight, company_name, and has_data

πŸ“¦ Dataset & Storage

  • All results are pushed to the Actor's default dataset.
  • A summary object is stored in the Actor's Key-value store as insights_summary.

❌ Error Handling

If the Actor fails due to bad inputs or request errors, it will:

  • Log a detailed error to Apify logs
  • Call Actor.fail() to stop gracefully
  • Return an object with has_data: false and error message

▢️ Example Run

Input:

{
"stockSymbol":"AAPL",
"country":"united states"
}

Output Summary (insights_summary):

{
"stock":"AAPL",
"country":"united states",
"stock_symbol":"AAPL",
"company_name":"Apple Inc.",
"has_data":true,
"finsights_count":13,
"top_finsight":{
"brief":"Management has been aggressively buying back shares",
"relevance":92.5
},
"retrieved_at":"2025-07-03T14:10:00Z"
}

Support

If you have any questions or encounter any issues, please consult the Apify documentation or reach out to us through one of the following channels:

  • Verify input parameters match the schema requirements
  • Check the Apify platform documentation
  • Review the actor logs for detailed error messages
  • Telegram: @pintoflow
  • Apify Platform: You can also contact us directly through this platform.

You might also like

Stock Fair Value (investing.com)

pintostudio/stock-fair-value-investing-com

The Stock Fair Value Data Actor is a powerful tool that retrieves comprehensive fair value analysis and fundamental financial information for stocks from Investing.com.

16

Stock Asset Metrics (investing.com)

pintostudio/stock-asset-metrics-investing-com

This Apify Actor retrieves fundamental financial metrics for a given stock symbol from Investing.com. It is particularly useful for extracting key valuation indicators, profitability ratios, and stock health indicators based on country and symbol.

Stock Profile (Investing.com)

pintostudio/stock-profile-investing-com

The Stock Profile Data (Investing.com) Actor is a powerful web scraping tool that retrieves comprehensive company profile information for publicly traded stocks from Investing.com.

Stocks Overview

pintostudio/stocks-overview

This Apify actor fetches stock overview data from Investing.com for a specified country. It retrieves up to 1,000 stock entries with key financial metrics and summarizes market sentiment.

Stock Information (investing.com)

pintostudio/stock-information-investing-com

The Stock Information Data (Investing.com) Actor is a powerful web scraping tool that fetches comprehensive fundamental stock information from Investing.com.

89

Stock Dividends (investing.com)

pintostudio/stock-dividends-investing-com

The Stock Dividends Data Actor retrieves comprehensive dividend information for publicly traded stocks from Investing.com.

12

Stock Earnings

pintostudio/stock-earnings

The Stock Earnings (investing.com) actor is a specialized web scraper designed to fetch comprehensive earnings data for publicly traded stocks from Investing.com.

18

Stock Financials (investing.com)

pintostudio/stock-financials-investing-com

The Stock Financials Summary Data (Investing.com) Actor is a powerful tool that fetches comprehensive financial summary data for publicly traded companies from various global stock exchanges.

11

Investing News Apify

romy/investing-news-apify

Investing.com News Scraper is a lightweight Apify actor that extracts the latest financial news directly from Investing.com without requiring an official API key returns structured JSON results with full article metadata, tickers, and user comments.

Stock Historical Data (investing.com)

pintostudio/stock-historical-data-investing-com

This Apify actor scrapes historical stock data from Investing.com. Ideal for traders, analysts, researchers, and data scientists who need daily, weekly, or monthly stock price history.