Macroeconomic Layer API (Production)

Macroeconomic Layer API

v1.1OAS 3.0

Macroeconomic and commodity data: energy and commodity quotes, consumer-goods prices, petrochemical indices and products, shipping and refining margins, and national economic indicators.

API Base URL
  • Server 1:https://api.argaam.com

    Argaam API Gateway (Production)

Security
ApiKeyAuth (apiKey)

An API key is a token that you provide when making API calls. Include the token in a header parameter called apikey.

Example: apikey: 123

ApiKeyAuthQuery (apiKey)

An API key is a token that you provide when making API calls. Include the token in a query parameter called apikey.

Example: ?apikey=123

Additional Information

List all tracked commodities.

Returns the full catalogue Argaam tracks: codes, names, units,
reference exchanges, and category (energy, metals, agri, etc.).

Example

GET /api/v1.1/commodities
get
https://api.argaam.com/api/v1.1/commodities

Response

200 application/json

Success

* Additional properties are NOT allowed.
commodityIDinteger(int32)
nameEnstring | null
nameArstring | null
typestring | null
get/api/v1.1/commodities
 
200 application/json

Latest quotes for "regular" actively-traded commodities.

Refreshed continuously during market hours. Use this endpoint
for trading screens and price tickers.

Example

GET /api/v1.1/commodities/quotes/regular
get
https://api.argaam.com/api/v1.1/commodities/quotes/regular

Response

200 application/json

Success

* Additional properties are NOT allowed.
commodityIDinteger(int32)
tickerChartCommodityNamestring | null
commodityNameEnstring | null
commodityNameArstring | null
forDatestring(date-time)
openValuenumber | null(double)
closeValuenumber | null(double)
previousCloseValuenumber | null(double)
highnumber | null(double)
lownumber | null(double)
indexValuenumber | null(double)
changenumber | null(double)
percentageChangenumber | null(double)
ybgnChangenumber | null(double)
monthinteger | null(int32)
timestring | null(date-time)
lastUpdatedstring | null(date-time)
get/api/v1.1/commodities/quotes/regular
 
200 application/json