Freemium
Marketaux Financial News
Marketaux API provides real-time financial news and headlines from trusted global sources. It includes features such as keyword-based filtering, company ticker tracking, and sentiment tagging. This freemium API uses API Key authentication and supports flexible rate limits. Ideal for developers building financial dashboards, stock alert systems, and investment tools requiring timely and structured news content.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
100 requests/day
Rate Limit
API Endpoints
Retrieves real-time financial news from global markets with sentiment analysis
Full URL
https://api.marketaux.com/v1/news/all
Code Examples
curl -X GET 'https://api.marketaux.com/v1/news/all' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "symbols": "TSLA,AAPL", "language": "en", "filter_entities": true, "published_after": "2023-07-01" }
Example Response
{
"data": [
{
"title": "Tesla Q2 Earnings Beat Expectations",
"source": "Financial Times",
"entities": [
"TSLA",
"Elon Musk"
],
"sentiment": 0.85,
"published_at": "2023-07-15T09:30:00Z"
}
],
"count": 1
}
Version
v1
Rate Limit
500 requests/month
Tags
financestocks
Related APIs
Discover similar APIs that might interest you