US Stock Market API | Real-Time Data | $2 / 1k avatar
US Stock Market API | Real-Time Data | $2 / 1k

Pricing

Pay per event

Go to Apify Store
US Stock Market API | Real-Time Data | $2 / 1k

US Stock Market API | Real-Time Data | $2 / 1k

Get real-time stock data with the US Stock Market API. Fetch live prices, market caps, volumes, earnings, and analyst ratings for NASDAQ and NYSE tickers. Perfect for dashboards, fintech apps, trading models, and market research. Fast, reliable, and always up to date. $2 per 1,000 results.

Pricing

Pay per event

Rating

5.0

(1)

Developer

Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Overview

The US Stock Market API actor delivers real-time (typically within 20–30 seconds) intelligence for equities listed on the New York Stock Exchange and NASDAQ. Monitor price action, intraday highs and lows, market capitalization, volume trends, earnings, and analyst sentiment without managing data feeds yourself. Real-time visibility into the two most liquid US exchanges helps you track market-moving events the moment they happen and react with confidence. Automated scheduling keeps datasets fresh, while fully managed execution ensures consistent performance run after run.

Why Use This Actor

  • Investment research – Build timely dashboards, alerts, or trading tools with always-fresh metrics and corporate fundamentals.
  • Market intelligence – Power analyst briefings and financial journalism with structured snapshots of companies and exchange-traded products.
  • Product development – Enrich fintech apps, prototyping projects, or academic models with reliable, up-to-date price and fundamentals data.
  • Lead generation & partnerships – Surface companies within specific sectors or market cap ranges to support outreach programs.
  • Directory building – Maintain curated lists of equities, ETFs, and REITs enriched with descriptions, leadership, and earnings calendars.

Input Parameters

ParameterTypeDescriptionDefault
tickersarray of stringsOne or more symbols for stocks, ETFs, or REITs listed on NASDAQ or NYSE. Symbols are case-insensitive.["AAPL", "TSLA", "SPY", "pld", "vt"]
analystRatingbooleanToggle to enrich the dataset with analyst rating summaries and advisories.true
earningReportsbooleanToggle to include recent and upcoming earnings report details.true

Example Input

{
"tickers": ["AAPL", "TSLA", "SPY"],
"analystRating": true,
"earningReports": true
}

Example Output

Stock instrument

{
"symbol": "AAPL",
"name": "Apple Inc. Common Stock",
"simpleName": "Apple",
"description": "Apple, Inc. engages in the design, manufacture, and sale of smartphones, personal computers, tablets, wearables and accessories, and other varieties of related services...",
"sector": "Electronic Technology",
"industry": "Telecommunications Equipment",
"headquartersCity": "Cupertino",
"headquartersState": "California",
"ceo": "Timothy Donald Cook",
"yearFounded": 1976,
"marketDate": "2025-11-10",
"open": 269.01,
"high": 273.73,
"low": 267.455,
"volume": 27632823,
"averageVolume": 53614722.1,
"marketCap": 3975147127999.9995,
"peRatio": 35.963831,
"dividendYield": 0.379931,
"price": 269.02,
"previousClose": 268.47,
"instrumentType": "stock",
"ratingsSummary": {
"num_buy_ratings": 31,
"num_hold_ratings": 17,
"num_sell_ratings": 4
},
"ratingsDetails": [
{
"published_at": "2025-11-01T06:43:46Z",
"type": "buy",
"text": "Apple offers an expansive ecosystem of tightly integrated hardware, software, and services..."
}
],
"earnings": [
{
"year": 2025,
"quarter": 1,
"estimateEps": 2.34,
"actualEps": 2.4,
"reportDate": "2025-01-30",
"reportTiming": "pm",
"callDatetime": "2025-01-30T22:00:00Z",
"callReplayUrl": "http://mmm.wallstreethorizon.com/u.asp?u=174639"
}
]
}
  • symbol, name, simpleName – Company identifiers used for display and cross-referencing.
  • description, sector, industry – Business overview and classification for context.
  • marketDate, open, high, low, price, previousClose, volume – Real-time trading data points captured during the run.
  • averageVolume, marketCap, peRatio, dividendYield – Market statistics to evaluate liquidity and valuation.
  • ratingsSummary, ratingsDetails – Analyst sentiment counts and excerpts when analystRating is enabled.
  • earnings – Historical and upcoming earnings information when earningReports is enabled.

Fund / ETF instrument

{
"symbol": "SPY",
"name": "SPDR S&P 500 ETF Trust",
"simpleName": "SPDR S&P 500 ETF",
"description": "SPY tracks a market cap-weighted index of US large- and mid-cap stocks selected by the S&P Committee.",
"sector": "Miscellaneous",
"industry": "Investment Trusts Or Mutual Funds",
"marketDate": "2025-11-10",
"open": 677.24,
"high": 682.08,
"low": 675.03,
"volume": 57628846,
"averageVolume": 76971205.4,
"marketCap": 704853162031.98,
"peRatio": 28.696999,
"dividendYield": 1.1023,
"price": 681.655,
"previousClose": 670.97,
"instrumentType": "etp",
"etpDetails": {
"aum": 693688838064,
"secYield": 1.04,
"expenseRatio": 0.0945,
"prospectusUrl": "https://viewer.saytechnologies.com/cusips/78462F103",
"quarterEndPerformance": {
"market": {
"1Y": 17.51364,
"5Y": 16.37364
}
},
"holdings": [
{
"name": "NVIDIA",
"symbol": "NVDA",
"weight": 8
}
]
},
"ratingsSummary": null,
"ratingsDetails": [],
"earnings": []
}
  • instrumentType – Differentiates equities (stock) from exchange-traded products (etp).
  • etpDetails – Fund-specific enrichment covering assets under management, yields, expenses, and performance snapshots.
  • holdings – Sample of underlying securities with weights for quick portfolio insight.
  • Empty ratingsSummary, ratingsDetails, or earnings arrays show that certain enrichments may not apply to funds.

Notes & Limitations

  • Data is refreshed in real time, yet individual quotes may trail the live exchange feed by 20–30 seconds.
  • Use this actor in accordance with the applicable terms of service and legal requirements for the data you collect.

Support

Questions or custom needs? Open an issue on the Issues tab of the actor page in Apify Console and it will be resolved around the clock.

Happy Scraping,

  • Fatih