Adanos ListTrendingAssets

Adanos ListTrendingAssets

Certified

List trending assets

Lists stocks or crypto assets with the strongest Adanos attention and sentiment signals.

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

List trending stocks from X / FinTwit.

yaml
id: adanos_trending_stocks
namespace: company.research

tasks:
  - id: list_trending
    type: io.kestra.plugin.adanos.ListTrendingAssets
    apiKey: "{{ secret('ADANOS_API_KEY') }}"
    assetType: STOCK
    source: X
    limit: 20
    offset: 0
Properties

Adanos API key

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

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.

Default20

Maximum results

Maximum number of assets to return, from 1 to 100.

Default0

Pagination offset

Number of matching assets to skip before returning results.

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.

DefaultALL
Possible Values
STOCKETFALL

Stock asset filter

Optional stock-only filter. It is not sent for crypto requests.

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.