Number of Data Files / Resources 1
Updated: 24 Jan 2024
Indices are one of the most economic indicators widely used in planning and economic studies, which can compare many of economics phenomena and used to identify the economic changes in countries. As well as reflect changes in the community productive and consumer sectors structure. In addition it forms a gauge in planning and identifying inflation and economic regression.
Request Permission

I acknowledge that I have read and agree to the terms and conditions

Cancel
Send Request
Your request has been successfully submitted
You will receive a confirmation within 14days time period. If you are
having any query feel free to contact us.
Done
Send Feedback
Updated: 24 Jan 2024 File Size : 0.00 MB
CSV
Field Value
Data Provenance Sample field Survey (CPI)
Dataset Source Employee Job Related Information
Format CSV
Created 01 Jul 2019
Last updated 24 Jan 2024
Frequency of Update on Source Monthly
Frequency of Update to SDP
Monthly
Expected Volume/Ingestion Cycle(Daily if Real-time)
5 records initial load
Language Mix~Mix~Mix~Mix~Mix~Mix~Mix~Mix~Mix
State active
Rights
License notspecified
Name Description Primary Key Size Datatype Foreign Key Range of Values Language Classification
i_d auto number Yes 10 decimal 0,1,…. Mix OPEN
main_expenditure_groups_ar هي المجموعة الحقيقية للسلع والخدمات التي يقوم المستهلك بالإنفاق عليها للأغراض المعيشية Yes 250 nstring معدل التضخم الطعام والمشروبات التبغ الملابس وملبوسات القدم السكن والمياه والكهرباء والغاز والوقود الاثاث والتأثيث والأدوات المنزلية وإصلاحها الصحة النقل الاتصالات الترفيه والثقافه التعليم المطاعم والفنادق السلع والخدمات المتنوعة Mix OPEN
main_expenditure_groups_en The group of goods and services on which a consumer spends on for household purposes. Yes 250 nstring Clothing and footwear
Communication
Education
Food and beverages
Furnishings, household equipment and routine household maintenance
General Index
Health
Housing, water, electricity, gas and other fuels
Miscellaneous goods and services
Recreation and culture
Restaurants and hotels
Tobacco
Transport Mix OPEN
weight The ratio of goods and services importance within the consumer basket Yes 5 decimal decimal Mix OPEN
year Year: it is the period of time reference data / time reference data. Yes 4 decimal decimal Mix OPEN
month_ar هي الفترة الزمنية المرجعية للبيانات/ الاسناد الزمني للبيانات. Yes 50 nstring يناير فبراير مارس ابريل مايو يونيو يوليو اغسطس سبتمبر اكتوبر نوفمبر ديسمبر Mix OPEN
month_en Month: it is the period of time referencing data Yes 50 nstring January
February
March
April
May
June
July
August
September
October
November
December Mix OPEN
monthly_inflation Percentage of change in prices of goods and services in the comparison month compared to the previous month نسبة التغير في اسعار السلع والخدمات في شهر المقارنة مقارنة بالشهر السابق Yes 6 decimal Decimal (No pre-defined range) Mix OPEN
annual_inflation Percentage change in the prices of goods and services during the comparison period (month / year) compared to the same period (month / year) in last year نسبة التغير في اسعار السلع والخدمات في فترة المقارنة (شهر أو سنة) من العام الجاري مقارنة بنفس الفترة (شهر أو سنة) من العام السابق Yes 6 decimal Decimal (No pre-defined range) Mix OPEN

Dubai Pulse Data API

Access resource data via a web API with powerful query support.

The Data API can be accessed via the following actions of the CKAN action API.
  • Query
    https://www.dubaipulse.gov.ae/dataset/53378da0-f031-4513-a622-53ac109a4555/resource/31bafee1-87df-46b2-9d52-292905a0df72/download/inflation_rate.csv
  • End Users will receive "API Key" and "API Secret" in two separate emails on the first time Grant of a Dataset, first Purchase of a Commercial Dataset, or Purchase of an API Package. This API Key and API Secret combination should be used to generate API token and the token will need to be included in the http headers of every API call made.

    Authentication Service to generate API token: https://api.dubaipulse.gov.ae/oauth/client_credential/accesstoken?grant_type=client_credentials with body 'client_id={API Key}&client_secret={API Secret}

    Read the value of "access_token" from the response of the above service and use it in the header of every API call. The obtained API token is valid for certain duration (for example 30 minutes) after which a fresh token needs to be obtained.

    Header Name : Authorization
    Value : Bearer {access_token}

  • Query Parameters
    API calls can be made for full dataset result (subject to maximum results limit) or to a subset of results. Different filters can be applied on the results. Developers can use the attributes to apply a combination of filters with and/or conditions.
  • Limiting the Response Size
    Developers can limit the number of records returned by an API call passing the "Limit" parameter in the call. The value of the "Limit" must be less than the allowed maximum limit.
  • Limiting the Attributes
    Developers can limit the API response to specific set of attributes by passing the attribute names in the API call. The example below explains how the attributes can be specified in the API call. This feature can be used in conjunction with query parameters.
  • Curl Command Sample:
    curl -X GET --header "Authorization: qMtn6xQapeouAlirfHXD7DWJFabV" "https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api"
  • Query Samples:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?filter=location_id=223 AND zone_id=2 https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?filter=location_id=223 OR zone_id=2
  • Record Limit Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?limit=10
  • Record Offset Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?order_by=primary_key_attribute&offset=10
  • Record Order By Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?order_by=location_id
  • Attribute Limiting Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?filter=location_id=223 OR zone_id=2 &column=zone_id,line_name,location_id