Currencies Next Month

The CurrencyNextMonth table provides information about the expected change in currency value in the next month. This information includes the current currency code, current value, estimated change in value, and expected final value in the next month. This table is used by account owners to assess their current financial position and to make decisions about their finances.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

CurrencyId (nvarchar, maximum length of 128) is the primary key field of the CurrencyNextMonth table. It stores a unique identification code comprised of 128 characters for each currency being tracked in the system.

double | null

ClosingBalance is a decimal data type field in the CurrencyNextMonth table that stores financial information related to balance amound when closing transactions at the end of the month.

double | null

The BalanceDifference field in the CurrencyNextMonth table contains the difference in the currency balance between the current month and the following month, stored as a decimal value.

date-time | null

The StatementDate field of data type date in the CurrencyNextMonth table is used to store the date when a currency’s financial statement or report is released.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!