Title: Archive NBP
Author: Ihar
Published: <strong>09.09.2024</strong>
Last modified: 10.02.2025

---

ჩადგმების ძებნა

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

![](https://ps.w.org/archive-nbp/assets/icon-256x256.png?rev=3148618)

# Archive NBP

 ავტორი: [Ihar](https://profiles.wordpress.org/igvar/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/archive-nbp.1.1.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/archive-nbp/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/archive-nbp/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/archive-nbp/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/archive-nbp/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/archive-nbp/)

## აღწერა

This plugin collect and allow to view historical currency rates from Bank of Poland
by using custom Gutenberg Blocks, shortcodes and REST API.
 The plugin use Narodowy
Bank Polski public API for collecting the rates. Endpoint: https://api.nbp.pl/api/
exchangerates/tables/a Bank of Poland API description and terms of use: https://
api.nbp.pl/en.html After plugin installation your site will provide Bank of Poland
historical data using your local database and directly from your domain as REST 
API service (see FAQ about endpoints).

## ეკრანული სურათები

[⌊List of available Gutenberg blocks.⌉⌊List of available Gutenberg blocks.⌉[

List of available Gutenberg blocks.

[⌊Archive NBP Currency Chart Block (admin area).⌉⌊Archive NBP Currency Chart Block(
admin area).⌉[

Archive NBP Currency Chart Block (admin area).

[⌊Archive NBP Currency Chart Block (public area).⌉⌊Archive NBP Currency Chart Block(
public area).⌉[

Archive NBP Currency Chart Block (public area).

[⌊Archive NBP Currency Rates Block (admin area).⌉⌊Archive NBP Currency Rates Block(
admin area).⌉[

Archive NBP Currency Rates Block (admin area).

[⌊Archive NBP Currency Rates Block (public area).⌉⌊Archive NBP Currency Rates Block(
public area).⌉[

Archive NBP Currency Rates Block (public area).

[⌊Archive NBP Currency Converter Block (admin area).⌉⌊Archive NBP Currency Converter
Block (admin area).⌉[

Archive NBP Currency Converter Block (admin area).

[⌊Archive NBP Currency Converter Block (public area).⌉⌊Archive NBP Currency Converter
Block (public area).⌉[

Archive NBP Currency Converter Block (public area).

## ბლოკები

ეს პლაგინი უზრუნველყოფს 3 ბლოკს.

 *   Currency Chart Currency Chart Block for Archive NBP plugin
 *   Currency Converter Currency Converter Block for Archive NBP plugin
 *   Last Rates Last Rates Block for Archive NBP plugin

## დაყენება

 1. Upload the plugin folder to your /wp-content/plugins/ folder.
 2. Go to the **Plugins** page and activate the plugin.

## ხდკ

### Which API endpoints can I use after installation

 1. List of currencies rates for available needed date and date before it.
     Example:
    https://your-domain-name.com/wp-json/archive-nbp/v1/date-rates/YYYY-MM-DD/AAA,BBB
    Where: YYYY – year; MM-month; DD-day; AAA,BBB – ISO 4217 currency codes, for example–
    USD,EUR
 2. List of rates for needed currency and dates range.
     Example: https://your-domain-
    name.com/wp-json/archive-nbp/v1/currencies-period/YYYY-MM-DD/YYYY-MM-DD/AAA Where:
    YYYY – year; MM-month; DD-day; AAA,BBB – ISO 4217 currency code, for example – 
    USD

### Which Gutenberg Blocks can I use after installation

 1. Currency Chart – show rates for needed currency and dates range as a chart. If 
    you want to have the last available date on the chart always then set Date end 
    parameter far in the future.
 2. Last Rates – show rates for needed date. Set the date far in the future if you 
    want to show last rates always.
 3. Currency Converter – allow to calculate any amount in different currencies using
    last available rates in the table.

### Currency Chart shortcode using

Currency Chart – show rates for needed currency and dates range as a chart. If you
want to have the last available date on the chart always then set Date end parameter
far in the future.
 Allowed parameters: – “date_begin” (YYYY-MM-DD). – “date_end”(
YYYY-MM-DD). If you want to have the last available date on the chart always then
set this parameter far in the future. – “currency” (3 symb ISO from the list – ‘
USD’,’EUR’,’AUD’,’HKD’,’CAD’,’NZD’,’SGD’,’HUF’,’CHF’,’GBP’,’UAH’,’JPY’,’CZK’,’DKK’,’
ISK’,’NOK’,’SEK’,’RON’,’BGN’,’TRY’,’ILS’,’CLP’,’PHP’,’MXN’,’ZAR’,’BRL’,’MYR’,’IDR’,’
THB’,’INR’,’KRW’,’CNY’,’XDR’)

**Examples of use:**

**[anbp_currency_chart]** – Will show the whole available period chart for default
currency – USD.
 **[anbp_currency_chart date_begin=”2024-01-01″ date_end=”2100-01-
01″ currency=”EUR”]** – Will show the chart from 2024-01-01 till last available 
date for currency – EUR.

### Last Rates shortcode using

Last Rates – show rates for needed date. Set the date far in the future if you want
to show last rates always.
 Allowed parameters: – “currencies”. The coma separated
3 symbols ISO list of currencies. Available currencies – (‘USD’,’EUR’,’AUD’,’HKD’,’
CAD’,’NZD’,’SGD’,’HUF’,’CHF’,’GBP’,’UAH’,’JPY’,’CZK’,’DKK’,’ISK’,’NOK’,’SEK’,’RON’,’
BGN’,’TRY’,’ILS’,’CLP’,’PHP’,’MXN’,’ZAR’,’BRL’,’MYR’,’IDR’,’THB’,’INR’,’KRW’,’CNY’,’
XDR’). – “date” (YYYY-MM-DD). Set this parameter far in the future if you want to
have the last available date always.

**Examples of use:**

**[anbp_last_rates]** – Will show the table with list of all available in the plugin
currencies for last available date in database.
 **[anbp_last_rates currencies=”
EUR, USD, GBP” date=”2025-02-10″]** – Will show the table of rates for 3 currencies
EUR, USD, GBP for 2025-02-10 or last available date in the DB.

### Currency Converter shortcode using

Currency Converter – allow to calculate any amount in different currencies using
last available rates in the table.
 Allowed parameters: – “currencies”. The coma
separated 3 symbols ISO list of currencies. Available currencies – (‘USD’,’EUR’,’
AUD’,’HKD’,’CAD’,’NZD’,’SGD’,’HUF’,’CHF’,’GBP’,’UAH’,’JPY’,’CZK’,’DKK’,’ISK’,’NOK’,’
SEK’,’RON’,’BGN’,’TRY’,’ILS’,’CLP’,’PHP’,’MXN’,’ZAR’,’BRL’,’MYR’,’IDR’,’THB’,’INR’,’
KRW’,’CNY’,’XDR’).

**Examples of use:**

**[anbp_currency_converter]** – The calculation list will include all currencies
available in the system.
 **[anbp_currency_converter currencies=”EUR, USD, GBP”]**–
The calculation list will include only 3 currencies from the list EUR, USD, GBP 
and PLN as a base currency.

### Are any translation available for the plugin?

Plugin support 2 languages: **English** and **Polish**.

### How to uninstall the plugin?

Simply deactivate and delete the plugin.

## მიმოხილვები

There are no reviews for this plugin.

## მონაწილეები & დეველოპერები

“Archive NBP” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს 
მის განვითარებაში.

მონაწილეები

 *   [ Ihar ](https://profiles.wordpress.org/igvar/)

[გადათარგმნეთ Archive NBP თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/archive-nbp)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/archive-nbp/), შეამოწმეთ
[SVN რეპო](https://plugins.svn.wordpress.org/archive-nbp/), ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/archive-nbp/):
[RSS](https://plugins.trac.wordpress.org/log/archive-nbp/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

#### 1.1

 * Adding shortcodes for each blocks.

#### 1.0

 * Plugin released.

## მეტა

 *  Version **1.1**
 *  Last updated **1 წელი წინ**
 *  Active installations **10-ზე ნაკლები**
 *  WordPress version ** 6.2, ან უფრო მაღალი **
 *  Tested up to **6.7.5**
 *  PHP version ** 7.4, ან უფრო მაღალი **
 *  Language
 * [English (US)](https://wordpress.org/plugins/archive-nbp/)
 * Tags
 * [archive](https://ka.wordpress.org/plugins/tags/archive/)[exchange rates](https://ka.wordpress.org/plugins/tags/exchange-rates/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/archive-nbp/advanced/)

## რეიტინგები

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/archive-nbp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/archive-nbp/reviews/)

## მონაწილეები

 *   [ Ihar ](https://profiles.wordpress.org/igvar/)

## მხარდაჭერა

გაქვთ კომენტარი? გჭირდებათ დახმარება?

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/archive-nbp/)

## შემოწირულობა

გსურთ ამ ჩადგმის განვითარების მხარდაჭერა?

 [ შეწირეთ თანხა ამ ჩადგმას ](https://wpdv.eu)