Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCHGetElement #848 is wrong #32

Closed
kitiany opened this issue May 13, 2023 · 2 comments
Closed

RCHGetElement #848 is wrong #32

kitiany opened this issue May 13, 2023 · 2 comments

Comments

@kitiany
Copy link

kitiany commented May 13, 2023

sjagers reported Element number 848 used to return Zacks Rank, but now I get an Error.
mff3429 suggested this change:
=TRIM(smfStrExtr(RCHGetWebData("https://www.zacks.com/stock/quote/~~~~~/financial-overview","rank_view",600),"rank_view"">","<span"))
It does work. To return to the original output of just a number, I tested this edit.
848;Zacks;Zacks Rank;=TRIM(smfStrExtr(RCHGetWebData("https://www.zacks.com/stock/quote/~~~~~/financial-overview","rank_view",600),"rank_view"">","-"))
It seems to work.

@ClimberMel
Copy link
Owner

I'm going to see if I can fix the element files to fix a few of these.

ClimberMel added a commit that referenced this issue May 20, 2023
ClimberMel added a commit that referenced this issue May 20, 2023
New release RCH_Stock_Market_Functions-3.0.2023.05.20 contains fixes for Issue #31 and Issue #32
@ClimberMel
Copy link
Owner

Fixed in recent release. Required a code change to smfGetTagContent to process scraping from tag as well as updating element 848 in smf-elements-6.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants