Adanos CompareAssets

Adanos CompareAssets

Certified

Compare assets

Compares Adanos sentiment and attention metrics for multiple stocks or crypto assets.

yaml
type: io.kestra.plugin.adanos.CompareAssets

Compare financial-news sentiment for stocks.

yaml
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

Adanos API key

API key sent in the X-API-Key request header. Create one at https://adanos.org/register.

SubTypestring

Tickers or symbols

Between 2 and 10 distinct stock tickers or crypto symbols to compare.

DefaultSTOCK
Possible Values
STOCKCRYPTO

Asset type

Whether to query stock or crypto sentiment. Crypto currently supports the Reddit source only.

Defaulthttps://api.adanos.org

Adanos API base URL

Base URL for Adanos API requests.

DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE

Result 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 date

Inclusive UTC start date for the query window.

HTTP request options

Timeouts for the Adanos HTTP request.

Definitions
connectTimeoutstring

Connection timeout

Time allowed to establish a connection before failing.

readIdleTimeoutstring
DefaultPT5M

Read idle timeout

How long a read may stay idle before closing.

Reference (ref) of the pluginDefaults to apply to this task.

DefaultREDDIT
Possible Values
REDDITXNEWSPOLYMARKET

Sentiment source

Stocks support Reddit, X / FinTwit, News, and Polymarket. Crypto currently supports Reddit.

To date

Inclusive UTC end date for the query window. Omit it to use the current UTC date.

Response body

Adanos response payload. Available for FETCH and FETCH_ONE.

Response item count

Number of root response records returned by Adanos.

Formaturi

Stored response URI

Kestra internal storage URI available for STORE.