Justin Ormont
Justin Ormont
@premnirmal: The current Yahoo Finance API returns the after-hours movement. https://query1.finance.yahoo.com/v7/finance/quote?formatted=false&symbols=IBM Note the `postMarket` section: ```JSON "postMarketChangePercent": -0.056831773, "postMarketTime": 1588809481, "postMarketPrice": 123.1, "postMarketChange": -0.069999695, ``` Full query JSON response: ```json...
> Is there a limitation how often you can query the data? I wasn't able to find Yahoo's throttling limit. Imperially testing it sounds like a good option to find...
@jurgen178: Any updates on your prototype?
@b0bdN: Displaying just the ticker is good for fixing (2) above. The rest of the details are in the description; with the exception of the day of the expiration, for...
I've never known this. Perhaps there's a way to let users know to click on the stock names. Perhaps a setting called "Clickable" with choices of "Ticker name" and "Entire...
@jurgen178: Entering the split rations manually is a reasonable way to fix this. I see the [lppkarl/YahooFinanceApi](https://github.com/lppkarl/YahooFinanceApi/) project pulls stock split information from the Yahoo API. I'd have to dig...
@jurgen178: I walked through their code further. They are calling the Yahoo Finance API with the parameter `&events=split`. See: https://query1.finance.yahoo.com/v7/finance/download/TSLA?events=split&interval=1d&period1=1598572800&period2=1600453099 This returns `TSLA.csv` containing: ``` Date,Stock Splits 2020-08-31,5:1 ``` You...
>Do you think Yahoo will continue supporting these finance APIs? Much like the future of the stock market, I can only speculate on the future of Yahoo's APIs. They have...
As a workaround, the rules are kept in in the OS (not user) level library folder: `/Library/Objective-See/LuLu/rules.plist`. I'm unsure if saving/restoring this file is sufficient though. A proper export/import will...
I was about the file the same feature request. The reasoning is that I want to test which rule is causing Apple Maps to not function. I was hoping to...