diff --git a/README.md b/README.md index 9d966dd..44f3bc6 100755 --- a/README.md +++ b/README.md @@ -401,6 +401,9 @@ Delete records >>> response = yql.getGUID('josue_brunel') # Deal with the response ``` +#### Stocks Scraper + +The full documentation on ***StockScraper*** is [here](https://myql.readthedocs.org/en/latest/stockscraper/) #### Release Notes diff --git a/docs/stockscraper.md b/docs/stockscraper.md index 8d89783..488d12e 100644 --- a/docs/stockscraper.md +++ b/docs/stockscraper.md @@ -11,7 +11,7 @@ Full [Documentation](http://www.gurchet-rai.net/dev/yahoo-finance-yql) * ***format*** : xml or json * ***debug*** : True or False -* ***oauth*** : YOAuth object +* ***oauth*** : yahoo_oauth (OAuth1 or OAuth2) ```python from myql.contrib.stockscraper import StockRetriever