n8n-nodes-twelve-data 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ For quick testing, you can use the demo API key: `demo`
|
|
|
78
78
|
|
|
79
79
|
### Available Operations
|
|
80
80
|
|
|
81
|
-
The Twelve Data node provides access to **
|
|
81
|
+
The Twelve Data node provides access to **164 API endpoints** organized into 6 main resource categories:
|
|
82
82
|
|
|
83
83
|
#### Core Data (Market Data)
|
|
84
84
|
- **Get Quote** - Real-time price quotes with bid, ask, open, high, low, close, volume
|
|
@@ -87,14 +87,27 @@ The Twelve Data node provides access to **142 API endpoints** organized into 6 m
|
|
|
87
87
|
- **Get End of Day Price** - Daily closing prices for specific dates
|
|
88
88
|
- **Get Exchange Rate** - Real-time currency conversion rates
|
|
89
89
|
- **Currency Conversion** - Convert amounts between currencies
|
|
90
|
+
- **Get Market Movers (All Markets)** - Top gainers, losers, and most active stocks
|
|
91
|
+
- **Get Time Series Cross** - Cross-currency pair time series data
|
|
90
92
|
|
|
91
93
|
#### Reference Data
|
|
92
94
|
- **List Stocks** - Browse and filter available stock symbols
|
|
93
95
|
- **List Forex Pairs** - Available currency pairs
|
|
94
96
|
- **List Cryptocurrencies** - Supported crypto assets
|
|
95
97
|
- **List ETFs** - Exchange-traded funds
|
|
98
|
+
- **List ETFs (Extended)** - Extended ETF information
|
|
99
|
+
- **List ETF Families** - ETF family classifications
|
|
100
|
+
- **List ETF Types** - ETF type categories
|
|
96
101
|
- **List Indices** - Market indices (S&P 500, NASDAQ, etc.)
|
|
97
102
|
- **List Exchanges** - Trading venues and their details
|
|
103
|
+
- **List Countries** - Available countries for market data
|
|
104
|
+
- **List Intervals** - Supported time intervals
|
|
105
|
+
- **List Mutual Fund Families** - Mutual fund family classifications
|
|
106
|
+
- **List Mutual Fund Types** - Mutual fund type categories
|
|
107
|
+
- **List Technical Indicators** - Available technical indicators
|
|
108
|
+
- **List Fundamentals** - Available fundamental data types
|
|
109
|
+
- **List Market Data** - Available market data types
|
|
110
|
+
- **List Analysis** - Available analysis types
|
|
98
111
|
- **Symbol Search** - Search for symbols by name or ticker
|
|
99
112
|
- **Get Market State** - Check if markets are open or closed
|
|
100
113
|
|
|
@@ -108,14 +121,19 @@ The Twelve Data node provides access to **142 API endpoints** organized into 6 m
|
|
|
108
121
|
- **Overlap Studies** (14): AVGPRICE, MEDPRICE, MIDPOINT, TYPPRICE, etc.
|
|
109
122
|
- **Math Transform** (25): ACOS, ADD, ASIN, ATAN, COS, EXP, LN, LOG10, MAX, MIN, etc.
|
|
110
123
|
|
|
111
|
-
#### Fundamentals (
|
|
124
|
+
#### Fundamentals (22 operations)
|
|
112
125
|
- **Get Profile** - Company information (sector, industry, employees, description)
|
|
113
126
|
- **Get Dividends** - Historical dividend payment records
|
|
127
|
+
- **Get Dividends Calendar** - Upcoming dividend announcements
|
|
114
128
|
- **Get Earnings** - Historical and upcoming earnings data
|
|
115
129
|
- **Get Statistics** - Key financial statistics and metrics
|
|
116
130
|
- **Get Balance Sheet** - Company balance sheet data
|
|
131
|
+
- **Get Balance Sheet Consolidated** - Consolidated balance sheet data
|
|
117
132
|
- **Get Cash Flow** - Cash flow statement data
|
|
133
|
+
- **Get Cash Flow Consolidated** - Consolidated cash flow data
|
|
118
134
|
- **Get Income Statement** - Income statement data
|
|
135
|
+
- **Get Income Statement Consolidated** - Consolidated income statement
|
|
136
|
+
- **Get Market Cap** - Market capitalization data
|
|
119
137
|
- **Get Fund Holders** - Mutual fund ownership data
|
|
120
138
|
- **Get Insider Transactions** - Insider buying and selling activity
|
|
121
139
|
- **Get Institutional Holders** - Institutional ownership data
|
|
@@ -123,17 +141,21 @@ The Twelve Data node provides access to **142 API endpoints** organized into 6 m
|
|
|
123
141
|
- **Get Earnings Calendar** - Upcoming earnings announcements
|
|
124
142
|
- **Get IPO Calendar** - Upcoming IPO listings
|
|
125
143
|
- **Get Stock Splits** - Historical stock split data
|
|
144
|
+
- **Get Splits Calendar** - Upcoming stock split announcements
|
|
126
145
|
- **Get Options Chain** - 🚧 Planned API endpoint
|
|
127
146
|
- **Get Options Expiration** - 🚧 Planned API endpoint
|
|
128
147
|
|
|
129
|
-
#### Market Intelligence (
|
|
148
|
+
#### Market Intelligence (10 operations)
|
|
130
149
|
- **Get Analyst Ratings** - Consensus recommendations
|
|
150
|
+
- **Get Analyst Ratings (Light)** - Lightweight analyst ratings
|
|
131
151
|
- **Get Price Target** - Analyst price predictions
|
|
132
152
|
- **Get Recommendations** - Recommendation trends
|
|
133
153
|
- **Get Earnings Estimate** - Forward-looking earnings estimates
|
|
134
154
|
- **Get Revenue Estimate** - Revenue estimates
|
|
135
155
|
- **Get EPS Trend** - Earnings per share trend data
|
|
156
|
+
- **Get EPS Revisions** - EPS estimate revisions
|
|
136
157
|
- **Get Growth Estimates** - Growth estimates
|
|
158
|
+
- **Get EDGAR Filings** - SEC filing information
|
|
137
159
|
- **Get Economic Calendar** - Upcoming economic events
|
|
138
160
|
|
|
139
161
|
#### Advanced (3 operations)
|
|
@@ -262,7 +284,16 @@ The following endpoints are defined in the node but not yet available in the Twe
|
|
|
262
284
|
|
|
263
285
|
## Version History
|
|
264
286
|
|
|
265
|
-
### 0.
|
|
287
|
+
### 0.2.0 (Current)
|
|
288
|
+
- Added 22 new operations across multiple categories
|
|
289
|
+
- **Fundamentals:** Balance Sheet Consolidated, Cash Flow Consolidated, Dividends Calendar, Income Statement Consolidated, Market Cap, Splits Calendar
|
|
290
|
+
- **Core Data:** Market Movers (All Markets), Time Series Cross
|
|
291
|
+
- **Reference Data:** List Countries, ETFs (Extended), ETF Families, ETF Types, Intervals, Mutual Fund Families, Mutual Fund Types, Technical Indicators, Fundamentals, Market Data, Analysis
|
|
292
|
+
- **Market Intelligence:** Analyst Ratings (Light), EDGAR Filings, EPS Revisions
|
|
293
|
+
- Enhanced script reliability with improved JSON validation
|
|
294
|
+
- Total operations: 164 (up from 142)
|
|
295
|
+
|
|
296
|
+
### 0.1.0
|
|
266
297
|
- Initial release with 142+ operations across 6 resource categories
|
|
267
298
|
- Support for stocks, forex, cryptocurrencies, ETFs, and indices
|
|
268
299
|
- 91 technical indicators for market analysis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-twelve-data",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "n8n community node for Twelve Data API - Access financial market data for stocks, forex, crypto, ETFs, and more",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/hallengray/n8n-nodes-twelvedata",
|