Get daily Brass Shell (BRSH) prices using this API for your trading platform
Get Daily Brass Shell (BRSH) Prices Using This API for Your Trading Platform
In the rapidly evolving landscape of financial technology, the demand for real-time data has never been greater. For traders and developers focused on metals, accessing accurate and timely information is crucial. The Brass Shell (BRSH) is a symbol representing a unique metal in the market, and leveraging an API like Metals-API can empower developers to integrate real-time brass prices into their trading platforms seamlessly.
Metals-API Information
About Brass (BRASS)
Brass, an alloy primarily composed of copper and zinc, has seen a digital transformation in its market dynamics. The integration of technology into metal trading has opened new avenues for data analytics and insights. With advancements in smart technology, traders can now access real-time data, enabling them to make informed decisions based on market trends.
The future of brass trading is poised for innovation, with possibilities such as automated trading systems that utilize machine learning algorithms to predict price movements based on historical data. As the market continues to evolve, the importance of having access to accurate and timely data cannot be overstated.
API Description
The Metals-API is designed to provide developers with the tools necessary to build next-generation applications that require real-time metals data. This API offers a variety of endpoints that allow users to retrieve the latest rates, historical data, and even perform conversions between different metals and currencies.
With the Metals-API Documentation, developers can explore the full capabilities of the API, including how to authenticate requests, manage rate limits, and handle errors effectively. The API empowers users to create applications that can analyze market trends, track fluctuations, and provide insights into the brass market.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of features that can be leveraged for various applications:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This allows traders to stay informed about the latest brass prices.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date to your query, you can retrieve past prices, which is essential for trend analysis.
- Bid And Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for brass, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint allows users to convert any amount from one metal to another or to/from USD, facilitating transactions and pricing strategies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice, enabling detailed analysis of price movements over time.
- Fluctuation Endpoint: Retrieve information about how brass prices fluctuate on a day-to-day basis, which is crucial for understanding market volatility.
- Carat Endpoint: This endpoint provides information about gold rates by carat, which can be useful for traders dealing with multiple metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price of brass over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for a specific time period, which is vital 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 market trends.
- API Key: Your unique API key is essential for accessing the API and must be included in your requests.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: With 14 API endpoints, each offering different functionalities, developers have a wealth of options to choose from.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping traders informed about market developments.
List of Symbols
The API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1766196165,
"base": "USD",
"date": "2025-12-20",
"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": 1766109765,
"base": "USD",
"date": "2025-12-19",
"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": "2025-12-13",
"end_date": "2025-12-20",
"base": "USD",
"rates": {
"2025-12-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-12-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-12-20": {
"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": 1766196165,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-12-13",
"end_date": "2025-12-20",
"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": 1766196165,
"base": "USD",
"date": "2025-12-20",
"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": 1766196165,
"base": "USD",
"date": "2025-12-20",
"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
In conclusion, the Metals-API provides a robust framework for accessing real-time brass prices and other metal data, enabling developers to create powerful trading applications. With features like the latest rates, historical data, and conversion capabilities, the API is essential for anyone looking to stay ahead in the metals market. By utilizing the Metals-API Documentation, developers can fully harness the potential of this API to build innovative solutions that meet the demands of modern trading.
For further exploration of the available symbols and their specifications, visit the Metals-API Supported Symbols page. The future of brass trading is bright, and with the right tools and data, traders can navigate this dynamic market with confidence.