Skip to content

This is a simple Python example of how to use OAuth to request a YQL yahoo.finance.historicaldata query.

Notifications You must be signed in to change notification settings

maytim/YQL-OAuth-Python-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

YQL-OAuth-Python-Example

This is a simple example of how to use OAuth to request a YQL yahoo.finance.historicaldata query when you don't have any permissions.

Useful URL Resources:

  1. To create Yahoo App - https://developer.yahoo.com/yql/

  2. Yahoo's OAuth Authoritization Flow documentation - https://developer.yahoo.com/oauth/guide/oauth-auth-flow.html

  3. requests_oauthlib documentation for OAuth1 Workflow - https://requests-oauthlib.readthedocs.io/en/latest/oauth1_workflow.html

To install requests_oauthlib use this command: pip install requests requests_oauthlib

About

This is a simple Python example of how to use OAuth to request a YQL yahoo.finance.historicaldata query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages