ModernFinBERT social sentiment for equity tickers
https://api.signalfuse.co/v1/sentiment/TSLAOverview
ModernFinBERT social sentiment for equity tickers
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
signalfuse
Source
bazaar
Indexed
2026-06-18 06:15:35
Health
Status
healthy
Latency (p50)
172ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-07-07 23:39:51
Last Healthy
2026-07-07 23:39:51
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"method": "GET",
"queryParams": {},
"schema": {
"properties": {
"symbol": {
"default": "TSLA",
"description": "Equity ticker (path parameter)",
"enum": [
"TSLA",
"PLTR",
"BABA",
"HOOD",
"NVDA",
"AMZN",
"META",
"GOOGL"
],
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"example": {
"confidence": 0.78,
"label": "bullish",
"score": 0.7,
"symbol": "TSLA",
"updated_at": "2026-06-01T19:30:00+00:00"
},
"type": "json"
}