sources
Data license: CC-BY
1 row where datasetId = 5392 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
20636 | International Monetary Fund, World Economic Outlook (October 2022) | { "link": "https://www.imf.org/external/datamapper/datasets/WEO", "retrievedDate": "2022-11-04", "additionalInfo": "Selected key indicators from the World Economic Outlook (WEO). The WEO publication is available in full on <a href=\"https://www.imf.org\">the IMF\u2019s website</a>.\n\nThe data appearing in the World Economic Outlook (WEO) are compiled by the IMF staff at the time of the WEO exercises. The historical data and projections are based on the information gathered by the IMF country desk officers in the context of their missions to IMF member countries and through their ongoing analysis of the evolving situation in each country. Historical data are updated on a continual basis, as more information becomes available, and structural breaks in data are often adjusted to produce smooth series with the use of splicing and other techniques. IMF staff estimates continue to serve as proxies for historical series when complete information is unavailable. As a result, WEO data can differ from other sources with official data, including the IMF\u2019s International Financial Statistics. \n\nFor details on the terms and conditions for usage of the WEO database, please refer to <a href=\"http://www.imf.org/external/terms.htm\">the IMF Copyright and Usage website</a>.", "dataPublishedBy": "International Monetary Fund, World Economic Outlook (October 2022)" } |
2021-10-27 16:00:27 | 2021-10-27 16:00:27 | International Monetary Fund - World Economic Outlook 5392 | Selected key indicators from the World Economic Outlook (WEO). The WEO publication is available in full on <a href="https://www.imf.org">the IMF’s website</a>. The data appearing in the World Economic Outlook (WEO) are compiled by the IMF staff at the time of the WEO exercises. The historical data and projections are based on the information gathered by the IMF country desk officers in the context of their missions to IMF member countries and through their ongoing analysis of the evolving situation in each country. Historical data are updated on a continual basis, as more information becomes available, and structural breaks in data are often adjusted to produce smooth series with the use of splicing and other techniques. IMF staff estimates continue to serve as proxies for historical series when complete information is unavailable. As a result, WEO data can differ from other sources with official data, including the IMF’s International Financial Statistics. For details on the terms and conditions for usage of the WEO database, please refer to <a href="http://www.imf.org/external/terms.htm">the IMF Copyright and Usage website</a>. | https://www.imf.org/external/datamapper/datasets/WEO | International Monetary Fund, World Economic Outlook (October 2022) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");