Saudi Riyal and Foreign Exchange Rates

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Period
               

No description available for this field.

Name (identifier)
period
Type
text
Sample
                       
Currency
               

No description available for this field.

Name (identifier)
currency
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Date_Object
               

No description available for this field.

Name (identifier)
date_object
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"exchange-rate",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/exchange-rate"
      }
    ]
    ,
  • "definitions":
    {
    • "exchange-rate":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/exchange-rate_records"
            }
          }
        }
      }
      ,
    • "exchange-rate_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "period":
              {
              • "type":"string",
              • "title":"Period",
              • "description":""
              }
              ,
            • "currency":
              {
              • "type":"string",
              • "title":"Currency",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "name":
              {
              • "type":"string",
              • "title":"name",
              • "description":""
              }
              ,
            • "date_object":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date_Object",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets