Freemium
finlight
Finlight API provides developers with reliable access to real-time financial data, market insights, and portfolio management tools. Designed for fintech apps and analysts, this freemium API requires API key authentication and supports flexible rate limits depending on usage plans. Finlight is ideal for users in India, the USA, and the UK looking to build financial applications with trusted data.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
5,000 requests/month
Rate Limit
API Endpoints
Analyzes market sentiment from news and social media
Full URL
https://api.finlight.me/v1/market/sentiment
Code Examples
curl -X GET 'https://api.finlight.me/v1/market/sentiment' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "symbol": "BTC-USD", "sources": "news,twitter" }
Example Response
{
"symbol": "BTC-USD",
"topics": [
"regulation",
"adoption"
],
"sentiment": "Bullish",
"confidence": 0.82,
"sentiment_score": 0.65
}
Version
v1
Rate Limit
500 requests/month
Tags
financenewstrading
Related APIs
Discover similar APIs that might interest you