| CurrencyRate | ExchangeRates |
| Rate | Table |
| GoldRate | TableRate |
| NbpApi |
Rate retrieved in single-currency rate requests.
Class containing definitions of
Definition of single-currency exchange rate table
Definition of exchange rate table
Price of 1 kg of gold in PLN
Rate retrieved in tables request
Entry point for interaction with the library.
Gets exchange rates from PLN to currencyCode from startDate to endDate (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| currencyCode | System.String ISO 4217 Currency Code. |
| startDate | System.DateTime Start date. |
| endDate | System.DateTime End date. |
Async XML/JSON result from NBP API.
Gets last topCount exchange rates from PLN to currencyCode (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| currencyCode | System.String ISO 4217 Currency Code. |
| topCount | System.Int32 Amount of exchange rates to return. |
Async XML/JSON result from NBP API.
Gets current Exchange rate from PLN to currencyCode (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| currencyCode | System.String ISO 4217 Currency Code. |
| fromToday | System.Booleantrue if you want table specifically from today (may return null), false if currently effective. |
Async result from NBP API.
Gets current Exchange rate from PLN to currencyCode published at date (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| currencyCode | System.String ISO 4217 Currency Code. |
| date | System.DateTime The date. |
Async XML/JSON result from NBP API.
Gets current gold price asynchronously.
| Name | Description |
|---|---|
| fromToday | System.Booleantrue if you want table specifically from today (may return null), false if currently effective. |
Gold price.
Gets the gold price published at date asynchronously.
| Name | Description |
|---|---|
| date | System.DateTime The date. |
Gold price, or null
Gets the gold prices asynchronously.
| Name | Description |
|---|---|
| startDate | System.DateTime The start date. |
| endDate | System.DateTime The end date. |
List of gold prices.
Gets the gold prices asynchronously.
| Name | Description |
|---|---|
| topCount | System.Int32 The top count. |
List of gold prices.
Gets current table of exchange rates (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| fromToday | System.Booleantrue if you want table specifically from today (may return null), false if currently effective. |
Async XML/JSON result from NBP API.
Gets table of exchange rates from date (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| date | System.DateTime the date. |
Async XML/JSON result from NBP API.
Gets tables from startDate to endDate (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| startDate | System.DateTime Start date. |
| endDate | System.DateTime End date. |
Async XML/JSON result from NBP API.
Gets last topCount of tables (asynchronous).
| Name | Description |
|---|---|
| tableCode | NBPAPI.NET.Core.Enums.TableType Table Code (Capital A-C). |
| topCount | System.Int32 Amount of tables to return. |
Async XML/JSON result from NBP API.