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

Consume

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.consume
  • 56.89 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE consume (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Lifestyle

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.lifestyle
  • 60.18 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE lifestyle (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Freedom

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.freedom
  • 59.4 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE freedom (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Buy

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.buy
  • 59.38 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE buy (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Travel

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.travel
  • 59.34 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE travel (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Economy

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.economy
  • 60.22 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE economy (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Trader

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.trader
  • 59.34 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE trader (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Ore

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.ore
  • 60.23 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE ore (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Society

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.society
  • 60.19 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE society (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Growth

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.growth
  • 60.13 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE growth (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Forex

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.forex
  • 60.15 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE forex (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Hedge

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.hedge
  • 59.36 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE hedge (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Unemployment

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.unemployment
  • 59.62 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE unemployment (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Sell

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.sell
  • 60.15 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE sell (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Garden

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.garden
  • 59.35 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE garden (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Nyse

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.nyse
  • 55.67 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE nyse (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Headlines

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.headlines
  • 59.35 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE headlines (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Stock Market

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.stock_market
  • 58.35 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE stock_market (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Movie

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.movie
  • 60.15 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE movie (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Chance

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.chance
  • 59.25 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE chance (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Office

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.office
  • 60.16 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE office (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

House

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.house
  • 59.26 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE house (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Bonds

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.bonds
  • 59.24 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE bonds (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Food

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.food
  • 60.13 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE food (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fed

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fed
  • 60.17 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE fed (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Nasdaq

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.nasdaq
  • 60.13 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE nasdaq (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Earnings

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.earnings
  • 60.19 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE earnings (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Arts

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.arts
  • 59.38 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE arts (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Greed

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.greed
  • 57.26 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE greed (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Loss

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.loss
  • 59.38 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE loss (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Present

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.present
  • 60.21 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE present (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Culture

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.culture
  • 59.31 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE culture (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Transaction

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.transaction
  • 60.21 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE transaction (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Health

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.health
  • 59.34 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE health (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Train

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.train
  • 59.33 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE train (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Success

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.success
  • 58.51 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE success (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Finance

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.finance
  • 60.19 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE finance (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fun

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fun
  • 59.36 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE fun (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Oil

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.oil
  • 59.35 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE oil (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Dow Jones

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.dow_jones
  • 57.09 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE dow_jones (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Leverage

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.leverage
  • 59.12 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE leverage (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Metals

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.metals
  • 60.21 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE metals (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Housing

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.housing
  • 60.17 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE housing (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Opportunity

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.opportunity
  • 59.27 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE opportunity (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Color

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.color
  • 58.46 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE color (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Holiday

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.holiday
  • 57.27 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE holiday (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Risk

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.risk
  • 60.19 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE risk (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Politics

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.politics
  • 59.31 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE politics (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Dividend

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.dividend
  • 60.25 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE dividend (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

World

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.world
  • 58.83 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE world (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Cash

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.cash
  • 59.25 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE cash (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Credit

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.credit
  • 60.15 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE credit (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Bubble

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.bubble
  • 60.22 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE bubble (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Restaurant

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.restaurant
  • 59.37 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE restaurant (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Money

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.money
  • 59.34 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE money (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Gain

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.gain
  • 59.37 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE gain (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Debt

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.debt
  • 59.32 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE debt (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Home

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.home
  • 59.39 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE home (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Religion

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.religion
  • 60.13 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE religion (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Consumption

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.consumption
  • 60.13 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE consumption (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Gold

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.gold
  • 58.46 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE gold (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Cancer

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.cancer
  • 59.38 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE cancer (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Inflation

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.inflation
  • 60.15 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE inflation (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Tourism

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.tourism
  • 60.22 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE tourism (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Stocks

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.stocks
  • 60.16 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE stocks (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Marriage

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.marriage
  • 58.36 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE marriage (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fond

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fond
  • 60.19 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE fond (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Energy

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.energy
  • 60.15 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE energy (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Profit

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.profit
  • 60.16 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE profit (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Derivatives

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.derivatives
  • 58.15 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE derivatives (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Ring

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.ring
  • 59.37 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE ring (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Gains

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.gains
  • 59.35 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE gains (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Economics

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.economics
  • 60.18 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE economics (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Investment

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.investment
  • 60.21 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE investment (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Kitchen

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.kitchen
  • 60.17 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE kitchen (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Portfolio

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.portfolio
  • 60.17 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE portfolio (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Happy

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.happy
  • 58.5 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE happy (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Car

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.car
  • 59.38 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE car (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Returns

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.returns
  • 59.38 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE returns (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Revenue

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.revenue
  • 59.34 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE revenue (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Labor

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.labor
  • 57.66 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE labor (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Markets

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.markets
  • 60.16 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE markets (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Water

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.water
  • 58.48 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE water (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Crisis

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.crisis
  • 60.13 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE crisis (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

War

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.war
  • 59.32 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE war (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Fine

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.fine
  • 59.35 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE fine (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Conflict

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.conflict
  • 60.24 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE conflict (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Return

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.return
  • 60.19 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE return (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Banking

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.banking
  • 60.15 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE banking (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Rich

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.rich
  • 59.34 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE rich (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Environment

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.environment
  • 60.25 KB
  • 6012 rows
  • 2 columns
Loading...

CREATE TABLE environment (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Invest

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.invest
  • 60.17 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE invest (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Default

@kaggle.cristianperezjensen_google_trends_financial_terms_dail_6e204f01.default
  • 60.15 KB
  • 6011 rows
  • 2 columns
Loading...

CREATE TABLE default (
  "date" TIMESTAMP,
  "adjusted" DOUBLE
);

Share link

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