Michael Ackley
Michael Ackley
Hey @jrmiller82, check out https://godoc.org/github.com/piquette/finance-go/forex for the exposed functions in the forex package. They are: - forex.Get(SYMBOL) for single forex quotes - forex.List(SYMBOLS) for multiple forex quotes - forex.ListP(PARAMS) to...
Great idea. Seems like really common use case I just overlooked. I'll see if I can work in some syntactic sugar for that functionality in a future push, I'll ping...
This is being tackled in PR https://github.com/piquette/finance-go/pull/11
@robuxto I like this a lot, I would feel much better if I had a test in `session_test.go` with some behavior verification. You can run `go test -v -timeout=15s -count=1...
Sure, if you're comfortable tackling this, feel free. Adding a test that fails would be a good start as well.
Thanks for using it & thanks for the feedback. I've thought of this, but I'm unsure if there is an easy way to go about it. Is there a canonical...
Also check https://github.com/shopspring/decimal, the most popular decimal package in go. I used it in go-finance, but wish I had some more feedback from the community on how practical/clean the syntax...
Let me look into it. Let me also look into getting email notifications when issues get posted to this repo...
Sigh... yahoo.
Hmm. Looks like they actually have some pretty expansive datasets available. I think short-term I'm going to fix the ailing quote snapshot api call with yahoo's new endpoint: https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL,GE and...