Find Tellurium (TE) prices using this API
Introduction
In the rapidly evolving landscape of metal markets, the demand for precise and real-time data has never been more critical. For developers and businesses looking to track Tellurium (TE) prices, the Metals-API offers a powerful solution. This API provides comprehensive access to a wide range of metal prices, including Tellurium, enabling users to integrate real-time data into their applications seamlessly. In this blog post, we will explore the capabilities of the Metals-API, its endpoints, and how it can transform the way developers interact with metal market data.
Understanding Tellurium (TE) and Its Market
Tellurium is a rare metalloid that plays a significant role in various industries, particularly in the production of solar panels, thermoelectric devices, and as an alloying agent in steel. As the demand for renewable energy sources grows, so does the importance of tracking Tellurium prices accurately. The ability to access real-time data on Tellurium and other metals is essential for businesses involved in these sectors.
The digital transformation in metal markets has led to the integration of advanced technologies such as data analytics, smart technology, and innovative applications. By leveraging the Metals-API, developers can gain insights into market trends, price fluctuations, and historical data, allowing for informed decision-making and strategic planning.
API Description
The Metals-API is designed to provide developers with real-time access to metal prices, including Tellurium. This API empowers users to build next-generation applications that require accurate and timely data. With its user-friendly interface and comprehensive documentation, developers can easily integrate the API into their systems.
For more detailed information, you can refer to the Metals-API Documentation, which outlines the various features and functionalities available through the API.
Key Features of the Metals-API
The Metals-API offers a variety of endpoints that cater to different needs, making it a versatile tool for developers. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, including Tellurium. Depending on your subscription plan, the API can return data updated every 60 minutes or every 10 minutes, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates for most metals dating back to 2019. By appending a specific date to your query, you can retrieve past prices, which is invaluable for trend analysis and forecasting.
- Bid and Ask Endpoint: This feature allows you to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling you to convert amounts between different metals or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is essential for analyzing trends over specific periods.
- Fluctuation Endpoint: Retrieve information about how metal prices fluctuate on a day-to-day basis. This endpoint helps users understand market volatility and make informed trading decisions.
- Carat Endpoint: Get information about gold rates by carat, which is useful for jewelers and those involved in the gold market.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API for the lowest and highest prices of metals over a specified period, giving you insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access detailed OHLC data for a specific time period, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of metal price trends.
- API Key: Your unique API key is required to access the API, ensuring secure and authorized use of the service.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API includes 14 endpoints, each providing different functionalities tailored to various user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, ensuring you have access to the latest information.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market developments.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols, including Tellurium. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1776125413,
"base": "USD",
"date": "2026-04-14",
"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": 1776039013,
"base": "USD",
"date": "2026-04-13",
"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-04-07",
"end_date": "2026-04-14",
"base": "USD",
"rates": {
"2026-04-07": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-09": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-14": {
"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": 1776125413,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-07",
"end_date": "2026-04-14",
"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": 1776125413,
"base": "USD",
"date": "2026-04-14",
"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": 1776125413,
"base": "USD",
"date": "2026-04-14",
"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 a transformative tool for developers looking to access real-time data on metals, including Tellurium. With its extensive range of endpoints, the API provides the necessary resources to build applications that can analyze market trends, track price fluctuations, and convert between different metal values. By integrating the Metals-API into your projects, you can leverage the power of real-time data to enhance decision-making and improve operational efficiency.
For further exploration, consider visiting the Metals-API Documentation for detailed guidance on implementation, or check the Metals-API Supported Symbols page for a comprehensive list of available metals. The Metals-API Website also offers additional resources and support for developers looking to maximize their use of this powerful API.