Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@onursahindur
Last active July 14, 2020 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onursahindur/73fdb1b9370749a78059b6bcb4abc9d5 to your computer and use it in GitHub Desktop.
Save onursahindur/73fdb1b9370749a78059b6bcb4abc9d5 to your computer and use it in GitHub Desktop.
{
"base": {
"title": "Türk Lirası",
"code": "TRY",
"flag_url": "https://flag_Url_usd.png"
},
"rates": [
{
"title" : "Amerikan Doları",
"code" : "USD",
"flag_url" : "https://flag_Url_try.png",
"sell_value": 6.8,
"buy_value": 6.8,
"percent": "-0,57"
},
{
"title" : "Euro",
"code" : "EUR",
"flag_url" : "https://flag_Url_try.png",
"sell_value": 0.8,
"buy_value": 0.8,
"percent": "0,09"
},
{
"title" : "İngiliz Sterlini",
"code" : "GBP",
"flag_url" : "https://flag_Url_gbp.png",
"sell_value": 0.7,
"buy_value": 0.8,
"percent": "1,19"
}
....
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment