# IEX API **Provider:** IEX **Category:** finance **Base URL:** `https://iextrading.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/s (paid) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://iextrading.com/developer/ ## Description Free Stocks and Market Data. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://iextrading.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://iextrading.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 50,000 credits/month (IEX Cloud Starter). Paid from $19/mo (50M credits). --- *Source: [API Map](https://apimap.dev/apis/iex/) — CC BY 4.0*