This API provides real-time and historical platinum prices specific to Anantapur, India. Users can retrieve prices by grams, access current and previous day’s rates, and analyze price trends over the past 10 days. Prices are in Indian rupees.
{
"platinum_gram_weights_anantapur": [
1,
8,
10,
100
]
}
curl --location --request POST 'https://zylalabs.com/api/7729/anantapur+platinum+prices+api/12560/get+platinum+grams' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"weight": 1,
"today_price_per_gram": 3579,
"currency": "INR"
}
curl --location --request POST 'https://zylalabs.com/api/7729/anantapur+platinum+prices+api/12561/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": 3539,
"change": 40,
"currency": "INR"
}
curl --location --request POST 'https://zylalabs.com/api/7729/anantapur+platinum+prices+api/12562/get+yesterday+platinum+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
{
"platinum_price_1g_last_10_days": [
{
"date": "2025-06-24",
"price_1g": 3579
},
{
"date": "2025-06-23",
"price_1g": 3539
},
{
"date": "2025-06-22",
"price_1g": 3524
},
{
"date": "2025-06-21",
"price_1g": 3524
},
{
"date": "2025-06-20",
"price_1g": 3587
},
{
"date": "2025-06-19",
"price_1g": 3734
},
{
"date": "2025-06-18",
"price_1g": 3509
},
{
"date": "2025-06-17",
"price_1g": 3431
},
{
"date": "2025-06-16",
"price_1g": 3418
},
{
"date": "2025-06-15",
"price_1g": 3399
}
]
}
curl --location --request POST 'https://zylalabs.com/api/7729/anantapur+platinum+prices+api/12563/get+platinum+price+history' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Anantapur Platinum Prices API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
This API is a RESTful API built to provide granular access to platinum price data for Anantapur, 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.
You can retrieve real-time and historical platinum prices specific to Anantapur, India. This includes current rates, previous day's rates, and price trends over the last 10 days.
The API provides platinum price data in Indian rupees, and the data is structured in a JSON format, making it easy to parse and integrate into applications.
The API can be used for investment analysis, pricing tools, and educational purposes. It is particularly useful for developers, traders, and fintech platforms looking to analyze platinum price trends and make informed decisions.
The API output includes fields such as the gram weight of platinum, 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 retrieve platinum price data. This allows you to display current rates, analyze trends, and incorporate pricing information into your financial applications.