The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Daily Market Recap",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "days"
}
]
}
},
"id": "1",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "getTrendingStocks",
"source": "reddit",
"trendingDays": 1,
"limit": 10,
"assetType": "stock"
},
"id": "2",
"name": "Market Sentiment",
"type": "n8n-nodes-market-sentiment.marketSentiment",
"typeVersion": 1,
"position": [
540,
300
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Market Sentiment",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Daily Market Recap. Uses n8n-nodes-market-sentiment. Scheduled trigger; 2 nodes.
Source: https://github.com/adanos-software/n8n-nodes-market-sentiment/blob/main/examples/daily-market-recap.workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Archive Spotify S Discover Weekly Playlist. Uses spotify, scheduleTrigger. Scheduled trigger; 7 nodes.
This workflow will archive your Spotify Discover Weekly playlist to an archive playlist named "Discover Weekly Archive" which you must create yourself. If you want to change the name of the archive pl
Activity Encouragement. Uses strava, noOp, emailSend. Scheduled trigger; 6 nodes.
Execute a command that gives the hard disk memory used on the host machine. Uses executeCommand, twilio, noOp. Scheduled trigger; 5 nodes.
Get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000. Uses coinGecko, twilio, noOp. Scheduled trigger; 5 nodes.