Peter Stenger

Results 135 comments of Peter Stenger
trafficstars

The closest equivalent to this feature I could find was [this PR](https://github.com/marshmallow-code/flask-smorest/pull/485) in flask-smorest.

Fixup: Save this to `mac.patch` (NOTE this is not the original patch, I have modified it) ``` From dbe9747b4f09bd2f4d63af06e55c2c3ed35bfca1 Mon Sep 17 00:00:00 2001 From: Phillip Lougher Date: Tue, 7...

Seems similar to https://github.com/reteps/redfin/issues/11. I will merge this once I have time to create a new PyPi release as well.

Sorry about that, but you need to explain that you need to 'get' the object, then call methods off of it. I got it to work, though.

Alright. I think you need to add more functions, like GetVolume, GetChangeToday, GetChange1Month, 3Month, 1Year. You need to explain that GetQuote() creates the object, and you call methods off of...

Are you allowed to get parts of a stock quote without creating a function for it?

call for example `stock.Query.Results.Quote.Price`?

Never mind. Is there a way to access a price at a specific time?

Is there a way to get a price of a stock at a certain time? ex. 9:31AM or something?