Finance — entry 041 of 47
Sugra
Sugra (Sugra Systems) aggregates over 1,000 endpoints across 100+ primary sources — equities, macroeconomics, commodities, crypto, forex, weather, climate, corporate filings, and news — into one normalized, LLM-ready JSON envelope built for AI agents. Access is gated by an x-api-key header issued from the app.sugra.ai dashboard; a live check against the API host confirmed no Access-Control-Allow-Origin header, so it's server-side-only. A permanent free tier (50 requests/day, no card) sits alongside paid Dev and Pro plans that raise the daily quota, plus a custom Enterprise tier.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Free 50 requests/day, Dev 5,000 requests/day, Pro 50,000 requests/day, Enterprise custom