Get Stock Information

by Mike Jongbloet
5
4
3
2
1
Score: 29/100

Description

Category: 3rd Party Integrations

The Get Stock Information plugin allows users to retrieve detailed stock market data directly within Obsidian using the Yahoo Finance API. By entering a stock symbol, the plugin generates a callout block with key financial details, including bid and ask prices, spread percentage, company name, currency, volume, market cap, daily and 52-week price ranges, and the timestamp of the data. This tool provides an efficient way to track stock performance and integrate financial insights into your notes for analysis or reference.

Reviews

No reviews yet.

Stats

12
stars
5,387
downloads
5
forks
1,120
days
1,130
days
1,133
days
3
total PRs
1
open PRs
0
closed PRs
2
merged PRs
3
total issues
3
open issues
0
closed issues
0
commits

Latest Version

3 years ago

Changelog

README file from

Github

Get Stock Information

Return information about a particular stock symbol using the Yahoo Finance API.

How to use

  1. In Edit mode, run the command "Get Stock Information: Insert stock info".
  2. Enter the stock symbol (e.g. AAPL)
  3. Click "Get stock information"

After a brief pause (0.5 - 8 seconds depending on how lively the API is feeling), a new callout block will be added to your page with the following information:

  • Bid price
  • Ask price
  • Spread %
  • Name
  • Currency
  • Volume
  • Market cap
  • Day range (low - high)
  • 52 week range (low - high)
  • Time of information

For example"

> [!info]- AAPL (Bid: 164.9, Ask: 164.91, Spread: 0.006%)
> **Name:** Apple Inc.
> **Currency:** USD
> **Volume:** 68,749,792
> **Market cap:** 2.6T
> **Day range:** 162.13 – 165
> **52W range:** 124.17 – 178.49
>
><small>*Sun Apr 02 2023 18:28:05 GMT+0100 (British Summer Time)*</small>

Credit

https://github.com/phamleduy04/yahoo-stock-api - the project I've used to pull in the information from Yahoo Finance