MarketAux
APILive stock market news API with tagged tickers, sentiment & stats (JSON)
Overview
MarketAux API delivers live stock market news articles enriched with tagged tickers (e.g., AAPL, MSFT), sentiment analysis scores (positive/negative/neutral), and key market stats. Core endpoints include filtered news retrieval (by ticker, date range, sentiment), ticker-specific news feeds, and sentiment summary reports. All responses are in JSON format. Ideal for integrating into financial apps, sentiment-driven trading tools, market research platforms, or investor dashboards to provide real-time, actionable insights tied to specific securities.
Example Integration (JavaScript)
fetch('https://www.marketaux.com/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON responses
- Live stock news updates
- Tagged tickers integration
- Sentiment analysis
- Market stats inclusion
Frequently Asked Questions
? Is MarketAux free to use?
Yes, MarketAux offers a free tier with limited monthly requests; paid plans are available for higher usage, additional features, and increased rate limits.
? Does it require an API Key?
Yes, you need to sign up for an account on MarketAux to obtain an API key for accessing all endpoints.
? What is the response format?
All responses from MarketAux are in JSON format, including news articles, tagged ticker details, sentiment scores, and market statistics.
Top Alternatives
People Also Ask about MarketAux
Tool Info
Pros
- ⊕ Enriched data (tickers + sentiment)
- ⊕ Real-time content
- ⊕ Flexible filtering options
- ⊕ Easy integration into apps/dashboards
Cons
- ⊖ Rate limits on free tier
- ⊖ Requires API key authentication
- ⊖ Limited historical data in free plan