/v1/suggested
StockTwits editorially suggested stream
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/stocktwits-api/v1/suggested" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/stocktwits-api/v1/suggested", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/stocktwits-api/v1/suggested");
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/stocktwits-api/v1/suggested",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"note": "StockTwits' editorially suggested stream.",
"count": 30,
"source": "StockTwits",
"messages": [
{
"id": 656363898,
"body": "$ASTS Well, Elon killed the weekly candle ( not only on this name ). Weekly chart",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"ASTS"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:50:18Z"
},
{
"id": 656363897,
"body": "Did you buy or short the $SPCX IPO?",
"name": "Larry Thompson, CMT CPA",
"likes": null,
"symbols": [
"SPCX"
],
"username": "HostileCharts",
"sentiment": null,
"created_at": "2026-06-13T13:50:17Z"
},
{
"id": 656363880,
"body": "A VIX spike tells you people are scared. \n \nIt does not tell you fear has peaked. \n \nThat’s the trap. \n \nBuying fear is easy in hindsight. \n \nBuying fear in real time with no process is how people run out of chips.",
"name": "Larry Thompson, CMT CPA",
"likes": null,
"symbols": [],
"username": "HostileCharts",
"sentiment": null,
"created_at": "2026-06-13T13:49:35Z"
},
{
"id": 656363781,
"body": "$RGTI Channel support keeps holding. Keep that way! 🙏 Monthly chart.",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"RGTI"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:46:08Z"
},
{
"id": 656363764,
"body": "$SMR Nothing broken while key supports keep holding. \nCycles, cycles 😛 Monthly chart",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"SMR"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:45:19Z"
},
{
"id": 656363744,
"body": "$OKLO This is my my main reference while key supports keep holding. Cycles, cycles 😛 Monthly chart",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"OKLO"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:44:28Z"
},
{
"id": 656363597
…