← Back to Home

API Documentation

🚧 API Coming Soon

We're building a robust API for developers and businesses who need programmatic access to live gold and silver rates.

Register your interest at api@pricetoday.in to be notified when we launch.

Planned Features

The PriceToday API will provide:

Sample Endpoints (Preview)

GET /api/v1/rates/current

Get current gold and silver rates (PM session).

{ "data": { "gold": { "24k": { "rate": 7650, "change": 45, "unit": "per_gram" }, "22k": { "rate": 7012, "change": 41, "unit": "per_gram" }, "18k": { "rate": 5738, "change": 34, "unit": "per_gram" } }, "silver": { "999": { "rate": 92.50, "change": -0.35, "unit": "per_gram" } }, "timestamp": "2026-02-13T17:05:00+05:30", "source": "IBJA" } }
GET /api/v1/rates/city/{city_name}

Get rates for a specific city (Mumbai, Delhi, Chennai, etc.).

GET /api/v1/historical?metal=gold&from=2026-01-01&to=2026-01-31

Get historical rates for a date range.

GET /api/v1/international

Get international gold prices (LBMA), USD/INR, import duty.

Pricing (Tentative)

Authentication

API requests will require an API key passed in the header:

Authorization: Bearer YOUR_API_KEY

Rate Limits

To ensure fair usage, we'll implement rate limits based on your plan. All responses will include headers:

X-RateLimit-Limit: 10000 X-RateLimit-Remaining: 9856 X-RateLimit-Reset: 1736784000

Support & SLA

Use Cases

The PriceToday API is ideal for:

Get Early Access

Want to be among the first to use the PriceToday API?

Email us at api@pricetoday.in with:

We'll notify you as soon as the API is ready for beta testing.


All API access is subject to our Terms of Service. Commercial use requires a paid plan.