/v1/screener
Rank local primary listings
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/colombia-stock-api/v1/screener" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/colombia-stock-api/v1/screener", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/colombia-stock-api/v1/screener");
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/colombia-stock-api/v1/screener",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"sort": "market_cap",
"count": 25,
"order": "desc",
"market": "BVC",
"results": [
{
"low": 305000,
"high": 308000,
"last": 305320,
"name": "Grupo Nutresa S.A.",
"open": 308000,
"pe_ttm": 141.9446,
"sector": "Consumer Non-Durables",
"symbol": "NUTRESA",
"ticker": "BVC:NUTRESA",
"volume": 256,
"currency": "COP",
"change_abs": -2680,
"change_pct": -0.8701,
"market_cap": 138028185643311
},
{
"low": 2810,
"high": 2875,
"last": 2875,
"name": "Ecopetrol SA",
"open": 2830,
"pe_ttm": 13.4507,
"sector": "Energy Minerals",
"symbol": "ECOPETROL",
"ticker": "BVC:ECOPETROL",
"volume": 18993540,
"currency": "COP",
"change_abs": 40,
"change_pct": 1.4109,
"market_cap": 118210499023438
},
{
"low": 82100,
"high": 85180,
"last": 82500,
"name": "Grupo Cibest S.A.",
"open": 82600,
"pe_ttm": 41.3631,
"sector": "Finance",
"symbol": "CIBEST",
"ticker": "BVC:CIBEST",
"volume": 368434,
"currency": "COP",
"change_abs": -2400,
"change_pct": -2.8269,
"market_cap": 73009332397461
},
{
"low": 29500,
"high": 32200,
"last": 31500,
"name": "Interconexion Electrica SA ESP",
"open": 29780,
"pe_ttm": 15.2755,
"sector": "Utilities",
"symbol": "ISA",
"ticker": "BVC:ISA",
"volume": 554343,
"currency": "COP",
"change_abs": 1720,
"change_pct": 5.7757,
"market_cap": 34891856323242
},
{
"low": 2865,
"high": 3060,
"last": 3050,
"name": "GRUPO ENERGIA BOGOTA S.A. E.S.P",
"open": 2975,
"pe_ttm": 10.1263,
"sector": "Utilities",
"symbol": "GEB",
"ticker": "BVC:GEB",
"volume": 2761126,
"currency": "COP",
"change_abs": 100,
"change_pct": 3.3898,
"market_cap": 28002589111328
},
{
"low": 841,
"high": 920,
"last": 918,
"name": "Grupo Aval Acciones y Valor
…