cokaizoku118 downloadsAdds a panel that provides a global ticker for news and stock updates, using Currents and Finnhub APIs.
The Global Ticker plugin adds two useful info bars: a top ticker for headline news and a bottom ticker for stock market updates, and it’s all super customizable to your liking! The APIs were picked from the try Public APIs for free repo.
To use this plugin, you’ll need to register for both APIs to get the data (they're free!). If that’s not something you’re comfortable with, this plugin might not be for you. The Obsidian HackerNews and Get Stock Information plugins may be more up your alley, since they don't require registration.
General settings found are:
dd/mm/yy or mm/dd/yy format. On the right, it includes a button to fetch data without having to open the settings.The news ticker uses the Currents News API, which provides global headlines from various sources. The free plan offers up to 20 requests and allows a maximum of 10 headlines.
Category: Filter which news categories you want to see. The list of available categories can be found at /v1/available/categories.Domain: Filter results by specific website domains. Check if the domain is found in the database here.Domain_not: Exclude specific domains from the results.Country: Filter headlines by region. The list of 70+ supported country codes can be found at /v1/available/regions.Language: Filter headlines by language. The list of 18+ valid language codes be found at /v1/available/languages.Limit: Number of headlines to show, 10 is the limit with the free key.The headlines are clickable and will open the original source for more information. Unfortunately, some of them are paywalled :^( so you may want to exclude those domains if you don't have a subscription.
⚠️ Beware the amount of headlines displayed depends on the available headlines. For example, if you set the limit to 10 but only 5 headlines are available for your specified settings, only 5 will be shown.
The stocks ticker uses the Finnhub API to retrieve global stock quotes. It displays the last fetched price and percentage change.
Symbol: Select the stock symbols to show. To see which symbols are supported, refer to /v1/stock/symbol, which includes a large list of available options.Currently, both the news ticker and the stock ticker have persistent cache stored on the plugin's data disk. This allows the last fetched data for both tickers to be displayed even when offline or after failed fetches.