Re: [GNC] Unable to get TIAA-CREF price quotes

2023-07-05 Thread doug brown via gnucash-user
Yes. That does work.  Although it takes a very long time to get a response from 
Yahoo.  Like three minutes. That may be a function of my slow internet 
connection.
 Thank you very much, Dale.
Doug
On Wednesday, July 5, 2023 at 07:20:02 PM GMT-7, Dale Alspach 
 wrote:  
 
 Have you tried using Yahoo as JSON to retrieve TIAA prices? This works for all 
of mine. I don't know about that particular one.

Dale
On Wed, Jul 5, 2023, 7:06 PM doug brown via gnucash-user 
 wrote:


Linux Mint v. 20. GNUCASH v. 4.2Finance::Quote v. 1.56
When I update the price Data Base it fails to retrieve TIAA-CREF quotes.
The Security Editor is set up as follows:

Running gnc-fq-dump gives the following result:
doug@sager:~/src/gnucash-5.1$ gnc-fq-dump tiaacref QCBMPXFinance::Quote fields 
Gnucash uses:    symbol: QCBMPX (deduced)     <=== required      date: ** 
missing **        <=== recommended  currency: ** missing **        <=== 
required      last: **missing**          <=\              nav: **missing**      
    <=== one of these     price: **missing**          <=/          timezone:    
                  <=== optional
** This stock quote cannot be used by GnuCash!
Any thoughts?
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Unable to get TIAA-CREF price quotes

2023-07-05 Thread Dale Alspach
Have you tried using Yahoo as JSON to retrieve TIAA prices? This works for
all of mine. I don't know about that particular one.


Dale

On Wed, Jul 5, 2023, 7:06 PM doug brown via gnucash-user <
gnucash-user@gnucash.org> wrote:

>
> Linux Mint v. 20. GNUCASH v. 4.2Finance::Quote v. 1.56
> When I update the price Data Base it fails to retrieve TIAA-CREF quotes.
> The Security Editor is set up as follows:
>
> Running gnc-fq-dump gives the following result:
> doug@sager:~/src/gnucash-5.1$ gnc-fq-dump tiaacref QCBMPXFinance::Quote
> fields Gnucash uses:symbol: QCBMPX (deduced) <=== required
> date: ** missing **<=== recommended  currency: ** missing **
> <=== required  last: **missing**  <=\  nav:
> **missing**  <=== one of these price: **missing**  <=/
> timezone:  <=== optional
> ** This stock quote cannot be used by GnuCash!
> Any thoughts?
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Unable to get TIAA-CREF price quotes

2023-07-05 Thread Bruce Schuck

On 7/5/23 19:23 UTC, Doug Brown wrote:


Linux Mint v. 20.?GNUCASH v. 4.2Finance::Quote v. 1.56
When I update the price Data Base it fails to retrieve TIAA-CREF quotes.
The Security Editor is set up as follows:



Running?gnc-fq-dump gives the following result:
doug@sager:~/src/gnucash-5.1$  gnc-fq-dump tiaacref QCBMPXFinance::Quote fields Gnucash uses:? ? 
symbol: QCBMPX (deduced)? ? ?<=== required? ? ? date: ** missing **? ? ? ? <=== recommended? 
currency: ** missing **? ? ? ? <=== required? ? ? last: **missing**? ? ? ? ? <=\? ? ? ?? ? ? 
?nav: **missing**? ? ? ? ? <=== one of these? ? ?price: **missing**? ? ? ? ? <=/? ? ? ??? 
timezone:? ? ? ? ? ? ? ? ? ? ? <=== optional
** This stock quote cannot be used by GnuCash!


Doug, et al.,

It looks like TIAA-CREF has changed the format of their website sometime 
since last changed in October 2020. This in turn breaks the parsing 
logic in the module. It will need more investigation to determine if it 
can be corrected and the amount of effort required.


In the meantime, feel free to open an issue at 
https://github.com/finance-quote/finance-quote/issues.


Thank you.

Bruce S.

P.S. I am not sure if the last person to modify the TIAA-CREF module is 
on the GnuCash user list, but I Bcc'd the email address used in their 
commits.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Unable to get TIAA-CREF price quotes

2023-07-05 Thread Ken Farley
I don't know if this ever worked for you, but when I run it with the 
verbose flag "-v", I get the following:


 [ Begin try with gnc-fq-dump ] 

CMD> ./gnc-fq-dump -v tiaacref QCBMPX
Finance::Quote fields Gnucash uses:
    symbol: QCBMPX (deduced)    <=== required
  date: ** missing **    <=== recommended
  currency: ** missing **    <=== required
  last: **missing**  <=\
   nav: **missing**  <=== one of these
 price: **missing**  <=/
  timezone:  <=== optional

** This stock quote cannot be used by GnuCash!


All fields returned by Finance::Quote for stock QCBMPX

stock   field  value
-   -  -
QCBMPX  errormsg: Failed to fetch session key from TIAA site. Please 
contact the developers for further assistance.

QCBMPX  last: **missing**
QCBMPX   nav: **missing**
QCBMPX price: **missing**
QCBMPX   success: 0


 [ End try ] 


Perhaps the behavior of the TIAA-CREF site has changed? Have you been 
able to obtain quotes in the past?

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.