v0.1.3
Liam
Automatically fetches specific stock information on a daily basis and saves it to a table. This allows users to easily track and analyze stock trends, saving time and improving investment decisions.
💰 Finance
📜 Script
Included Resources
Store Data
Stock automation
Workflow
Workflow
Workflow of Automated Stock Data Retrieval (JavaScript)
Release Notes
Release Notes
Release notes of Automated Stock Data Retrieval (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.