Saltar al contenido principal

Obtener Precio de Acción por Ticker

Workflow manual que obtiene el precio de una acción brasileña por símbolo de ticker desde brapi.dev

manual http finance stocks brapi market-data

Descargar ZIP

Qué está incluido

CampoValor
NombreObtener Precio de Acción por Ticker
TipoWorkflow
Triggermanual
Pasos1
Entradas1

JSON Completo

Clic para expandir
{
"description": "Manual workflow that fetches a Brazilian stock price by ticker symbol from brapi.dev",
"tags": [
"manual",
"http",
"finance",
"stocks",
"brapi",
"market-data"
],
"document": {
"name": "Get Stock Price by Ticker",
"enabled": true,
"log_level": "info",
"trigger": {
"type": "manual"
},
"workflowInput": [
{
"name": "ticker",
"description": "Ticker symbol (example: VALE3 or VALE3.SA)",
"schema": {
"type": "string",
"required": true
}
}
],
"steps": [
{
"condition": {
"expr": "true",
"onFailure": "throw",
"resultType": "any"
},
"action": {
"actionType": "actions/network/http/request/send",
"actions/network/http/request/send": {
"method": "GET",
"url": {
"expr": "\"https://brapi.dev/api/quote/\" + encode_uri(split(upperAscii(ticker), \".\")[0])",
"onFailure": "throw",
"resultType": "any"
},
"headers": [],
"returnBuffer": false,
"cache": false
}
}
}
],
"returnExpression": {
"expr": "get(step(0).data, \"results.0.regularMarketPrice\")"
}
}
}

Como Importar

  1. Descargue el archivo ZIP usando el botón de arriba
  2. Navegue a Configuración de la Empresa → Transferencia de Datos en su panel de AutoTalk
  3. Haga clic en Importar y seleccione el archivo ZIP descargado
  4. Revise el resumen de importación y confirme
  5. Todos los IDs de documentos se remapean automáticamente — no se necesita edición manual de IDs