RWA prices
DIA currently offers a set of price feeds for a selection of traditional financial assets, delivered via RestAPI endpoints.
Forex
GET
https://api.diadata.org/v1/rwa/Fiat/:FiatQuote
Returns the latest available exchange rate for fiat currencies.
Path Parameter
Name
Type
Description
:FiatQuote*
String
Exchange pair, e.g. EUR-USD; GBP-USD
Sample Response
Commodities
GET
https://api.diadata.org/v1/rwa/Commodities/:CommoditySymbol
Returns the latest price of a commodity in USD.
Path Parameter
Name
Type
Description
:CommoditySymbol*
String
Commodity symbol e.g. XAU-USD (Gold)
Sample Response
ETFs
GET
https://api.diadata.org/v1/rwa/ETF/:ETFSymbol
Returns the latest price of an ETF in USD.
Path Parameter
Name
Type
Description
:ETFSymbol*
String
ETF symbol e.g. IVV (iShares Core S&P 500 ETF)
Sample Response
To request custom data feeds, you can always refer to the following section:
Last updated