8
n8n 한국어amn8n.com

금융 시장 요약 생성기

중급

이것은AI Summarization, Multimodal AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 HttpRequest, ManualTrigger, Agent, LmChatOpenAi 등의 노드를 사용하며. SerpAPI와 OpenAI GPT를 사용한 매일 금융 시장 요약

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "ac121027-b4b4-4e1a-b575-df8dabe472e8",
      "name": "OpenAI Chat Model4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -448,
        5248
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-5",
          "cachedResultName": "gpt-5"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "4l6TDfLZVFS24g3X",
          "name": "OpenAi account 4"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "e206c83f-d4e9-421e-b84c-7ef3200357ed",
      "name": "워크플로우 실행 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1312,
        4736
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "91c82cd7-5c71-4dc3-b06b-27b2cb8857f3",
      "name": "Sticky Note62",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1456,
        4576
      ],
      "parameters": {
        "color": 7,
        "width": 1488,
        "height": 928,
        "content": "# 💹 Daily Financial Markets Summary with SerpAPI\n\nThis workflow fetches **live financial data** from SerpApi and generates a **daily market recap** using OpenAI.  \n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "8a8cc32d-cf5f-4a8a-91c2-642b2cefc4d5",
      "name": "Sticky Note19",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1888,
        4592
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "\n## ⚙️ Setup Instructions  \n\n### 1️⃣ Set Up SerpApi Connection  \n1. Create a free account at [SerpApi](https://serpapi.com/)  \n2. Copy your **API Key** from the SerpApi dashboard  \n3. In **n8n** → **Credentials → New → SerpApi**  \n   - Paste your API Key → **Save**  \n4. In the workflow, select your SerpApi credential in the **Finance Search** node.  \n\n---\n\n### 2️⃣ Set Up OpenAI Connection  \n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)  \n2. Navigate to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview)  \n3. Add funds to your billing account  \n4. Copy your API key into the **OpenAI credentials** in n8n  \n\n\n\n## 📬 Contact  \nNeed help customizing (e.g., pulling multiple tickers, exporting to Google Sheets, or sending Slack/Email updates)?  \n\n📧 **robert@ynteractive.com**  \n🔗 **[Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)**  \n🌐 **[ynteractive.com](https://ynteractive.com)**\n"
      },
      "typeVersion": 1
    },
    {
      "id": "e61e0418-0f80-4084-bcc1-80a52fb35afa",
      "name": "SerpAPI Finance Search",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -992,
        5184
      ],
      "parameters": {
        "url": "https://serpapi.com/search.json?engine=google_finance&q=^GSPC&api_key=yourapikey",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "30495145-8e9f-4199-853d-570417c95852",
      "name": "금융 시장 요약",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -576,
        4832
      ],
      "parameters": {
        "text": "={{ $json.markets }}",
        "options": {
          "systemMessage": "You are a helpful assistant. Write a daily summary of the financial markets performance for the day. start with a paragraph summary, with bullet points with details. "
        },
        "promptType": "define"
      },
      "typeVersion": 2.2
    },
    {
      "id": "97f0d556-bbc9-4695-af80-023fdd1d8dc7",
      "name": "Sticky Note29",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        5088
      ],
      "parameters": {
        "color": 3,
        "width": 288,
        "height": 304,
        "content": "### 2️⃣ Set Up OpenAI Connection\n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)  \n2. Navigate to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview)  \n3. Add funds to your billing account  \n4. Copy your API key into the **OpenAI credentials** in n8n  "
      },
      "typeVersion": 1
    },
    {
      "id": "1e3ba01f-4625-4b50-841b-90b58e11a147",
      "name": "Sticky Note30",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1088,
        4960
      ],
      "parameters": {
        "color": 3,
        "width": 288,
        "height": 352,
        "content": "### 1️⃣ Set Up SerpApi Connection  \n1. Create a free account at [SerpApi](https://serpapi.com/)  \n2. Copy your **API Key** from the dashboard  \n3. In **n8n** → **Credentials → New → SerpApi**  \n   - Paste your API Key → **Save**  \n4. In the workflow, select your SerpApi credential in the **Google News Search** node.  \n\n---\n"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "ac121027-b4b4-4e1a-b575-df8dabe472e8": {
      "ai_languageModel": [
        [
          {
            "node": "30495145-8e9f-4199-853d-570417c95852",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "e61e0418-0f80-4084-bcc1-80a52fb35afa": {
      "main": [
        [
          {
            "node": "30495145-8e9f-4199-853d-570417c95852",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e206c83f-d4e9-421e-b84c-7ef3200357ed": {
      "main": [
        [
          {
            "node": "e61e0418-0f80-4084-bcc1-80a52fb35afa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - AI 요약, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수8
카테고리2
노드 유형5
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Robert Breen

Robert Breen

@rbreen

Professional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34