Skip to content

Write ticker symbol basic information to Google Spreadsheets

Notifications You must be signed in to change notification settings

elquant/gspread-tick-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSpread Tick Prices

This simple Python script fetches a list of ticker symbols from a Google Spreadsheet, retrieves their basic information (like closing price, volume, etc), and writes the result back to the spreadsheet.

Installation

pip install -r requirements.txt

Authentication with Google Sheets API

You will need a credentials.json file whose content is required to authenticate the application with the API. This file should be placed at the root level of this repository. If you want to place it somewhere else, please update the settings.py file accordingly editing the GOOGLE_API_CREDENTIALS_PATH constant.

For more information on how to get the credentials file please click here.

About

Write ticker symbol basic information to Google Spreadsheets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages