Vai al contenuto
GET /v1/suggested

StockTwits editorially suggested stream

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/stocktwits-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

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_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "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
…