R/endpoint_common.R

Defines functions nbp_api_base_url

Documented in nbp_api_base_url

#' Returns the base url of the nbp api.
nbp_api_base_url <- function() {
  "https://api.nbp.pl/api/"
}

Try the rnbp package in your browser

Any scripts or data that you put into this service are public.

rnbp documentation built on April 3, 2025, 7:34 p.m.