Shaun Molloy

Results 7 comments of Shaun Molloy

Nice suggestion. Maybe a flag could be added for `--group` with a default as `default` > ticker print --help ``` Prints holdings Usage: ticker print [flags] Flags: --config string config...

I can see that it actually remains as Real Time, when called with their own corsDomain. ```sh curl https://query1.finance.yahoo.com/v7/finance/quote?lang=en-US\&region=US\&corsDomain=finance.yahoo.com\&fields=regularMarketPrice,currency\&symbols=ALPP | python -m json.tool ``` So it's likely that the data...

Noticing the price jump from 3.05 to 3.56, which differs to the price shown on Nasdaq. Checked this from the full fields: ```sh clear && curl https://query1.finance.yahoo.com/v7/finance/quote?lang=en-US\&region=US\&corsDomain=finance.yahoo.com\&symbols=ALPP | python -m...

In pre-market I've also noticed the tag remain as `Real-Time`, and I've checked Yahoo finance API that shows quoteSourceName as `Delayed Quote` and marketState as `PRE`. The bid and ask...

> Currently, ticker uses exchangeDataDelayedBy rather than quoteSourceName but if you're saying that in some cases these values are misaligned (i.e. exchangeDataDelayedBy == 0 and quoteSourceName contains "Delayed") then a...

Example of this on a penny stock, with the price for HCMC around 0.000535. [See price from MarketWatch](https://www.marketwatch.com/investing/stock/HCMC). ![2021-10-28_10-32-16_screenshot](https://user-images.githubusercontent.com/8168925/139229921-fac9cfc0-dee8-47c7-9a48-f33b35210d3d.png) ```sh clear && curl https://query1.finance.yahoo.com/v7/finance/quote?lang=en-US\&region=US\&corsDomain=finance.yahoo.com\&symbols=HCMC | python -m json.tool ``` ```json...

You might want to try exporting the data and filtering through to find those records. 1. From keeweb at the bottom left, click the file for your database. 2. Press...