Access Osmium (OSMIUM) Historical Prices through this API

Access Osmium (OSMIUM) Historical Prices through this API
Metals-API, accessing historical prices and market trends for Osmium has become more streamlined and efficient. This blog post delves into the intricacies of Osmium, the transformative potential of the Metals-API, and how developers can leverage this powerful tool to access historical prices and other valuable data.
Metals-API Information
About Osmium (OSMIUM)
API Description
Metals-API is a powerful tool that provides developers with access to real-time and historical data for various metals, including Osmium. This API is designed to facilitate the integration of metals data into applications, enabling developers to create next-generation solutions that cater to the needs of traders, investors, and analysts.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1747746015,
"base": "USD",
"date": "2025-05-20",
"rates": {
"OSM": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1747659615,
"base": "USD",
"date": "2025-05-19",
"rates": {
"OSM": 0.000485
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1747746015,
"base": "USD",
"date": "2025-05-20",
"rates": {
"OSM": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "OSM",
"amount": 1000
},
"info": {
"timestamp": 1747746015,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-05-13",
"end_date": "2025-05-20",
"base": "USD",
"rates": {
"2025-05-13": {
"OSM": 0.000485
},
"2025-05-15": {
"OSM": 0.000483
},
"2025-05-20": {
"OSM": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-05-13",
"end_date": "2025-05-20",
"base": "USD",
"rates": {
"OSM": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1747746015,
"base": "USD",
"date": "2025-05-20",
"rates": {
"OSM": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
List of Symbols
Metals-API Supported Symbols page.
Conclusion
Metals-API Documentation for detailed guidance on implementation and usage. Embrace the future of metal trading with the power of real-time data at your fingertips.