# MarketAux API **Provider:** MarketAux **Category:** search **Base URL:** `https://www.marketaux.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.marketaux.com/ ## Description Live stock market news with tagged tickers + sentiment and stats JSON API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.marketaux.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.marketaux.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Financial news and market sentiment API. Free: 100 requests/month. Basic $9.99/mo (10K req/mo). Professional $49.99/mo. Business $99.99/mo. --- *Source: [API Map](https://apimap.dev/apis/marketaux/) — CC BY 4.0*