Add Adanos Finance Sentiment API Addon#741
Open
alexander-schneider wants to merge 4 commits intoafadil:mainfrom
Open
Add Adanos Finance Sentiment API Addon#741alexander-schneider wants to merge 4 commits intoafadil:mainfrom
alexander-schneider wants to merge 4 commits intoafadil:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new Wealthfolio add-on: Adanos Finance Sentiment API Addon (
adanos-sentiment).The add-on overlays multi-source finance sentiment directly on top of a user's largest Wealthfolio holdings by combining data from:
It is designed as a portfolio-native research surface rather than a market data provider.
Why this is useful for traders
Price data shows what already happened. Sentiment data helps explain where attention, conviction, and crowd positioning are building right now.
For active traders and discretionary investors, that matters because it helps with:
The goal is not to replace charting or fundamentals. The goal is to give users a faster way to answer:
What is included
Dashboard
Adanos Sentiment24H,7D,14D,30D)Per holding sentiment view
Each tracked holding gets:
Each source card shows:
Settings and quota awareness
Implementation notes
bullish_pctandtrendValidation
Run locally:
pnpm --filter adanos-sentiment testpnpm --filter adanos-sentiment type-checkpnpm --filter adanos-sentiment buildAlso verified by loading the built bundle inside a local Wealthfolio installation and confirming the add-on is enabled successfully.
Notes
Because the current Adanos API shape exposes some source-level fields only on stock detail endpoints, a full dashboard refresh can use multiple API requests on free plans. The add-on surfaces that transparently in settings and handles exhausted monthly quota with a pricing link.