We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82343a3 commit 560d838Copy full SHA for 560d838
1 file changed
quote/client.go
@@ -55,7 +55,7 @@ func GetHistoricalQuote(symbol string, month int, day int, year int) (*finance.C
55
b := iter.Bar()
56
return b, nil
57
}
58
- return nil, nil
+ return nil, iter.Err()
59
60
61
// Get returns an Quote quote that matches the parameters specified.
0 commit comments