DEVELOPER
Access institutional financial data via REST API, connect directly to Claude and other LLMs via MCP, and build on top of the same data powering Finsyt.
curl -X GET \
"https://finsyt-platform.vercel.app/api/quote?symbol=NVDA" \
-H "Authorization: Bearer YOUR_API_KEY"curl -X POST \
"https://finsyt-platform.vercel.app/api/ai-research" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Summarise NVIDIA Q4 earnings", "symbol": "NVDA"}'Replace YOUR_API_KEY with your key from the API Keys tab. Base URL: https://finsyt-platform.vercel.app