Baselight

Google Trends Financial Terms—Daily And Weekly

Google Trends (daily and weekly) data over large (2004—2020).

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01

Loading...
Loading...

About this Dataset

Google Trends Financial Terms—Daily And Weekly

Context

For a project of mine, I wanted to use Google Trends data to predict the stock market. However, over large timespans, only monthly data is provided, so I had to use this data—together with the daily and weekly data from smaller timespans—to create daily and weekly data over the large timespan. I have created a script for this purpose, and thought I would share the data from 98 financial keywords.

Content

In each file there are only two columns; "date" and "adjusted". "date" is obviously the date. "adjusted" is the adjusted data, derived from the monthly and weekly data — in the case of the daily data.

Tables

Environment

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.environment
  • 61.69 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE environment (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fed

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fed
  • 61.61 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE fed (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Finance

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.finance
  • 61.63 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE finance (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fine

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fine
  • 60.77 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE fine (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fond

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fond
  • 61.63 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE fond (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Food

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.food
  • 61.58 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE food (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Forex

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.forex
  • 61.59 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE forex (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Freedom

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.freedom
  • 60.82 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE freedom (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fun

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fun
  • 60.79 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE fun (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Gain

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.gain
  • 60.79 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE gain (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Gains

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.gains
  • 60.78 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE gains (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Garden

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.garden
  • 60.78 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE garden (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Gold

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.gold
  • 59.86 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE gold (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Greed

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.greed
  • 58.64 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE greed (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Growth

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.growth
  • 61.57 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE growth (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Happy

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.happy
  • 59.91 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE happy (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Headlines

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.headlines
  • 60.77 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE headlines (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Health

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.health
  • 60.77 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE health (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Hedge

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.hedge
  • 60.78 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE hedge (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Holiday

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.holiday
  • 58.64 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE holiday (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Home

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.home
  • 60.82 kB
  • 6,012 rows
  • 2 columns
Loading...
CREATE TABLE home (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

House

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.house
  • 60.68 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE house (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Housing

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.housing
  • 61.61 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE housing (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Inflation

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.inflation
  • 61.59 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE inflation (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Invest

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.invest
  • 61.61 kB
  • 6,011 rows
  • 2 columns
Loading...
CREATE TABLE invest (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Share link

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