Skip to content

Commit

Permalink
Change v7 to v6
Browse files Browse the repository at this point in the history
v7 is broken right now
  • Loading branch information
psanford committed May 8, 2023
1 parent 739ed23 commit 1579e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finance.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func init() {
var (
// YFinURL is the URL of the yahoo service backend.
YFinURL = "https://query2.finance.yahoo.com"
YQuotePath = "/v7/finance/quote"
YOptionsPrefix = "/v7/finance/options/"
YQuotePath = "/v6/finance/quote"
YOptionsPrefix = "/v6/finance/options/"
)

const (
Expand Down

0 comments on commit 1579e1d

Please sign in to comment.