This API will expose various data related to India. As of now Cost Inflation Index data, Gold and Silver date are available.
Base API URL: https://india.purifiedbytes.com/api
Get the new Cost Inflation Index
Array of objects (CIIV2) [ items ] | |||||
Array
|
{- "data": [
- {
- "financial_year": "2001-02",
- "cost_inflation_index": 100
}
]
}
Get the list of available Codes. The number in the code represents the purity of the metal
Array of objects[ items ] | |||||||||||
Array
|
{- "data": [
- {
- "code": "gold-916",
- "metal": "gold",
- "purity": 916,
- "unit": "per 10 grams",
- "source": "IBJA"
}
]
}
Get the Metal price history of the given code.
Array of objects[ items ] | |||||||
Array
|
{- "data": [
- {
- "open": 46240,
- "close": 46237,
- "date": "2022-10-31"
}
]
}