Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

prodipta/gquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gquote

NOTE: Since both Google and Yahoo have severly curtailed their financial data distribution services, this repository is no longer maintained.

The goal of this R package (gquote) is to provide a method to access intraday stock quotes from google or yahoo finance. The frequency and maximum history of data and available tickers depend on the respective data sources. Also note some of them may suspend data access (temporarily) if this function is used many times in quick succession.

Installation

You can install from github with:

# install.packages("devtools")
devtools::install_github("prodipta/gquote")

Example

This is an example which shows you how to download intraday data. The default source is Google Finance.

?getIntradayPrice
x <- getIntradayPrice("INDEXSP:.INX",period=5, interval=5)
tail(x)

About

R package for intraday market data download from Google or Yahoo Finance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages