Stock Earnings Transcript avatar
Stock Earnings Transcript

Under maintenance

Pricing

$7.99/month + usage

Go to Store
Stock Earnings Transcript

Stock Earnings Transcript

Under maintenance

Developed by

Pinto Studio

Pinto Studio

Maintained by Community

The Stock Earnings Transcript Data Actor is a powerful tool that fetches comprehensive earnings transcript data and fundamental financial information from Investing.com for specified stock symbols.

0.0 (0)

Pricing

$7.99/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

25%

Last modified

4 days ago

Stock Earnings Transcript Data (Investing.com)

Overview

The Stock Earnings Transcript Data Actor is a powerful tool that fetches comprehensive earnings transcript data and fundamental financial information from Investing.com for specified stock symbols. This actor provides detailed earnings call summaries, research analysis, and financial insights for stocks across multiple global markets.

Features

  • Earnings Call Transcripts: Retrieve detailed earnings call information including summaries, dates, and quarters
  • Professional Research Summaries: Access curated research insights and analysis
  • Multi-Country Support: Support for 46+ countries and their respective stock exchanges
  • Real-time Data: Fetch the most recent earnings transcript data available
  • Structured Output: Clean, structured JSON output for easy integration
  • Download Links: Access to additional research materials when available

Input Parameters

Required Parameters

  • stockSymbol (string, required)
    • Stock symbol to retrieve earnings transcript data for
    • Examples: AAPL, BBVA, MSFT, GOOGL
    • Length: 1-10 characters
    • Case insensitive (automatically converted to uppercase)

Optional Parameters

  • country (string, optional)
    • The country where the stock is listed
    • Default: united states
    • Supported countries include major global markets such as:
      • United States, United Kingdom, Germany, France, Italy
      • Spain, Canada, Australia, Japan, China, South Korea
      • And 35+ additional countries

Usage Examples

Basic Usage

{
"stockSymbol": "AAPL"
}

With Country Specification

{
"stockSymbol": "BBVA",
"country": "spain"
}

Multiple Market Examples

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

Output Data Structure

The actor returns a comprehensive dataset with the following structure:

Main Data Fields

  • earningsCall: Core earnings call information

    • call_date: Date of the earnings call
    • quarter: Financial quarter (e.g., "Q2/2025")
    • summary: Array of key earnings call highlights
    • article_id: Unique identifier for the earnings article
    • instrument_id: Stock instrument identifier
    • created_at: Timestamp of data creation
    • updated_at: Timestamp of last update
  • articleData: Article metadata

    • last_updated: When the article was last updated
    • link: Relative URL to the full earnings transcript
  • proResearchSummaries: Professional research insights

    • title: Research topic title
    • summary: Detailed analysis summary
    • URL: Link to full research article
    • created_at: Creation timestamp
    • instrument_id: Associated stock identifier
  • proResearchHtmlDownloadLink: Direct download link for research materials

  • isDownloadLinkAvailable: Boolean indicating if download link is accessible

Sample Output

{
"earningsCall": {
"call_date": "2025-05-01",
"quarter": "Q2/2025",
"summary": [
"Apple beats Q2 2025 forecasts with EPS of $1.65 and revenue of $95.36B",
"Services revenue hits all-time high of $26.6B",
"Company expects low to mid-single digit revenue growth for June quarter"
],
"article_id": 4018568,
"instrument_id": 6408
},
"articleData": {
"last_updated": "2025-06-30T15:46:48Z",
"link": "/news/transcripts/earnings-call-transcript-apple-q1-2025-beats-eps-forecast-stock-falls-93CH-4018568"
},
"proResearchSummaries": [
{
"title": "Financial Outlook",
"summary": "Analyst price targets range from $140 to $250, reflecting varied perspectives on Apple's growth potential",
"URL": "https://www.investing.com/news/swot-analysis/apples-swot-analysis-stock-faces-ai-challenge-amid-services-growth-93CH-4124142"
}
],
"isDownloadLinkAvailable": true
}

Key Benefits

For Financial Analysts

  • Access to structured earnings call summaries
  • Professional research insights and analysis
  • Historical earnings data tracking
  • Multi-market coverage for global portfolios

For Investors

  • Quick access to key earnings highlights
  • Research summaries for informed decision-making
  • Real-time updates on financial performance
  • Easy integration with existing tools

For Developers

  • Clean, structured JSON output
  • Consistent data format across all stocks
  • Error handling and validation
  • Comprehensive logging for debugging

Error Handling

The actor includes robust error handling for common scenarios:

  • Invalid Stock Symbol: Validates stock symbol format and existence
  • Country Validation: Ensures supported country selection
  • Connection Issues: Handles network connectivity problems
  • Data Availability: Gracefully handles cases where no data is available
  • Rate Limiting: Manages API rate limits appropriately

Technical Details

Data Freshness

  • Data is fetched in real-time from Investing.com
  • Timestamps included for all data points
  • Automatic updates when new earnings calls are published

Performance

  • Optimized for fast data retrieval
  • Efficient handling of large datasets
  • Minimal resource usage

Reliability

  • Comprehensive error handling
  • Automatic retry mechanisms
  • Detailed logging for troubleshooting

Common Use Cases

  1. Earnings Analysis: Track quarterly earnings performance and key metrics
  2. Research Aggregation: Compile professional research insights for investment decisions
  3. Portfolio Monitoring: Monitor earnings updates across multiple holdings
  4. Financial Reporting: Generate reports with latest earnings data
  5. Market Research: Analyze earnings trends across different sectors or regions

Integration Tips

Data Processing

  • Use the summary array for quick earnings highlights
  • Process proResearchSummaries for detailed analysis
  • Check isDownloadLinkAvailable for additional research materials

Automation

  • Schedule regular runs to track earnings updates
  • Set up alerts based on earnings performance
  • Integrate with portfolio management systems

Data Storage

  • Store results in databases for historical analysis
  • Export to spreadsheets for further processing
  • Use with business intelligence tools

Supported Markets

The actor supports stocks from major global exchanges including:

  • North America: United States, Canada
  • Europe: United Kingdom, Germany, France, Italy, Spain, Netherlands, and more
  • Asia-Pacific: Japan, China, South Korea, India, Australia, Singapore, Hong Kong
  • Latin America: Brazil, Mexico, Argentina, Chile, Colombia
  • Middle East & Africa: Israel, Saudi Arabia, UAE, South Africa

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.