Get Accurate Tellurium (TE) Historical Prices from this API

Get Accurate Tellurium (TE) Historical Prices from this API
In the rapidly evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. Tellurium (TE), a rare metalloid, is gaining attention for its applications in various high-tech industries, including solar energy and electronics. To navigate the complexities of trading and investing in Tellurium, developers and analysts can leverage the power of the Metals-API. This API provides comprehensive access to historical prices, allowing users to make informed decisions based on accurate data analytics and insights.
About Tellurium (TE)
Tellurium is a fascinating element that plays a pivotal role in modern technology. As industries undergo digital transformation, the integration of smart technologies and data analytics is reshaping how metals are traded and valued. Tellurium's unique properties make it essential in the production of high-efficiency solar cells and thermoelectric devices. As the world moves towards sustainable energy solutions, the demand for Tellurium is expected to rise, highlighting the importance of having access to accurate historical pricing data.
Technological advancements have enabled the collection and analysis of vast amounts of data, providing insights that were previously unattainable. The Metals-API stands at the forefront of this transformation, offering developers the tools needed to build next-generation applications that can analyze trends, forecast prices, and optimize trading strategies. By utilizing the Metals-API, developers can tap into real-time data and historical trends, ensuring they stay ahead in the competitive metal markets.
API Description
The Metals-API is designed to empower developers with the ability to access real-time and historical data for various metals, including Tellurium. This API is not just a data source; it is a comprehensive platform that enables users to integrate metal pricing data into their applications seamlessly. With a focus on innovation and technological advancement, the Metals-API transforms how users interact with metal market data.
One of the standout features of the Metals-API is its ability to provide real-time exchange rates, updated frequently based on the user's subscription plan. This ensures that developers have access to the most current data, which is crucial for making timely trading decisions. Additionally, the API offers historical rates dating back to 2019, allowing users to analyze past trends and make predictions about future movements.
Furthermore, the API's capabilities extend beyond simple price retrieval. With endpoints designed for bid and ask prices, currency conversion, time-series data, and fluctuation tracking, the Metals-API provides a holistic view of the metal markets. Developers can utilize these features to create applications that not only display prices but also analyze market trends and fluctuations over time.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the metal trading community. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data for metals, updated every 60 minutes or more frequently. This feature is essential for traders who need to stay informed about the latest market conditions.
- Historical Rates Endpoint: Users can access historical rates for most metals dating back to 2019. By appending a specific date to the API request, developers can retrieve past pricing data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows users 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 users to convert amounts from one metal to another or to/from USD. This is particularly useful for traders dealing in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates, facilitating in-depth analysis of price movements over time.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility and trends.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, allowing traders to analyze daily price movements.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of metal pricing trends.
- API Key: Each user is assigned a unique API key, which must be included in API requests to authenticate and authorize access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API features 14 different endpoints, each designed to provide specific functionalities tailored to the needs of developers and traders.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available metal symbols, ensuring users have access to the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India using this dedicated endpoint, which is particularly useful for regional traders.
- News Endpoint: Stay updated with the latest news articles related to various metals, providing context and insights into market movements.
API Endpoint Examples and Responses
Understanding the structure of API responses is crucial for developers looking to integrate the Metals-API into their applications. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1759867243,
"base": "USD",
"date": "2025-10-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"
}
The response above indicates a successful request, providing the latest exchange rates for various metals relative to USD. The "rates" object contains the current price for each metal symbol, which developers can use to display real-time pricing information in their applications.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1759780843,
"base": "USD",
"date": "2025-10-06",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example demonstrates how to retrieve historical rates for a specific date. The "rates" object provides the pricing information for each metal, allowing users to analyze past performance and trends.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-09-30",
"end_date": "2025-10-07",
"base": "USD",
"rates": {
"2025-09-30": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-02": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-07": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
The time-series response provides daily rates for the specified date range, allowing developers to visualize trends and fluctuations over time. This data is essential for creating analytical tools and dashboards.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1759867243,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example illustrates how to use the convert endpoint to convert an amount from USD to gold (XAU). The response includes the conversion rate and the resulting amount in troy ounces, which is useful for traders dealing with multiple currencies.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-09-30",
"end_date": "2025-10-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"
}
The fluctuation endpoint response provides insights into how prices have changed over a specified period. This information is crucial for traders looking to understand market dynamics and make informed decisions.
OHLC (Open/High/Low/Close) Price Endpoint
{
"success": true,
"timestamp": 1759867243,
"base": "USD",
"date": "2025-10-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"
}
This endpoint provides open, high, low, and close prices for a specific date, allowing traders to analyze daily price movements and make strategic decisions based on market behavior.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1759867243,
"base": "USD",
"date": "2025-10-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"
}
The bid/ask endpoint provides current bid and ask prices for metals, which is essential for understanding market liquidity and making informed trading decisions.
Conclusion
In conclusion, the Metals-API is an invaluable resource for developers and traders looking to access accurate Tellurium (TE) historical prices and real-time data. By leveraging the API's extensive features, including historical rates, fluctuation tracking, and conversion capabilities, users can gain a comprehensive understanding of the metal markets. The integration of smart technology and data analytics into trading strategies will undoubtedly shape the future of metal trading.
As industries continue to evolve and the demand for metals like Tellurium grows, having access to reliable data will be crucial for making informed decisions. The Metals-API not only provides the necessary data but also empowers developers to create innovative applications that can analyze trends and optimize trading strategies.
For more information on how to get started with the Metals-API, visit the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals. Embrace the future of metal trading with the power of real-time data at your fingertips.