diff --git a/providers/staticjsonYahooFinance/client.go b/providers/staticjsonYahooFinance/client.go index 760c9a5..fd0085a 100644 --- a/providers/staticjsonYahooFinance/client.go +++ b/providers/staticjsonYahooFinance/client.go @@ -9,7 +9,7 @@ import ( "time" ) -const apiBaseURL = "https://query1.finance.yahoo.com/v8/finance/" +const apiBaseURL = "https://query1.finance.yahoo.com/v8/finance" // A client is the structure that will be used to consume the API // endpoints. It holds the login credentials, http client/transport,