Currency Positions

The CurrencyPosition table in the Location package is used to store information about the currency positions for countries in various regions. It contains information about the exchange rate, the amount of currency held, the date of the last update, and the status of the currency. This table can be used to track the position of a country's exchange rate relative to other countries in the area. Additionally, it can be used to analyze the stability of a country's currency over time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 16

The BusinessUnit field in the CurrencyPosition table stores the name of the department or business unit that is in charge of the financial position of a given currency. The data type is nvarchar with a maximum length of 16 characters.

string
required
length between 1 and 128

CurrencyId of data type nvarchar with a maximum length of 128 is used to uniquely identify a record in the CurrencyPosition table. It is a primary key field and will not accept duplicate or null values.

string | null

CurrencySymbolImage is an nvarchar field in the CurrencyPosition table that stores the path to an image file that displays the currency symbol of a given currency. The field allows for up to 228 characters.

string
required
length between 1 and 370

CurrencyHtml is an nvarchar field stored in the CurrencyPosition table. This field contains a hyperlink to the web page for the associated currency that can be displayed when selecting or editing a record. It has a maximum length of 178 characters.

double | null

Total is a decimal field in the CurrencyPosition table that contains the sum of all open, pending and settled currency positions for a given trading session.

string | null

The TotalHtml field in the CurrencyPosition table is an nvarchar field with a maximum length of 4000 characters and is used to store HTML markup for each currency position. It is used to render the corresponding currency position on the web page.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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