SkillAgentSearch skills...

Pytrendsdaily

Fetches Daily Data from Google Trends

Install / Use

/learn @guilherme-salome/Pytrendsdaily
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Table of Contents

  1. pytrendsdaily
    1. Usage

<a id="orgca507e0"></a>

pytrendsdaily

The Pytrends package provides an easy way to obtain data from Google Trends. This package, pytrendsdaily, uses the functionality from Pytrends to obtain data from Google Trends at the daily frequency, automatically dealing with scaling issues.

<a id="orgad39ac6"></a>

Usage

The main functionality of this package is available via the function getDailyData.

from pytrendsdaily import getDailyData

svi = getDailyData('GOLD PRICES', 2004, 2017)

The variable svi contains a Pandas data frame with the original unscaled search volume index (SVI) from Google Trends, and also the scaled data at the daily frequency.

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated5mo ago
Forks7

Languages

Python

Security Score

87/100

Audited on Nov 8, 2025

No findings