Commands/Finance
F

Finance

Quick access to your banking, investing, and financial tools.

Install in ClydeDownload JSON

Install this module

1-click

Click Install in Clyde above — Clyde opens and installs the module automatically via clyde://install/official/finance

manual

Download JSON and drop finance.json into ~/.clyde/modules/, then run reload modules in Clyde.

Raw JSON

{
  "module": "finance",
  "displayName": "Finance",
  "description": "Quick access to your banking, investing, and financial tools.",
  "color": "green",
  "icon": "dollarsign",
  "commands": [
    {
      "name": "Open Bank",
      "keywords": [
        "bank",
        "banking",
        "checking",
        "savings"
      ],
      "executor": "urlScheme",
      "target": "https://www.chase.com",
      "description": "Open your bank in browser"
    },
    {
      "name": "Open Robinhood",
      "keywords": [
        "robinhood",
        "stocks",
        "investing",
        "portfolio"
      ],
      "executor": "urlScheme",
      "target": "https://robinhood.com",
      "description": "Open Robinhood in browser"
    },
    {
      "name": "Open Coinbase",
      "keywords": [
        "coinbase",
        "crypto",
        "bitcoin",
        "ethereum"
      ],
      "executor": "urlScheme",
      "target": "https://coinbase.com",
      "description": "Open Coinbase in browser"
    },
    {
      "name": "Open Credit Card",
      "keywords": [
        "credit card",
        "amex",
        "visa",
        "mastercard"
      ],
      "executor": "urlScheme",
      "target": "https://www.americanexpress.com",
      "description": "Open your credit card portal"
    }
  ],
  "source": "official"
}