Access Comorian Franc (KMF) prices via this API
Access Comorian Franc (KMF) Prices via Metals-API
The Comorian Franc (KMF) is the official currency of Comoros, an archipelago located in the Indian Ocean. Understanding the dynamics of KMF in the global market is essential for traders, investors, and developers alike. With the advent of APIs, accessing real-time data on currency exchange rates, including KMF, has become easier than ever. One such powerful tool is the Metals-API, which provides comprehensive access to metal prices and currency conversion data.
Metals-API Information
About Molybdenum (MO)
Molybdenum is a critical metal used in various industrial applications, particularly in steel production and high-temperature alloys. The digital transformation in metal markets has led to significant advancements in how we track and analyze metal prices, including molybdenum. With the integration of smart technologies and data analytics, stakeholders can now gain insights into market trends and make informed decisions.
Technological innovation has paved the way for real-time data access, allowing developers to build next-generation applications that leverage this information. The Metals-API empowers users to tap into a wealth of data, enabling them to analyze market fluctuations, historical trends, and future possibilities.
API Description
The Metals-API is designed to provide developers with real-time and historical data on metal prices and currency conversions. This API stands out due to its innovative capabilities, allowing users to access a variety of endpoints tailored to different needs. Whether you are looking to retrieve the latest exchange rates, historical data, or perform conversions, the Metals-API has you covered.
For detailed information on how to implement this API, you can refer to the Metals-API Documentation. The documentation provides comprehensive guidance on how to utilize the API effectively, including endpoint descriptions, parameter details, and response formats.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to various functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date in the format YYYY-MM-DD, you can retrieve past exchange rates for KMF and other currencies.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices for metals, providing insights into market liquidity.
- Convert Endpoint: The conversion endpoint enables users to convert any amount from one currency to another, including KMF to USD or vice versa.
- Time-Series Endpoint: Users can query the API for daily historical rates between two chosen dates, allowing for in-depth analysis of trends over time.
- Fluctuation Endpoint: This endpoint provides information on how currencies fluctuate on a day-to-day basis, which is crucial for traders looking to capitalize on market movements.
- Carat Endpoint: Specifically for gold, this endpoint allows users to retrieve information about gold rates by carat, which is particularly useful for jewelers and investors.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for extensive market research.
- API Key: Each user is assigned a unique API key, which must be included in the API requests to authenticate access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: With 14 different endpoints, the Metals-API offers diverse functionalities to meet various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, including KMF, ensuring users have access to the latest data.
List of Symbols
The Metals-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": 1781827860,
"base": "USD",
"date": "2026-06-19",
"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": 1781741460,
"base": "USD",
"date": "2026-06-18",
"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": "2026-06-12",
"end_date": "2026-06-19",
"base": "USD",
"rates": {
"2026-06-12": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-14": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-19": {
"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": 1781827860,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-12",
"end_date": "2026-06-19",
"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": 1781827860,
"base": "USD",
"date": "2026-06-19",
"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": 1781827860,
"base": "USD",
"date": "2026-06-19",
"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
The Metals-API is an invaluable resource for developers and traders looking to access real-time and historical data on metal prices and currency conversions, including the Comorian Franc (KMF). With its extensive range of endpoints, the API allows users to perform a variety of functions, from retrieving the latest rates to analyzing historical trends and fluctuations.
By leveraging the capabilities of the Metals-API, developers can create applications that provide insights into market dynamics, enabling users to make informed decisions. The comprehensive documentation and support for various symbols ensure that users can easily integrate the API into their projects.
For more information on how to get started, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance. Don't forget to check the Metals-API Supported Symbols page to find all available currency symbols, including KMF.