github.com/diadata-org/diadata@v1.4.593/documentation/oracle-documentation/fiat-prices.md (about)

     1  ---
     2  description: How do I access DEX quotations using the DIA oracle system?
     3  ---
     4  
     5  # Fiat Prices
     6  
     7  The oracle contains information about Fiat prices. You can access a quotation of the current fiat price rate as well as the timestamp of the last update.
     8  
     9  1.  Access our [oracle smart contract](deployed-contracts.md).
    10  2. Call `getCoinInfo(fiat_name)` with `fiat_name` being the short fiat name such as `EUR`. You can use the "Read" section on Etherscan to execute this call.
    11  3. The response of the call contains four values:
    12     1. The fiat price in USD with a fix-comma notation of five decimals.
    13     2. Not used in this asset class.
    14     3. The [UNIX timestamp](https://www.unixtimestamp.com/) of the last oracle update.
    15     4. The short name of the protocol, e.g., `EUR` for Euro.
    16