Obtain Gallium (GALLIUM) Historical Prices via this API

Introduction
Metals-API, a powerful tool that provides developers with the ability to access real-time and historical metal prices, including Gallium. We will delve into the innovative features of the Metals-API, its endpoints, and how it can empower developers to create next-generation applications that leverage metal market data.
About Gallium (GALLIUM)
Digital Transformation in Metal Markets
Technological Innovation and Advancement
Data Analytics and Insights
Smart Technology Integration
Future Trends and Possibilities
API Description
Metals-API Documentation. This resource provides comprehensive guidance on the available endpoints, their functionalities, and how to implement them effectively.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1754384423,
"base": "USD",
"date": "2025-08-05",
"rates": {
"GALLIUM": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1754298023,
"base": "USD",
"date": "2025-08-04",
"rates": {
"GALLIUM": 0.000485
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-29",
"end_date": "2025-08-05",
"base": "USD",
"rates": {
"2025-07-29": {
"GALLIUM": 0.000485
},
"2025-08-05": {
"GALLIUM": 0.000482
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "GALLIUM",
"amount": 1000
},
"info": {
"timestamp": 1754384423,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-29",
"end_date": "2025-08-05",
"base": "USD",
"rates": {
"GALLIUM": {
"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": 1754384423,
"base": "USD",
"date": "2025-08-05",
"rates": {
"GALLIUM": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1754384423,
"base": "USD",
"date": "2025-08-05",
"rates": {
"GALLIUM": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate various metals into their applications.
Conclusion
Metals-API Documentation. With the right tools and insights, developers can unlock the full potential of metal market data and drive innovation in their applications.