Fetch daily Tungsten (TUNGSTEN) market prices using this API

Metals-API can empower you to fetch daily prices seamlessly.
Understanding Tungsten (TUNGSTEN) and Its Markets
Metals-API Documentation provides developers with the tools needed to harness this data effectively.
How the Metals-API Works
Key Features of the Metals-API
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Tungsten and other metals. Depending on your subscription plan, you can receive updates every 60 minutes or even every 10 minutes, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date to your query, you can retrieve past market prices, allowing for comprehensive analysis and trend identification.
- Bid and Ask Endpoint: This feature enables you to retrieve real-time bid and ask prices for Tungsten, providing insights into market liquidity and pricing strategies.
- Convert Endpoint: Easily convert any amount from one metal to another 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, allowing for detailed analysis of price movements over time.
- Fluctuation Endpoint: Track how Tungsten prices fluctuate on a day-to-day basis, providing insights into market volatility.
- Lowest/Highest Price Endpoint: Retrieve the lowest and highest prices for Tungsten over a specified period, helping you identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for Tungsten, which is essential for technical analysis and trading strategies.
- API Key: Your unique API key is required to access the Metals-API, ensuring secure and authorized usage.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format for easy integration.
- Supported Symbols Endpoint: Access a constantly updated list of all available metal symbols, ensuring you have the latest information at your disposal.
- News Endpoint: Stay informed with the latest news articles related to Tungsten and other metals, helping you keep track of market developments.
Detailed API Endpoint Documentation
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755532827,
"base": "USD",
"date": "2025-08-18",
"rates": {
"TUNGSTEN": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1755446427,
"base": "USD",
"date": "2025-08-17",
"rates": {
"TUNGSTEN": 0.000485
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-11",
"end_date": "2025-08-18",
"base": "USD",
"rates": {
"2025-08-11": {
"TUNGSTEN": 0.000485
},
"2025-08-18": {
"TUNGSTEN": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "TUNGSTEN",
"amount": 1000
},
"info": {
"timestamp": 1755532827,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-11",
"end_date": "2025-08-18",
"base": "USD",
"rates": {
"TUNGSTEN": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -0.000003,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1755532827,
"base": "USD",
"date": "2025-08-18",
"rates": {
"TUNGSTEN": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1755532827,
"base": "USD",
"date": "2025-08-18",
"rates": {
"TUNGSTEN": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 0.000002
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Supported Symbols and dive deeper into the Metals-API Documentation to unlock the full potential of this powerful API.