NASDAQ データを使用して、毎日ビットコイン・チェーン上指標 PDF レポートを生成

中級

これはCrypto Trading, Multimodal AI分野の自動化ワークフローで、9個のノードを含みます。主にSet, Code, HttpRequest, ManualTriggerなどのノードを使用。 NASDAQ データを使って毎日ビットコインのオンチェーン指標 PDF レポートを生成する

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "76f564ce9e1f496ea6c3533f155d5217a31a74b1b62bea30c37742947aa7de7c",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "8d555d4e-03ad-4950-b224-19c61dd6754c",
      "name": "ワークフロー実行時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1760,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f69f79bf-78ea-4ff3-9893-26c8c602a3e7",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "71ed1ac6-cc48-4f47-afbe-27efa9ca5b82",
      "name": "APIキーを追加",
      "type": "n8n-nodes-base.set",
      "position": [
        -1380,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "af1eb03e-b297-4f1d-9d72-65c4a69e7c58",
      "name": "Nasdaq Data Linkからデータを取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -900,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "34a4d77e-cbe7-4a58-acf6-0ce90f9bd2ff",
      "name": "出力をフォーマット",
      "type": "n8n-nodes-base.code",
      "position": [
        -680,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "cb81fc9b-74dc-4d29-b803-2fd38a112730",
      "name": "全アイテムを1つの配列に結合",
      "type": "n8n-nodes-base.code",
      "position": [
        -440,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "54703ce6-67e9-4cd4-bbe7-da9a44cfb971",
      "name": "APITemplateからテンプレートを取得・編集・更新",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        40,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "ee5b29b2-dc44-47ec-905e-6aab08f5554c",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c3221f27-4680-4da5-9c50-f8ffd40ad02c",
      "name": "PDFレポートをダウンロード",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        520,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "pinData": {},
  "connections": {
    "71ed1ac6-cc48-4f47-afbe-27efa9ca5b82": {
      "main": [
        [
          {
            "node": "af1eb03e-b297-4f1d-9d72-65c4a69e7c58",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "34a4d77e-cbe7-4a58-acf6-0ce90f9bd2ff": {
      "main": [
        [
          {
            "node": "cb81fc9b-74dc-4d29-b803-2fd38a112730",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "af1eb03e-b297-4f1d-9d72-65c4a69e7c58": {
      "main": [
        [
          {
            "node": "34a4d77e-cbe7-4a58-acf6-0ce90f9bd2ff",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cb81fc9b-74dc-4d29-b803-2fd38a112730": {
      "main": [
        [
          {
            "node": "54703ce6-67e9-4cd4-bbe7-da9a44cfb971",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8d555d4e-03ad-4950-b224-19c61dd6754c": {
      "main": [
        [
          {
            "node": "71ed1ac6-cc48-4f47-afbe-27efa9ca5b82",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "54703ce6-67e9-4cd4-bbe7-da9a44cfb971": {
      "main": [
        [
          {
            "node": "c3221f27-4680-4da5-9c50-f8ffd40ad02c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 仮想通貨取引, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

ワークフロー情報
難易度
中級
ノード数9
カテゴリー2
ノードタイプ5
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34