canonical: https://jentic.com/apis/nfusionsolutions.biz/nfusion-solutions

# Nfusionsolutions Biz nFusion Solutions Market Data API

Enterprise-grade financial market data API delivering real-time and historical pricing for precious metals including gold, silver, platinum, and palladium, plus exchange rates for major currency pairs and cryptocurrencies. Access spot prices, benchmark prices, historical OHLC data with flexible intervals, metal-to-metal ratios, and annual performance metrics. All endpoints support multiple currencies, unit-of-measure conversions, and both JSON and XML formats.

## For AI agents

Query real-time and historical prices for precious metals and currency pairs. Retrieve spot prices, benchmark prices, exchange rates, and OHLC data with configurable intervals and currency conversions.

## Scope

Does not handle equity trading, cryptocurrency trading, banking transactions, or portfolio management - use for precious metals and currency market data only.

## Capabilities

- Retrieve real-time spot prices for gold, silver, platinum, and palladium in multiple currencies
- Query historical OHLC (open, high, low, close) data for precious metals with flexible date ranges and intervals
- Get current and historical exchange rates for major currency pairs
- Calculate metal-to-metal price ratios such as gold/silver or platinum/palladium
- Access benchmark prices for precious metals with currency conversion
- Track annual and multi-period performance metrics for metals in any supported currency

## Use cases

### Precious Metals Portfolio Tracking

Track precious metals investments by retrieving real-time spot prices and historical performance data for gold, silver, platinum, and palladium. The API provides current bid/ask spreads, daily highs and lows, 52-week ranges, and year-to-date percent changes across multiple currencies. Agents can monitor portfolio values by querying spot prices at regular intervals and calculating returns using historical OHLC data with customizable intervals from minutes to years.

Example prompt: Get the current spot summary for gold and silver in USD, then retrieve 1-year historical daily OHLC data to calculate year-to-date returns

### Multi-Currency Financial Reporting

Generate financial reports with accurate exchange rates by querying real-time and historical currency pair data. The API supports major currency pairs with current mid rates, daily summaries including open/high/low/close values, and historical data with flexible aggregation intervals. Financial systems can convert asset values across currencies using the same rates applied to precious metals pricing, ensuring consistency in multi-currency reporting and accounting workflows.

Example prompt: Retrieve the current exchange rate for USD/EUR and USD/GBP, then get the historical rates for the last fiscal quarter to calculate average conversion rates

### Market Analysis and Technical Indicators

Perform technical analysis on precious metals markets using historical OHLC data with configurable intervals. Query minute-by-minute intraday data for short-term trading analysis or aggregate weekly and monthly data for long-term trend identification. The API returns open, high, low, close, change, and percent change for each interval, enabling calculation of moving averages, support/resistance levels, and volatility metrics. Metal ratio endpoints provide additional insights for spread trading strategies.

Example prompt: Get 30 days of hourly OHLC data for gold in USD, then retrieve the current gold/silver ratio to identify potential arbitrage opportunities

### AI Agent Financial Data Integration

AI agents access enterprise-grade precious metals and currency data through Jentic without managing commercial licenses or credentials. Agents search for operations like 'get gold price' or 'currency exchange rate' and Jentic returns the appropriate nFusion Solutions endpoints with schemas. The API key is stored in Jentic's encrypted vault and scoped tokens are provided to agents, so raw credentials never enter agent context. Agents can retrieve spot prices, historical data, and summaries on behalf of users for portfolio tracking, financial planning, and market research use cases.

Example prompt: Search Jentic for 'get current gold price', load the spot summary schema, and execute a request for gold in USD with current market data

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/api/v1/Metals/spot/summary` | Get latest spot summary for precious metals with current and daily price data |
| GET | `/api/v1/Metals/spot/history` | Get historical OHLC data for precious metals over a date range |
| GET | `/api/v1/Currencies/rate` | Get latest mid rate for currency pairs |
| GET | `/api/v1/Currencies/history` | Get historical OHLC data for currency pairs |
| GET | `/api/v1/Metals/spot/ratio/summary` | Get latest spot ratios between metal pairs |
| GET | `/api/v1/Metals/benchmark/summary` | Get latest benchmark prices for precious metals |
| GET | `/api/v1/Metals/spot/performance/annual` | Get historical annual performance data for metals |
| GET | `/api/v1/Metals/spot/supported` | Get list of supported metals symbols |

## Key resources

- **Currencies** — Real-time and historical exchange rates for currency pairs. Supports rate queries, daily summaries with OHLC data, and historical data with flexible intervals. Lists of supported currencies available for rate and summary endpoints.
- **Metals** — Precious metals pricing including spot prices, benchmark prices, and metal-to-metal ratios. Provides current summaries with bid/ask/last, historical OHLC data, annual performance metrics, and historical performance tracking. Supports currency conversion and multiple units of measure.

## Why Jentic

- **Setup:** Wiring the nFusion Solutions Market Data API by hand means adding your commercial-license token as a query parameter on every request to api.nfusionsolutions.biz and assembling metals and currency lookups from raw parameters. Through Jentic you install once, import the nFusion Solutions Market Data API from the API Directory, store the API key once, and your agent calls it.
- **Permission scoping:** These endpoints are read-only market-data lookups that carry metal, currency, and unit selectors in query parameters rather than a resource id in the path, so scope your agent to the operations it needs, such as spot summaries and currency rates, while leaving historical or benchmark queries out of the allowed set unless you add them.
- **Credential handling:** Your nFusion Solutions API key is stored once, encrypted, by your own Jentic One instance and added as the token query parameter at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'get the gold price' or 'currency exchange rate' and Jentic returns the matching nFusion Solutions operation with its parameter schema for metals, currency, and unit of measure so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **CurrencyAPI** — Focuses on currency exchange rates without precious metals pricing
- **ExchangeRate-API** — Currency conversion API without commodities or metals pricing
- **Alpaca Market Data API** — Equity and crypto market data to complement precious metals pricing

## FAQ

### What authentication does the nFusion Solutions Market Data API use?

The API uses API key authentication via a query parameter named 'token'. When accessed through Jentic, your nFusion Solutions API key is stored encrypted in your Jentic One instance. Agents receive scoped access tokens instead of raw API keys, and the token parameter is automatically included in requests without exposing credentials in agent context.

### Can I get historical gold prices with the nFusion Solutions Market Data API?

Yes, use the GET `/api/v1/Metals/spot/history` endpoint to retrieve historical OHLC data for gold and other precious metals. Specify the metals parameter (e.g., 'gold'), start and end dates in yyyy-mm-dd format, and optionally an interval such as 'd' for daily, 'h' for hourly, or '6m' for 6-month aggregation. The endpoint returns open, high, low, close, change, and percent change for each interval with support for currency conversion and multiple units of measure.

### What are the rate limits for the nFusion Solutions Market Data API?

Rate limits are determined by your commercial license agreement with nFusion Solutions. The API requires a commercial license for access, and limits vary by subscription tier. Check your service agreement or contact sales@nfusionsolutions.com for specific rate limit details for your account.

### How do I get currency exchange rates with this API through Jentic?

Search Jentic for 'currency exchange rate' to discover the Currencies rate endpoints. Load the GET `/api/v1/Currencies/rate` schema, which accepts a pairs parameter with comma-separated currency pairs like 'USD/CAD,USD/EUR,USD/AUD'. Execute the call through Jentic to retrieve current mid rates for the requested pairs. For historical rates, use the GET `/api/v1/Currencies/history` endpoint with start and end date parameters.

### Does the nFusion Solutions Market Data API require a commercial license?

Yes, all API access requires a commercial license from nFusion Solutions. You must enter into a service agreement and acquire a license to be issued access credentials. For licensing information, visit https://nfusionsolutions.com/nfusion-solutions-metals-gold-price-feed-tour/ or email sales@nfusionsolutions.com. When using the API through Jentic, you still need your own nFusion Solutions license and API key.

### What precious metals are supported by the API?

The API provides data for gold, silver, platinum, and palladium. Query the GET `/api/v1/Metals/spot/supported` endpoint to retrieve the current list of supported metals for spot price endpoints, or GET `/api/v1/Metals/benchmark/supported` for benchmark price metals. Both spot and benchmark prices support multiple currencies and units of measure including troy ounces, grams, kilograms, carats, and pennyweights.

### Can I calculate metal price ratios like gold/silver with this API?

Yes, the API provides dedicated ratio endpoints. Use GET `/api/v1/Metals/spot/ratio/summary` to get current ratios between metal pairs such as 'gold/silver' or 'platinum/palladium'. For historical ratio data, use GET `/api/v1/Metals/spot/ratio/history` with start and end dates and an optional interval parameter. These endpoints return ratio values showing the relative price relationship between the specified metals.

### Can I limit what my agent is allowed to do with the nFusion Solutions Market Data API?

Yes. Because you run Jentic One yourself, your own rules decide which nFusion Solutions operations and credentials the agent may use. Since every endpoint here is a read-only lookup that carries the metal, currency, and unit in query parameters rather than in the path, you can scope the agent to just the operations it needs, such as the spot summary and currency rate calls, and leave the historical, benchmark, and ratio queries out of the allowed set unless you add them. Your API key stays with your instance and is attached at execution time, so the agent can only call the operations you have permitted.
