diff --git a/helper.go b/helper.go index e5f0318..05f9e02 100644 --- a/helper.go +++ b/helper.go @@ -10,7 +10,7 @@ import ( "time" ) -const BASE_URL = "https://api.jpx-jquants.com/v1" +const BASE_URL = "https://api.jquants.com/v1" const REFRESH_TOKEN_FILE = "refresh_token.edn" const ID_TOKEN_FILE = "id_token.edn"