Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

StockQuotePrice source?

Featured Replies

  • Newbies

Anyone using the StockQuotePrice function? Works great, and hasn't had a hiccup for many months (year?) but recently started returning the same price. June 2, 3, and now 6 show the same results -- basing this on a mostly automated system that pulls values in each day.

User has been using my script (which uses this function) successfully for quite some time, so I do not think it is user error.

Anybody know the source of the values? Maybe the source is the problem and not the function itself.

Thanks.

Scott

finance.yahoo.com.

  • Author
  • Newbies

finance.yahoo.com.

Thanks very much. Nobody at TechNet seems to know this.

You can see this in the script itself! You can see in the source for the module that it looks at finance.yahoo.com for this information.

  • Author
  • Newbies

You can see this in the script itself! You can see in the source for the module that it looks at finance.yahoo.com for this information.

How do I view the source? Do I use a text editor to view the 360Works_ScriptMaster.fmplugin file?

It's in the right column of the module details when you click on the StockQuotePrice module in the scriptmaster.fp7 file.

Here's the code if you don't want to pull the file open:

String url = "http://download.finance.yahoo.com/d/quotes.csv?s=" + 

   symbol + 

   "&f=l1";

return new URL(url).getText().trim();

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.