Telegramを使ってFinnhub APIとGemini AIでIPOカレンダーアラートを取得
中級
これはCrypto Trading, AI Summarization分野の自動化ワークフローで、15個のノードを含みます。主にSet, Code, Telegram, HttpRequest, Agentなどのノードを使用。 Telegram を使って Finnhub API と Gemini AI による IPO カレンダーアラートを取得
前提条件
- •Telegram Bot Token
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Gemini API Key
使用ノード (15)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "d04643ba872bb0fb252ed2c8197858d58cc47dd3c15ff6d08b19addd679e927b",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "e494e461-9cea-4e9d-a7ee-46d2cfe6da40",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1060,
-480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "cc48535d-9e80-477a-9ac9-d5b397f63f23",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
-440
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8c194792-6899-44ee-834c-c8420ef93ee5",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
-500
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "25b6f380-e329-47e2-9bae-e97ad38196e0",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1400,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "58d73bcc-d9a1-4f48-b20f-1004951b0077",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1840,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "373e7bf3-35cf-447e-b936-30de5e7077ed",
"name": "Finhubb用 API キーと日付の設定",
"type": "n8n-nodes-base.set",
"position": [
-200,
-200
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "174c446e-f69c-4950-96e4-f5a9403e3e95",
"name": "日付の動的設定",
"type": "n8n-nodes-base.code",
"position": [
-560,
-200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ab34f816-3dd1-4401-8f77-2c315b8a2157",
"name": "AIエージェント",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1020,
-180
],
"parameters": {},
"typeVersion": 1.9
},
{
"id": "dbaf3740-ea86-4c95-b041-a59551549af4",
"name": "構造化出力パーサー",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1300,
180
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "c7f32849-5ba1-4ade-b742-e90f3909d86c",
"name": "入力の整理",
"type": "n8n-nodes-base.code",
"position": [
720,
-180
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4b8749b0-3472-4d9d-b9dc-da3626f0dd1b",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
860,
80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "177c9d31-3857-47f6-aee2-a845cdd3790b",
"name": "近日予定の業績発表を取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
340,
-180
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "105c86b5-109b-403c-ba42-e3b02f6624a3",
"name": "Google Gemini チャットモデル (出力をフォーマット)",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
980,
180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "db29a1b0-f9e0-4640-8e88-75475a725f47",
"name": "7日ごとにスケジュール",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-940,
-200
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "f0b24a1a-a9ef-48d1-a740-46edecf630a2",
"name": "Telegram を介した近日予定IPOカレンダー更新の送信",
"type": "n8n-nodes-base.telegram",
"position": [
1560,
-180
],
"webhookId": "5553904c-99eb-461d-9c74-ec7093c93bd9",
"parameters": {},
"typeVersion": 1.2
}
],
"pinData": {},
"connections": {
"ab34f816-3dd1-4401-8f77-2c315b8a2157": {
"main": [
[
{
"node": "f0b24a1a-a9ef-48d1-a740-46edecf630a2",
"type": "main",
"index": 0
}
]
]
},
"c7f32849-5ba1-4ade-b742-e90f3909d86c": {
"main": [
[
{
"node": "ab34f816-3dd1-4401-8f77-2c315b8a2157",
"type": "main",
"index": 0
}
]
]
},
"177c9d31-3857-47f6-aee2-a845cdd3790b": {
"main": [
[
{
"node": "c7f32849-5ba1-4ade-b742-e90f3909d86c",
"type": "main",
"index": 0
}
]
]
},
"db29a1b0-f9e0-4640-8e88-75475a725f47": {
"main": [
[
{
"node": "174c446e-f69c-4950-96e4-f5a9403e3e95",
"type": "main",
"index": 0
}
]
]
},
"dbaf3740-ea86-4c95-b041-a59551549af4": {
"ai_outputParser": [
[
{
"node": "ab34f816-3dd1-4401-8f77-2c315b8a2157",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"174c446e-f69c-4950-96e4-f5a9403e3e95": {
"main": [
[
{
"node": "373e7bf3-35cf-447e-b936-30de5e7077ed",
"type": "main",
"index": 0
}
]
]
},
"373e7bf3-35cf-447e-b936-30de5e7077ed": {
"main": [
[
{
"node": "177c9d31-3857-47f6-aee2-a845cdd3790b",
"type": "main",
"index": 0
}
]
]
},
"105c86b5-109b-403c-ba42-e3b02f6624a3": {
"ai_languageModel": [
[
{
"node": "ab34f816-3dd1-4401-8f77-2c315b8a2157",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"f0b24a1a-a9ef-48d1-a740-46edecf630a2": {
"main": [
[]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 仮想通貨取引, AI要約
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
X、Telegram、Discordへ24/7の暗号通貨ニュースを自動送信(Gemini駆動)
チャイニーズの暗号資産ニュースをX、Telegram、Discordに24/7で自動投稿(Gemini駆動)
Set
Filter
Discord
+
Set
Filter
Discord
28 ノードMalik Hashir
仮想通貨取引
Gemini 2.5 ProとTwelveDataを使ってTelegramボットから株式取引シグナルを生成
Telegram ボットを使用して Gemini 2.5 Pro と TwelveData を用いて株式取引シグナルを生成
Set
Code
Wait
+
Set
Code
Wait
36 ノードMalik Hashir
コンテンツ作成
SOL/USDTマルチタイムフレームAI市場解析器&取引システム(Telegram承認含む)
Gemini AI、多時間枠分析、AFK Cryptoを使ってSolana取引を自動化する
If
Code
Wait
+
If
Code
Wait
56 ノードJeff
仮想通貨取引
Gemini AIを使用してTelegramとDiscordに包括のな金融市場レポートを生成
Telegram と Discord 用に Gemini AI を使用して包括のな金融市場レポートを生成
Set
Code
Limit
+
Set
Code
Limit
137 ノードMalik Hashir
仮想通貨取引
第一轮 Telegram と LinkedIn 快速通道 AI 招聘アシスタント
AI候选人筛选流程:LinkedInへTelegram,統合Gemini与Apify
If
Set
Code
+
If
Set
Code
55 ノードDean Pike
人事
アマゾンの価格自動追跡&Telegramでのリマインダー
Google Geminiを使用して Amazon価格を自動追跡し、Telegramでの通知を送信
If
Set
Code
+
If
Set
Code
22 ノードIssam AGGOUR
市場調査