Sneak peek on current project



Will update when good and cleaned up

Is this a stock price tracker? Wow!

This is a certified financing.

I really like the way this looks. However, you could touch it up with a more viewable UI? It's okay if you can't, but I'm glad that you're interested in this. :slight_smile:

It's just a basic plot function I added to visualize the data. It's supposed to be a library. It relies on a ton of APIs.

yes! :+1:

I once scraped Google get conversion from Euros to other currencies (even though it was in Python)

Project Demo link: Snap! Build Your Own Blocks

Demo features:

  • Plots
    • Sample indicators: Simple Moving Average, HLC3, Latest news, Market Status, Stock Position
    • Create your own indicators with the indicator template
  • Ticker data (Stocks, futures, indices)
    • 1m, 5m, 15m, 30m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo data options
    • Pre & post data if available
    • Adjust for dividends & splits / reverse splits if possible
  • Options data (Will take a long time if there are a lot of options contracts)
    • Ticker (Ex: NVDA241011C00050000) How to read an option ticker: [ticker][expiration date][type][strike]
    • Last trade date
    • Strike price
    • Last price
    • Bid / Ask
    • Change & Change %
    • Volume
    • Open Interest
    • Implied Volatility
    • If option is in the money
  • News
  • Trending stocks
  • Trading halts (US Only)
  • US Market status

JS is required. (For translating dates into milliseconds and Unix time)

You can now get option greeks for both calls and puts! (Delta, Gamma, Rho, Theta, Vega)

this is cool!