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

Arts

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

Banking

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

Bonds

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

Bubble

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

Buy

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

Cancer

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

Car

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

Cash

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

Chance

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

Color

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

Conflict

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

Consume

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

Consumption

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

Credit

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

Crisis

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

Culture

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

Debt

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

Default

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

Derivatives

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

Dividend

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

Dow Jones

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

Earnings

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

Economics

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

Economy

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

Energy

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

Share link

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