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
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

100 requests/day (free)

Supported Languages
PythonJavaScript
Use Cases
trading tools
market analysis

Related APIs

Discover similar APIs that might interest you

APIfreemium

Currency Exchange API

ExchangeRate.host is a robust and easy-t...

Category
Finance
Endpoints
1
currency-conversionexchange-ratesfinancial-data
APIfreemium

ExchangeRate API

The ExchangeRate-API provides real-time ...

Category
Finance
Endpoints
1
currencyfinance
APIfreemium

Brapi API

Brapi API offers developers access to Br...

Category
Finance
Endpoints
1
financestocks
Marketaux API – Real-Time Financial News API | FreeAPIHub