
Adanos CompareAssets
CertifiedCompare assets
Adanos CompareAssets
Compare assets
Compares Adanos sentiment and attention metrics for multiple stocks or crypto assets.
type: io.kestra.plugin.adanos.CompareAssetsExamples
Compare financial-news sentiment for stocks.
id: adanos_compare_stocks
namespace: company.research
tasks:
- id: compare
type: io.kestra.plugin.adanos.CompareAssets
apiKey: "{{ secret('ADANOS_API_KEY') }}"
assetType: STOCK
source: NEWS
symbols:
- TSLA
- NVDA
- AMD
Properties
apiKey *Requiredstring
Adanos API key
API key sent in the X-API-Key request header. Create one at https://adanos.org/register.
symbols *Requiredarray
Tickers or symbols
Between 2 and 10 distinct stock tickers or crypto symbols to compare.
assetType string
STOCKSTOCKCRYPTOAsset type
Whether to query stock or crypto sentiment. Crypto currently supports the Reddit source only.
baseUrl string
https://api.adanos.orgAdanos API base URL
Base URL for Adanos API requests.
fetchType string
FETCHSTOREFETCHFETCH_ONENONEResult handling mode
FETCH returns the complete response, FETCH_ONE returns the first list item or response object, STORE writes records to Kestra internal storage, and NONE omits the response body.
from string
From date
Inclusive UTC start date for the query window.
options Non-dynamic
HTTP request options
Timeouts for the Adanos HTTP request.
io.kestra.plugin.adanos.AbstractAdanosTask-RequestOptions
Connection timeout
Time allowed to establish a connection before failing.
PT5MRead idle timeout
How long a read may stay idle before closing.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
source string
REDDITREDDITXNEWSPOLYMARKETSentiment source
Stocks support Reddit, X / FinTwit, News, and Polymarket. Crypto currently supports Reddit.
to string
To date
Inclusive UTC end date for the query window. Omit it to use the current UTC date.
Outputs
body object
Response body
Adanos response payload. Available for FETCH and FETCH_ONE.
size integer
Response item count
Number of root response records returned by Adanos.
uri string
uriStored response URI
Kestra internal storage URI available for STORE.