Baselight

Turkey Economics (2005-2021)

Turkey Consumer Price Index and USD/TRY Exchange Rate

@kaggle.aliosmankaya_turkey_economics_20052021

Loading...
Loading...

About this Dataset

Turkey Economics (2005-2021)

Turkey Economics (2005-2021)


This dataset contains Turkey Consumer Price Index (CPI) and USD/TRY Exchange Rate. You can use that as an external dataset for your machine learning problem.

TURKEY CONSUMER PRICE INDEX

  • Date: Monthly Date. (01/2001 - 10/2021)
  • CPI Yearly Change: Consumer Price Index Yearly Change.
  • CPI Monthly Change: Consumer Price Index Monthly Change.

TURKEY USD TRY

  • Date: Daily Date (03/01/2005 - 05/11/2021)
  • Open: Daily Opening USD/TRY Exchange Rate
  • High: Daily Highest USD/TRY Exchange Rate
  • Low: Daily Lowest USD/TRY Exchange Rate
  • Close: Daily Closing USD/TRY Exchange Rate
  • Adj Close: The Closing Price After Adjustments For All Applicable Splits and Dividend Distributions
  • Volume: The Physical Number of Shares Traded of That Stock (Not Dollar Amount) For Your Given Period of Time

Tables

Turkey Consumer Price Index

@kaggle.aliosmankaya_turkey_economics_20052021.turkey_consumer_price_index
  • 5.79 KB
  • 202 rows
  • 3 columns
Loading...

CREATE TABLE turkey_consumer_price_index (
  "date" VARCHAR,
  "cpi_yearly_change" DOUBLE,
  "cpi_monthly_change" DOUBLE
);

Turkey Usd Try

@kaggle.aliosmankaya_turkey_economics_20052021.turkey_usd_try
  • 195.82 KB
  • 4395 rows
  • 7 columns
Loading...

CREATE TABLE turkey_usd_try (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.