Gold Price API
Gold Price API
TLDR
- Get real-time gold futures price in USD from the CME via API.
- 5,000 free queries per month.
Here's a sample response:
{
"price_usd": 5030.7,
"updated_at": "2026-02-09T10:12:49+00:00"
}❓ What is this?
The Gold Price API gives you the real-time gold futures price in USD, straight from the Chicago Mercantile Exchange (CME).
One endpoint. No parameters. Hit /price and get the current gold price in clean JSON.
Built for developers who need reliable gold price data without the complexity of bloated financial APIs.
❓ Why use it?
1. Generous Free Plan
5,000 queries per month. Free. No credit card required.
That's 5,000 gold price lookups every month at zero cost. Build your fintech app, trading bot, or portfolio tracker without spending a dime upfront.
2. Affordable Pricing
Most gold price APIs charge $99/month for unlimited access. We don't.
When you need more, our paid plans cost a fraction of what competitors charge:
- $25 gets you 100K queries/month
- $75 gets you 1M queries/month
- $150 gets you 10M queries/month
3. 99.99% Uptime SLA
Gold prices move fast. Your API can't afford downtime.
We maintain a 99.99% uptime SLA so your application always has the latest price.
❓ How to use it?
Simple REST API. One endpoint, no parameters.
-
Sign up on Omkar Cloud by visiting this link.

-
Visit the API Key Page.
-
Copy your API key.

-
Make a request:
cURL:
curl -X GET "https://gold-price-api.omkar.cloud/price" \
-H "API-Key: YOUR_API_KEY"Python:
import requests
api_key = "YOUR_API_KEY"
response = requests.get(
"https://gold-price-api.omkar.cloud/price",
headers={"API-Key": api_key}
)
print(response.json())JavaScript (Node.js axios):
import axios from "axios";
const apiKey = "YOUR_API_KEY";
const response = await axios.get("https://gold-price-api.omkar.cloud/price", {
headers: { "API-Key": apiKey }
});
console.log(response.data);- Get the gold price and use it.
That's it. One call. Real-time gold price. Done.
API Reference
Endpoint
GET https://gold-price-api.omkar.cloud/price
Response
Returns the current gold futures price in USD:
{
"price_usd": 5030.7,
"updated_at": "2026-02-09T10:12:49+00:00"
}FAQs
❓ What data does the API return?
You get:
- price_usd — Current gold futures price in USD (e.g., 5030.7)
- updated_at — When the price was last updated (ISO 8601 format)
Two fields. Clean JSON. No bloat.
❓ How accurate is the data?
The data comes directly from the Chicago Mercantile Exchange (CME) — the world's largest futures exchange.
This is the same gold futures data used by institutional traders, hedge funds, and financial platforms worldwide.
❓ Can I use this for a trading bot or financial app?
Yes. That's exactly what it's built for.
Trading bots, portfolio trackers, price alert systems, financial dashboards — if it needs a gold price, this API delivers it.
❓ Do I need to pass any parameters?
No. Just call GET /price with your API key in the header. That's it.
❓ Does this API support historical exchange rates or time-series data?
Yes, we provide this on demand. Contact us here to request access.
We approve requests within 1 working day.
❓ Tell me about Omkar Cloud.
We're an API services company with 20+ tools for OCR, document processing, and developer APIs. Some things we are proud of:
- We built Botasaurus, an open-source framework with 3.7K+ GitHub stars
- Sponsored by 1000+ developers on GitHub
❓ How much does it cost?
- Free — $0 — 5,000 queries/month
- Starter — $25 — 100,000 queries/month
- Grow — $75 — 1,000,000 queries/month
- Scale — $150 — 10,000,000 queries/month
Why we're affordable: Low overhead. We run lean and pass the savings to you.
Note: You get 5,000 free queries every month. Most developers find this covers their needs.
❓ How do I get a refund?
If the product doesn't meet your needs within 90 days, get a refund in 2 clicks.
-
Go to Transactions Page

-
Click "Request Refund"

-
Confirm by clicking Request Refund again. The amount will be refunded within 1-2 business days. We'll email you updates.

No emails. No explanations. Simple 2-click process.
❓ Is there a catch in refunds?
No catch.
It's a simple 2-click process, exactly as described above.
Questions? We have answers.
Reach out anytime. We will solve your query within 1 working day.

