Update Crypto Values
detail.loadingPreview
Fetches current cryptocurrency prices from CoinGecko and updates portfolio values in Airtable.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of updating cryptocurrency prices. It retrieves cryptocurrency symbols from an Airtable base, fetches their current prices using the CoinGecko API, and then updates these prices within the Airtable portfolio. Finally, it calculates and appends the total portfolio value to a separate Airtable table.
Key Features
- Scheduled execution using Cron.
- Dynamic retrieval of coin symbols from Airtable.
- Real-time price fetching via CoinGecko API.
- Updating individual crypto prices in Airtable.
- Calculating and logging total portfolio value.
- Error handling for workflow execution.
How To Use
- Import the workflow: Save the JSON and import it into your n8n instance.
- Configure Airtable credentials: Ensure your Airtable API key and Application ID are correctly set up in n8n.
- Set Cron schedule: Adjust the
Run Top of Hournode to your desired execution frequency. - Verify Airtable tables: Make sure the
PortfolioandPortfolio Valuetables exist in your Airtable base with the expected fields (Symbol,Present Price,Present Value,Portfolio Value (US$)).
Apps Used
Workflow JSON
{
"id": "27345bdc-36a8-41ce-b3e6-f41085de5a49",
"name": "Update Crypto Values",
"nodes": 0,
"category": "Data Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 27345bdc-36a8...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Tech Radar Template (Unverified)
A template for generating and managing Tech Radar data.
Build an MCP Server with Airtable
Automate the creation and management of MCP (Message Communication Protocol) server data within Airtable.
Package Cleanup and Telegram Notifications
Cleans up old 'TRANSPORTE-RECEBIDO' package data from the database and sends Telegram notifications.
Automated Daily Weather Data Fetcher and Storage
Fetches daily weather data and stores it in Airtable.
Spotify Playlist Sync to Supabase
Synchronizes a Spotify playlist with a Supabase table, updating or adding new tracks.
Store Notion's Pages as Vector Documents into Supabase with OpenAI
Automate the storage of Notion pages as vector documents in Supabase using OpenAI embeddings.