Get Accurate Ethiopian Birr (ETB) Exchange Rates in Multiple Currencies with this API
Get Accurate Ethiopian Birr (ETB) Exchange Rates in Multiple Currencies with this API
In today's global economy, having access to accurate and real-time exchange rates is crucial for businesses and developers alike. The Metals-API provides a robust solution for obtaining precise Ethiopian Birr (ETB) exchange rates against various currencies. This API not only offers real-time data but also historical rates, bid and ask prices, and much more, making it an essential tool for anyone involved in financial transactions or market analysis.
Metals-API Information
About Tellurium (TE)
As the world increasingly embraces digital transformation, the metal markets are no exception. Tellurium (TE), a lesser-known but vital metal, is gaining attention due to its applications in renewable energy technologies, particularly in solar panels. The integration of smart technology and data analytics in the metal markets is paving the way for innovative solutions that enhance efficiency and transparency.
Technological advancements are enabling real-time tracking of metal prices, allowing businesses to make informed decisions based on accurate data. The future of metal trading lies in the ability to harness data analytics for insights into market trends, price fluctuations, and demand forecasting. As we look ahead, the possibilities for Tellurium and other metals are vast, driven by the need for sustainable energy solutions and the increasing reliance on technology in trading.
API Description
The Metals-API is a powerful tool designed for developers seeking to integrate real-time metals data into their applications. With its extensive capabilities, this API empowers users to build next-generation applications that require accurate and timely information on metal prices and currency conversions. The API provides a seamless experience for accessing data, allowing developers to focus on creating innovative solutions without worrying about data accuracy.
For more information on how to get started, visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, providing developers with the flexibility to access the data they require. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes or more frequently depending on your subscription plan. It allows users to get the most current rates for ETB against various currencies.
- Historical Rates Endpoint: Access historical exchange rates dating back to 2019. This feature is invaluable for businesses that need to analyze past trends and make informed decisions based on historical data.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices for metals, which is essential for traders looking to make quick decisions based on market conditions.
- Convert Endpoint: This endpoint allows users to convert any amount from one currency to another, facilitating seamless transactions across different currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates, enabling users to analyze trends over specific periods.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and helping businesses manage risks.
- Carat Endpoint: Retrieve information about gold rates by carat, which is particularly useful for jewelers and gold traders.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, allowing for better market analysis and decision-making.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for a specific time period, which is crucial for traders looking to analyze market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Each user is provided with a unique API key that must be included in requests to authenticate and authorize access to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency and reliability in the data provided.
- Available Endpoints: With 14 different endpoints, the Metals-API offers a wide range of functionalities to meet various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals supported by the API.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1780791522,
"base": "USD",
"date": "2026-06-07",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1780705122,
"base": "USD",
"date": "2026-06-06",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period.
{
"success": true,
"timeseries": true,
"start_date": "2026-05-31",
"end_date": "2026-06-07",
"base": "USD",
"rates": {
"2026-05-31": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-02": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-07": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1780791522,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-31",
"end_date": "2026-06-07",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1780791522,
"base": "USD",
"date": "2026-06-07",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1780791522,
"base": "USD",
"date": "2026-06-07",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
The Metals-API is an invaluable resource for developers and businesses looking to access accurate Ethiopian Birr (ETB) exchange rates and other metal prices in real-time. With its comprehensive set of features, including the latest rates, historical data, and conversion capabilities, this API empowers users to make informed decisions based on reliable data. By integrating the Metals-API into your applications, you can enhance your financial operations and stay ahead in the competitive market.
For more detailed information on the API's capabilities, visit the Metals-API Documentation and explore the extensive range of supported symbols on the Metals-API Supported Symbols page. Embrace the future of metal trading with the Metals-API and unlock the potential of real-time data for your business.