Stock Recent Data
by pintostudio
Fetch recent stock market data from Investing.com for any global symbol. Automate portfolio tracking, feed dashboards, and skip building your own scraper.
Opens on Apify.com
About Stock Recent Data
Need recent stock prices and market data without the hassle of manual checking? This actor pulls fresh stock information directly from Investing.com, saving you the time of building and maintaining your own scraper. Just feed it a stock symbol and specify the country's exchange, and it handles the rest. I use it to quickly gather closing prices, daily highs and lows, and trading volumes for a list of tickers. It's perfect for developers building financial dashboards, analysts compiling daily reports, or anyone automating a simple portfolio tracker. The data comes back structured and ready for your database or spreadsheet, so you can skip the tedious data cleaning. It reliably fetches data for stocks across global markets, which is great when you're dealing with international symbols. If you've ever needed to programmatically check a stock's performance, this actor eliminates the biggest headache: getting clean, recent data from a major financial site without getting blocked.
What does this actor do?
Stock Recent Data is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Stock Recent Data (Investing.com) Actor
Overview
This actor fetches recent historical stock data (open, high, low, close, volume) from Investing.com. It supports stocks from over 46 countries and returns structured JSON.
Key Features
- Multi-Country Data: Fetch data for stocks listed in the US, UK, Germany, Japan, and 40+ other countries.
- Flexible Intervals: Retrieve data in Daily, Weekly, or Monthly intervals.
- Order Control: Get results in ascending (oldest first) or descending (newest first) order.
- Structured Output: Returns a consistent JSON object with the historical data and summary statistics.
- Error Handling: Includes robust logging and clear success/failure indicators in the output.
How to Use
Configure the actor run with the required stockSymbol parameter and any optional parameters.
Input Parameters
Required:
* stockSymbol (string): The stock ticker symbol (e.g., "AAPL", "BBVA"). Must be 1-10 characters.
Optional:
* country (string): The country where the stock is listed. Default is "united states".
* order (string): Data order. Use "ascending" (or "asc") for oldest-first, or "descending" (or "desc") for newest-first. Default is "ascending".
* interval (string): Data interval. Options are "Daily", "Weekly", or "Monthly". Default is "Daily".
Example Input:
{
"stockSymbol": "AAPL",
"country": "united states",
"order": "ascending",
"interval": "Daily"
}
Output
The actor returns a JSON object containing metadata, the historical data array, and summary fields.
Output Structure
{
"stock": "aapl",
"country": "united states",
"stock_symbol": "AAPL",
"order": "ascending",
"interval": "Daily",
"retrieved_at": "2025-07-08T12:20:06.605899",
"has_data": true,
"recent_data": {
"name": "Apple",
"recent": [
{
"date": "07/07/2025",
"open": 212.68,
"high": 216.23,
"low": 208.8,
"close": 209.95,
"volume": 50228984,
"currency": "USD"
}
]
},
"total_records": 19,
"latest_date": "07/07/2025",
"latest_close": 209.95,
"latest_volume": 50228984,
"currency": "USD",
"stock_name": "Apple"
}
Key Output Fields
has_data: Boolean indicating if data was successfully retrieved.recent_data.recent: An array of historical data points, each containingdate,open,high,low,close,volume, andcurrency.total_records: The count of historical data points returned.latest_close,latest_volume: The closing price and volume from the most recent data point.- Statistical fields like
avg_close,min_close, andmax_closeare included when available.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Stock Recent Data now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- pintostudio
- Pricing
- Paid
- Total Runs
- 136
- Active Users
- 6
Related Actors
Similarweb scraper
by curious_coder
Google Ads Scraper
by silva95gustavo
Cheap Google Search Results Scraper
by tuningsearch
G2 Explorer
by jupri
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support