Skip to content

Commit

Permalink
fix: yahoo again (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
rssnyder authored Dec 9, 2023
1 parent ac4cfa4 commit cf47b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/yahoo.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
YahooURL = "https://query1.finance.yahoo.com/v6/finance/quoteSummary/%s?modules=price"
YahooURL = "https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=%s&modules=price"
)

// The following is the API response yahoo gives
Expand Down

0 comments on commit cf47b29

Please sign in to comment.