Number of Data Files / Resources 1
Updated: 21 Nov 2022
The database about main economic variables that use to measure economic performance by activities which used international standard industrial classification of all economic activities (ISIC 4) to classify all activities of establishments
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
Field Value
Data Provenance Sampled Field work
Dataset Source
Format API
Created 23 May 2019
Last updated 21 Nov 2022
Frequency of Update on Source Annually
Frequency of Update to SDP
Annually
Expected Volume/Ingestion Cycle(Daily if Real-time)
Language English~English~Arabic~English~English~English~English~English~English~English
State active
Rights
License notspecified
Name Description Primary Key Size Datatype Foreign Key Range of Values Language Classification
no auto number Yes 10 decimal English OPEN
year it is the period of time reference data / time reference data. هي الفترة الزمنية المرجعية للبيانات/ الاسناد الزمني للبيانات Yes 4 decimal English OPEN
economic_activity_ar The activity carried out by the establishment in the production of a good or service sold or provide to others whether they are other establishments or for family consumption in Arabic Yes 250 nstring الزراعة والحراجة وصيد الأسماك التعدين واستغلال المحاجر الصناعة التحويلية إمدادات الكهرباء والغاز والبخار وتكييف الهواء إمدادات المياه وأنشطة الصرف وإدارة النفايات ومعالجتها التشييد تجارة الجملة والتجزئة؛ إصلاح المركبات ذات المحركات والدراجات النارية النقل والتخزين أنشطة خدمات الإقامة والطعام المعلومات والاتصالات الأنشطة المالية وأنشطة التأمين الأنشطة العقارية الأنشطة المهنية والعلمية والتقنية أنشطة الخدمات الإدارية وخدمات الدعم الإدارة العامة والدفاع؛ والضمان الاجتماعي الإلزامي التعليم الأنشطة في مجال صحة الإنسان والعمل الاجتماعي الفنون والترفيه والتسلية أنشطة الخدمات الأخرى أنشطة الأُسَر المعيشية التي تستخدم أفراداً؛ وأنشطة الأُسَر المعيشية في إنتاج سلع وخدمات غير مميَّزة لاستعمالها الخاص Arabic OPEN
economic_activity_en The activity carried out by the establishment in the production of a good or service sold or provide to others whether they are other establishments or for family consumption. Yes 250 nstring ManufacturingElectricity, gas, steam and air conditioning supplyWater supply; sewerage, waste management and remediation activitiesConstructionWholesale and retail trade; repair of motor vehicles and motorcyclesTransportation and storageAccommodatio English OPEN
output_in_aed The sum of the values of all goods and services that are actually produced within an establishment during the referenceperiod, and become available for use outside that establishment, plus any goods andservices produced for own final use. Yes 12 decimal English OPEN
intermediate_consumption_in_aed The value of goods and services consumed as inputs in the process of production, excluding fixed assets whose consumption is recorded as consumption of fixed capital (depreciation ). The goods or services may be either transformed or used up in the produc Yes 12 decimal English OPEN
value_added_in_aed The value added is calculated as the difference between the output and the intermediate consumption Yes 12 decimal English OPEN
compensation_of_employees_in_aed Total of the remuneration, in cashor in kind, payable by the establishment to an employee in return for work done by thelatter during the accounting period.and does not include any taxes paid by Employer Yes 12 decimal English OPEN
gross_fixed_capital_formation_in_aed Gross fixed capital formation: is measured by the total value of a producer‘s acquisitions, less disposals, of fixed assets during the accounting period plus certain additions to the value of nonproduced assets (such as subsoil assets or major improvement Yes 12 decimal English OPEN
number_of_employees Number of persons employed: refers to the total number of persons who work in the observation unit (employees receiving remuneration, working proprietors and unpaid family workers) as well as outside working persons who belong to the unitand are paid by Yes 8 decimal English 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://api.dubaipulse.gov.ae/open/dubai-statistics-center/dsc_economic_indicators-open-api
  • 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