# Twelve Data API **Provider:** Twelve Data **Category:** finance **Base URL:** `https://twelvedata.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 8 calls/min (free) ยท 55-10,946 calls/min (paid) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://twelvedata.com/ ## Description Stock market data (real-time & historical) ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://twelvedata.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://twelvedata.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 800 credits/day (8 calls/min). Grow $29/mo: 55-377 calls/min. Pro $99/mo: 610-1,597 calls/min. Ultra $329/mo: 2,584+ calls/min. --- *Source: [API Map](https://apimap.dev/apis/twelve-data/) โ€” CC BY 4.0*