v0.1.3
Liam
每天自動獲取特定股票的信息並保存到表格中,使用者可以輕鬆追蹤和分析股票趨勢,節省時間並改善投資決策。
💰 金融
📜 代碼腳本
包含資源
股票數據
股票信息自動化
工作流程
工作流程
自動獲取股票數據 (JavaScript)的工作流
變更日誌
變更日誌
自動獲取股票數據 (JavaScript)的變更日誌
To facilitate the work of financial analysts and investment managers, the system will automatically fetch specific stock information daily according to your settings and save it to a table. This allows you to easily track and analyze stock trends, saving time and improving investment decisions.
This template includes a database and an automation task.
Install this template into your Bika Space. If you need to manage multiple projects simultaneously, you can install this template multiple times. One template corresponds to one project.
This template uses the Alpha Vantage API to retrieve stock information. You need to apply for an API key on the Alpha Vantage website, which is free.
Enter the Automatic Stock Data Retrieval
automation task's edit interface, where you can modify the task's trigger conditions and execution actions. If not set, the default is to send reminders daily at 5 PM.
You can click on the trigger to set the reminder time under "Trigger Conditions."
During configuration, you need to replace the example __YOUR_API_KEY_HERE__
with the API key provided by Alpha Vantage. Additionally, you can adjust the stock ticker according to actual needs (the default is IBM).
We have enabled the Stock Data
automation task by default. You can check if the reminder notification is successfully sent daily at 5 PM. You can also click "Run Now" to test if data is retrieved after configuring the API key and stock ticker.
All retrieved stock information will be stored in the Stock Data
database, where you can view and manage it at any time.
This template is ideal for:
How to Change Reminder Time and Frequency?
You can modify the trigger conditions' set time and frequency in the automation task's edit interface. The automation task executes according to the set time and frequency, then sends reminder notifications.
How to Modify API Key and Stock Ticker?
In the automation task's edit interface, find and replace the example __YOUR_API_KEY_HERE__
and stock ticker (e.g., IBM). Ensure to use the actual API key obtained from Alpha Vantage.
What If I Want to Stop Automatic Reminder Sending?
You can turn off the switch on the automation page to stop automatic reminder sending.
How to View and Manage Stock Data?
All retrieved stock information will be stored in the Stock Data
database, where you can view and manage it at any time.