/v1/losers
Tickers with the biggest mention drop
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/apewisdom-api/v1/losers" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/apewisdom-api/v1/losers", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/apewisdom-api/v1/losers");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/apewisdom-api/v1/losers",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "Tickers whose Reddit mentions fell the most vs 24h ago — fading attention.",
"count": 45,
"filter": "all-stocks",
"source": "ApeWisdom",
"tickers": [
{
"name": "Microsoft",
"rank": 4,
"ticker": "MSFT",
"upvotes": 1561,
"mentions": 281,
"rank_change": -3,
"rank_24h_ago": 1,
"mention_change": -305,
"mentions_24h_ago": 586
},
{
"name": "Adobe",
"rank": 17,
"ticker": "ADBE",
"upvotes": 167,
"mentions": 54,
"rank_change": -12,
"rank_24h_ago": 5,
"mention_change": -192,
"mentions_24h_ago": 246
},
{
"name": "SPDR S&P 500 ETF Trust",
"rank": 2,
"ticker": "SPY",
"upvotes": 2257,
"mentions": 454,
"rank_change": 1,
"rank_24h_ago": 3,
"mention_change": -94,
"mentions_24h_ago": 548
},
{
"name": "Invesco QQQ ETF",
"rank": 10,
"ticker": "QQQ",
"upvotes": 333,
"mentions": 139,
"rank_change": -4,
"rank_24h_ago": 6,
"mention_change": -84,
"mentions_24h_ago": 223
},
{
"name": "DTE Energy",
"rank": 12,
"ticker": "DTE",
"upvotes": 863,
"mentions": 105,
"rank_change": -5,
"rank_24h_ago": 7,
"mention_change": -68,
"mentions_24h_ago": 173
},
{
"name": "Micron Technology",
"rank": 5,
"ticker": "MU",
"upvotes": 1174,
"mentions": 276,
"rank_change": -1,
"rank_24h_ago": 4,
"mention_change": -60,
"mentions_24h_ago": 336
},
{
"name": "Oracle",
"rank": 87,
"ticker": "ORCL",
"upvotes": 11,
"mentions": 6,
"rank_change": -72,
"rank_24h_ago": 15,
"mention_change": -45,
"mentions_24h_ago": 51
},
{
"name": "Alphabet (Google)",
"rank": 43,
"ticker": "GOOGL",
"upvotes": 47,
"mentions": 17,
"rank_change": -26,
"rank_24h_ago": 17,
"mention_change": -44,
"mentions_24h_ago": 61
},
{
…