Retrieve the price of gold from the NBP Web API.
Value
A data.table::data.table() with gold prices.
See also
Other data:
banxico_data(),
bbk_data(),
bbk_series(),
bcb_data(),
bcb_expectations(),
bcb_fx_rates(),
bcb_inflation(),
bcb_selic(),
bcb_top5(),
bde_data(),
bde_latest(),
bdf_codelist(),
bdf_data(),
bdf_dataset(),
bdp_data(),
bis_data(),
boc_data(),
boe_data(),
boj_data(),
cnb_czeonia(),
cnb_data(),
cnb_fx_other_rates(),
cnb_fx_rates(),
cnb_pribor(),
ecb_data(),
nbp_fx_rates(),
nob_data(),
onb_data(),
snb_data(),
srb_cross_rates(),
srb_data()
Examples
# \donttest{
nbp_gold(last_n = 10L)
#> date price
#> <Date> <num>
#> 1: 2026-06-16 509.74
#> 2: 2026-06-17 511.22
#> 3: 2026-06-18 507.97
#> 4: 2026-06-19 508.44
#> 5: 2026-06-22 498.01
#> 6: 2026-06-23 503.01
#> 7: 2026-06-24 495.56
#> 8: 2026-06-25 494.72
#> 9: 2026-06-26 483.68
#> 10: 2026-06-29 487.17
# }