Ir al contenido
GET /v1/suggested

StockTwits editorially suggested stream

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/stocktwits-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

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