Skip to content

Commit 1579e1d

Browse files
committed
Change v7 to v6
v7 is broken right now
1 parent 739ed23 commit 1579e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

finance.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ func init() {
2828
var (
2929
// YFinURL is the URL of the yahoo service backend.
3030
YFinURL = "https://query2.finance.yahoo.com"
31-
YQuotePath = "/v7/finance/quote"
32-
YOptionsPrefix = "/v7/finance/options/"
31+
YQuotePath = "/v6/finance/quote"
32+
YOptionsPrefix = "/v6/finance/options/"
3333
)
3434

3535
const (

0 commit comments

Comments
 (0)