margani / pricedb

Auto-updated pricedb for Iranian Rial (IRR) exchange rates in Iran's free market

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PriceDB

PriceDB is a repository that is getting updated every day with the prices of currencies, gold, etc in IRR (Iranian Rial).

Usage

Documentation for the API can be found on prices.readme.io. For example to get the price of USD in IRR you can use the following curl command:

Using Curl:

curl --request GET \
     --url https://api.priceto.day/v1/latest/irr/usd \
     --header 'accept: application/json'

Or in PowerShell:

$(Invoke-WebRequest -Uri 'https://api.priceto.day/v1/latest/irr/usd' -Method GET -Headers  @{ "Accept" = "application/json" }).Content

Charts

Hosting

Deploys by Netlify

About

Auto-updated pricedb for Iranian Rial (IRR) exchange rates in Iran's free market

License:MIT License


Languages

Language:JavaScript 71.2%Language:PowerShell 28.8%