Fetch Tellurium (TE) prices effortlessly using this API

Fetch Tellurium (TE) Prices Effortlessly Using This API
Metals-API to fetch Tellurium (TE) prices effortlessly. This API not only provides you with the latest market rates but also empowers you with historical data, bid and ask prices, and much more. In this blog post, we will explore the significance of Tellurium in the metal markets, the innovative capabilities of the Metals-API, and how you can utilize its features to build next-generation applications.
About Tellurium (TE)
API Description
Metals-API is a powerful tool designed to provide developers with real-time and historical data on various metals, including Tellurium. This API is built with innovation in mind, allowing for seamless integration into applications that require up-to-date market information. The transformative potential of real-time metals data cannot be overstated; it empowers developers to build applications that can analyze market trends, optimize trading strategies, and provide insights into price fluctuations.
- Latest Rates Endpoint: Retrieve real-time exchange rate data updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan.
- Historical Rates Endpoint: Access historical rates dating back to 2019, allowing for in-depth analysis of market trends over time.
- Bid and Ask Endpoint: Get real-time bid and ask prices, providing insights into market liquidity and trading opportunities.
- Convert Endpoint: Easily convert amounts between different metals or to/from USD, facilitating seamless transactions.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, enabling comprehensive trend analysis.
- Fluctuation Endpoint: Track how prices fluctuate on a day-to-day basis, helping you understand market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, useful for jewelers and traders.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, aiding in price analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for specific time periods, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of market trends.
- API Key: Secure access to the API using a unique key, ensuring that your data requests are authenticated.
- API Response: Receive exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: Explore a constantly updated list of all available currencies and their specifications.
- Gold Price India Endpoint: Retrieve the latest gold prices in India, catering to regional market needs.
- News Endpoint: Stay updated with the latest news articles related to various metals, keeping you informed about market developments.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1754380823,
"base": "USD",
"date": "2025-08-05",
"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
{
"success": true,
"timestamp": 1754294423,
"base": "USD",
"date": "2025-08-04",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid and Ask Endpoint
{
"success": true,
"timestamp": 1754380823,
"base": "USD",
"date": "2025-08-05",
"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"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1754380823,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-29",
"end_date": "2025-08-05",
"base": "USD",
"rates": {
"2025-07-29": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-31": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-05": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-29",
"end_date": "2025-08-05",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1754380823,
"base": "USD",
"date": "2025-08-05",
"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"
}
Historical LME Endpoint
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to understand the various metals available through the API.
Conclusion
Metals-API Documentation and explore the possibilities of integrating real-time metals data into your applications.