Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6064775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:19:02+00:00 2026-05-23T09:19:02+00:00

I am using YQL to retrieve Financial Option data. Something like: select * from

  • 0

I am using YQL to retrieve Financial Option data. Something like:

select * from yahoo.finance.options where symbol="AAPL" and expiration="2011-07"

However, the above query returns an optionsChain of data.

Is there a way to retrieve just the record for a specific option symbol, e.g. symbol=AAPL110716C00155000?

Thanks for your time.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:19:02+00:00Added an answer on May 23, 2026 at 9:19 am

    You can apply a “local filter”, for your desired symbol, on the result set brought back from yahoo.finance.options in addition to the “remote filters” (symbol and expiration).

    select option
    from yahoo.finance.options
    where symbol = "AAPL" 
      and expiration = "2011-07" 
      and option.symbol = "AAPL110716C00155000" 
    

    For more info on filtering query results see the Filtering Query Results (WHERE) page in the YQL documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey, I'd like to scrape some data from my blog using YQL: SELECT *
I'm using this to retrieve RSS news feeds from Yahoo (JSON): select * from
I'm calling the following URL using YQL http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22UTG.L%22)%0A%09%09&format=json&env=http%3A%2F%2Fdatatables.org%2Falltables.env&callback=cbfunc this returns the following in JSON
Trying to scrape data from totalfilm.com using YQL but I'm getting a strange error:
I'm using the YQL console to run the following query: select * from xml
Using C# and System.Data.SqlClient, is there a way to retrieve a list of parameters
I'm using YQL to parse some web feeds, this one in particular. SELECT *
i'm using YQL to send data back to an iPhone app i'm developing. I've
I'm using yql to return a list of links from specific webpages. So far
I am using the following YQL query to get weather information http://query.yahooapis.com/v1/public/yql?q=select%20item%20from%20weather.forecast%20where%20location%3D%2248907%22&format=json Is there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.