Skip to main content

Get a single currency

This endpoint returns a specific currency available in the TEOS platform. No OData query options are supported for this endpoint.

Request Endpoint:​

GET /odata/v1.0/Currencies(code={code},languageCode={languageCode})

Usage:​

GET /Currencies(code='USD',languageCode='en')
ParameterTypeDescription
codestringCurrency code.
languageCodestringCode of the language of the asset class name (ISO 2)

Request Body:​

None.

Response Body:​

application/json — Returns a single currency object.

Example Response Body:​

{
"LanguageCode": "en",
"Code": "USD",
"Name": "United States dollar"
}

Response Codes:​

CodeDescription
200The record was successfully retrieved.
400Bad Request
401Unauthorized.
404The record does not exist.