This API is a RESTful API built to provide granular access to platinum price data for Mumbai. The data is sourced from a reliable financial information portal and exposed via intuitive endpoints. Clients can retrieve a list of available gram weights, request today's and yesterday's rates for any gram amount, and explore platinum price trends over the last 10 days. This API supports investment analysis, pricing tools, and educational use cases for developers, traders, and fintech platforms.
{
"platinum_gram_weights_mumbai": {
"weights": [
1,
8,
10,
100
]
}
}
curl --location --request POST 'https://zylalabs.com/api/7567/mumbai+platinum+prices+api/12190/get+platinum+grams' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"weight": 1,
"today_price_per_gram": 3734,
"currency": "INR"
}
curl --location --request POST 'https://zylalabs.com/api/7567/mumbai+platinum+prices+api/12191/get+platinum+price+today' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
{
"weight": 1,
"yesterday_price_per_gram": 3509,
"change": 225,
"currency": "INR"
}
curl --location --request POST 'https://zylalabs.com/api/7567/mumbai+platinum+prices+api/12192/get+yesterday+platinum+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
{
"platinum_prices_last_10_days": {
"items": [
{
"date": "2025-06-19",
"weight_in_grams": 1,
"price_inr": 3734
},
{
"date": "2025-06-18",
"weight_in_grams": 1,
"price_inr": 3509
},
{
"date": "2025-06-17",
"weight_in_grams": 1,
"price_inr": 3431
},
{
"date": "2025-06-16",
"weight_in_grams": 1,
"price_inr": 3418
},
{
"date": "2025-06-15",
"weight_in_grams": 1,
"price_inr": 3399
},
{
"date": "2025-06-14",
"weight_in_grams": 1,
"price_inr": 3399
},
{
"date": "2025-06-13",
"weight_in_grams": 1,
"price_inr": 3541
},
{
"date": "2025-06-12",
"weight_in_grams": 1,
"price_inr": 3365
},
{
"date": "2025-06-11",
"weight_in_grams": 1,
"price_inr": 3365
},
{
"date": "2025-06-10",
"weight_in_grams": 1,
"price_inr": 3348
}
]
}
}
curl --location --request POST 'https://zylalabs.com/api/7567/mumbai+platinum+prices+api/12193/get+platinum+price+history' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
You can retrieve real-time and historical platinum prices specific to Mumbai, including current and previous day's rates, as well as price trends over the past 10 days.
The platinum prices are provided in Indian Rupees and can be retrieved by grams for various weights. The data is structured in a JSON format for easy integration.
The API can be used for investment analysis, pricing tools, and educational purposes by developers, traders, and fintech platforms looking to analyze platinum price trends and make informed decisions.
The API's output includes fields such as the weight in grams, current price, previous day's price, and historical price data for the last 10 days.
You can integrate the API by making RESTful requests to its endpoints to fetch the desired platinum price data, which can then be utilized in your application for analysis, reporting, or real-time pricing features.
The "get platinum grams" endpoint returns a list of available platinum gram weights in Mumbai. The response includes an array of weights, such as 1, 8, 10, and 100 grams, allowing users to select the appropriate weight for further price inquiries.
The "get platinum price today" endpoint requires a single parameter: the gram weight for which you want to retrieve the current platinum price. This weight must be one of the values obtained from the "get platinum grams" endpoint.
The response from the "get yesterday platinum price" endpoint is organized into key fields, including the weight in grams, yesterday's price per gram, the price change from yesterday to today, and the currency (INR). This structure allows for easy comparison of price changes.
The "get platinum price history" endpoint provides a list of platinum prices for the last 10 days for a specified gram weight. Each entry includes the date, weight in grams, and price in Indian Rupees, enabling users to analyze price trends over time.
Users can customize their data requests by specifying the gram weight parameter when calling the relevant endpoints. For example, when retrieving today's price or historical data, users can select any available weight from the "get platinum grams" endpoint.
The key fields in the response data for the "get platinum price history" endpoint include "date," "weight_in_grams," and "price_inr." These fields provide essential information for tracking price changes over the specified period.
The platinum prices provided by the API are sourced from a reliable financial information portal. Regular updates and data validation processes are implemented to maintain accuracy and reliability, ensuring users receive trustworthy price information.
Typical use cases for the data include investment analysis, market trend evaluation, and educational purposes. Developers and traders can leverage the API to create pricing tools, dashboards, or reports that inform decision-making in the platinum market.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
17,864ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
2,350ms
Service Level:
100%
Response Time:
1,305ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
1,674ms
Service Level:
100%
Response Time:
628ms
Service Level:
100%
Response Time:
478ms
Service Level:
100%
Response Time:
1,364ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
1,430ms
Service Level:
100%
Response Time:
3,054ms
Service Level:
100%
Response Time:
1,346ms
Service Level:
100%
Response Time:
238ms
Service Level:
100%
Response Time:
943ms