This API is a RESTful API built to provide granular access to platinum price data for Chennai, India. 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_chennai": [
1,
8,
10,
100
]
}
curl --location --request POST 'https://zylalabs.com/api/8286/chennai+platinum+rates+api/14336/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/8286/chennai+platinum+rates+api/14341/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/8286/chennai+platinum+rates+api/14347/get+yesterday+platinum+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
{
"platinum_price_last_10_days": {
"items": [
{
"date": "2025-06-19",
"price_1_gram": 3734,
"price_10_gram": 37340,
"price_100_gram": 373400
},
{
"date": "2025-06-18",
"price_1_gram": 3509,
"price_10_gram": 35090,
"price_100_gram": 350900
},
{
"date": "2025-06-17",
"price_1_gram": 3431,
"price_10_gram": 34310,
"price_100_gram": 343100
},
{
"date": "2025-06-16",
"price_1_gram": 3418,
"price_10_gram": 34180,
"price_100_gram": 341800
},
{
"date": "2025-06-15",
"price_1_gram": 3399,
"price_10_gram": 33990,
"price_100_gram": 339900
},
{
"date": "2025-06-14",
"price_1_gram": 3399,
"price_10_gram": 33990,
"price_100_gram": 339900
},
{
"date": "2025-06-13",
"price_1_gram": 3541,
"price_10_gram": 35410,
"price_100_gram": 354100
},
{
"date": "2025-06-12",
"price_1_gram": 3365,
"price_10_gram": 33650,
"price_100_gram": 336500
},
{
"date": "2025-06-11",
"price_1_gram": 3365,
"price_10_gram": 33650,
"price_100_gram": 336500
},
{
"date": "2025-06-10",
"price_1_gram": 3348,
"price_10_gram": 33480,
"price_100_gram": 334800
}
]
}
}
curl --location --request POST 'https://zylalabs.com/api/8286/chennai+platinum+rates+api/14351/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 Chennai, India. The API allows you to access current and previous day's rates, as well as analyze price trends over the past 10 days.
The platinum prices are provided in Indian rupees and can be retrieved by grams. The data is structured in a JSON format, making it easy to integrate and use in applications.
The API can be used for investment analysis, pricing tools, and educational purposes. Developers, traders, and fintech platforms can leverage the data to make informed decisions regarding platinum investments.
The API provides data fields including the current price, previous day's price, price trends over the last 10 days, and available gram weights for platinum.
You can integrate the API by making RESTful requests to its endpoints to retrieve platinum price data. This allows you to incorporate real-time pricing and historical trends into your applications seamlessly.
The "get platinum grams" endpoint returns a list of available platinum gram weights in Chennai. The response includes an array of integers representing the weights, such as 1, 8, 10, and 100 grams.
The response from the "get platinum price today" endpoint includes fields such as "weight," "today_price_per_gram," and "currency." This provides the current price for the specified gram weight in Indian rupees.
Users can customize their requests to the "get yesterday platinum price" endpoint by specifying the desired gram weight as a parameter. This allows retrieval of the previous day's price for that specific weight.
The response data from the "get platinum price history" endpoint is organized into an object containing an "items" array. Each item includes the date and prices for 1 gram, 10 grams, and 100 grams for that date.
The "get platinum price history" endpoint provides historical platinum prices for the last 10 days, including daily prices for different gram weights. This helps users analyze price trends over time.
The data is sourced from a reliable financial information portal, ensuring accuracy. Regular updates and quality checks are implemented to maintain the integrity of the platinum price data.
Typical use cases for the data from the "get platinum grams" endpoint include determining available gram weights for investment calculations, pricing tools, and educational resources related to platinum trading.
If users receive partial or empty results, they should verify the parameters used in their request. Ensuring the correct gram weight is specified can help retrieve the expected data.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
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:
17ms
Service Level:
100%
Response Time:
18ms
Service Level:
100%
Response Time:
9,058ms
Service Level:
100%
Response Time:
7,052ms
Service Level:
100%
Response Time:
1,524ms
Service Level:
100%
Response Time:
2,298ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
16ms
Service Level:
90%
Response Time:
12,188ms
Service Level:
100%
Response Time:
8,624ms
Service Level:
100%
Response Time:
7,190ms
Service Level:
100%
Response Time:
11,634ms
Service Level:
100%
Response Time:
8,903ms
Service Level:
100%
Response Time:
10,055ms
Service Level:
100%
Response Time:
830ms
Service Level:
100%
Response Time:
2,876ms
Service Level:
100%
Response Time:
9,166ms
Service Level:
100%
Response Time:
673ms