We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739ed23 commit 1579e1dCopy full SHA for 1579e1d
finance.go
@@ -28,8 +28,8 @@ func init() {
28
var (
29
// YFinURL is the URL of the yahoo service backend.
30
YFinURL = "https://query2.finance.yahoo.com"
31
- YQuotePath = "/v7/finance/quote"
32
- YOptionsPrefix = "/v7/finance/options/"
+ YQuotePath = "/v6/finance/quote"
+ YOptionsPrefix = "/v6/finance/options/"
33
)
34
35
const (
0 commit comments