Re: Finance::Quote Keys and Options

2024-05-19 Thread Bruce Schuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/19/24 10:29, John Ralls wrote: > No, the Alphavantage API Key preference sets ALPHAVANATGE_API_KEY in > the environment. That’s why it would be easy to make more preferences > with corresponding environment variables. That is what I meant when

Re: Finance::Quote Keys and Options

2024-05-19 Thread John Ralls
> On May 19, 2024, at 09:42, Bruce Schuck wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/18/24 21:03, John Ralls wrote: > > > It wouldn’t be hard to add more keys to the GnuCash preferences page > > to collect API keys and set them as environment variables when > >

Re: Finance::Quote Keys and Options

2024-05-19 Thread Bruce Schuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/18/24 21:03, John Ralls wrote: > It wouldn’t be hard to add more keys to the GnuCash preferences page > to collect API keys and set them as environment variables when > querying F::Q, but is that the right way to do it? Can’t the key be >

Re: Finance::Quote Keys and Options

2024-05-18 Thread John Ralls
> On May 18, 2024, at 16:33, Bruce Schuck wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > AlphaVantage is no longer the the only module that requires an API key for > retrieving data. The following recently (or somewhat) added modules require > API keys: > > TwelveData -

Finance::Quote Keys and Options

2024-05-18 Thread Bruce Schuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 AlphaVantage is no longer the the only module that requires an API key for retrieving data. The following recently (or somewhat) added modules require API keys: TwelveData - TWELVEDATA_API_KEY Stockdata - STOCKDATA_API_KEY CurrencyFreaks -

Re: [GNC-dev] Finance::Quote on Mac M1 OSX Ventura

2023-05-18 Thread Bruce Schuck
it would fail. The dependency isn't directly in F::Q, it's a few layers deep. Finance::Quote -> DateTime::Locale -> Test2::Plugin::NoWarnings -> Test2. I'll add it to the F::Q prereqs in the next release. Thanks. Bruce S. -BEGIN PGP

Re: [GNC-dev] Finance::Quote on Mac M1 OSX Ventura

2023-05-18 Thread John Ralls
> On May 17, 2023, at 22:34, Bruce Schuck wrote: > > On 5/17/23 7:02 PM, John Ralls wrote: > >> That's interesting, but running your test from the end of that GitHub issue >> I get: >> ``` >> $ Hector:/Users/john> perl -MTest2::Plugin::NoWarnings -e 'print >>

Re: [GNC-dev] Finance::Quote on Mac M1 OSX Ventura

2023-05-17 Thread Bruce Schuck
On 5/17/23 7:02 PM, John Ralls wrote: That's interesting, but running your test from the end of that GitHub issue I get: ``` $ Hector:/Users/john> perl -MTest2::Plugin::NoWarnings -e 'print "$Test2::Plugin::NoWarnings::VERSION\n"' 0.09 $ Hector:/Users/john> perl -MTest2 -e 'print

Re: [GNC-dev] Finance::Quote on Mac M1 OSX Ventura

2023-05-17 Thread John Ralls
> On May 17, 2023, at 15:31, Bruce Schuck wrote: > > While testing an install of Finance::Quote on a somewhat fresh out of the box > MacBook Pro running Ventura 13.3.1, some issues with the bundled Perl were > discovered. > > At first I thought it may have been prere

[GNC-dev] Finance::Quote on Mac M1 OSX Ventura

2023-05-17 Thread Bruce Schuck
While testing an install of Finance::Quote on a somewhat fresh out of the box MacBook Pro running Ventura 13.3.1, some issues with the bundled Perl were discovered. At first I thought it may have been prerequisites not properly defined for DateTime::Locale, but a deeper analysis showed

Re: [GNC-dev] Finance::Quote get_features() and GnuCash

2023-01-21 Thread john
a JSON stream on stdout and errors on stderr. The wrapper is driven by gnucash/price-quotes.cpp that's responsible for presenting an API to the rest of the program. API callsl set arguments and marshal them into the JSON stream sent to finance-quoter-wapper's stdin, invoking the appropriate finance-

[GNC-dev] Finance::Quote get_features() and GnuCash

2023-01-21 Thread Vincent Lucarelli
Hi, We have an experimental function in Finance::Quote called get_features() that returns a perl hash that provides information on quote_modules - list of sources for stock quotes + a list of any required parameters (such as an API key) the module requires quote_methods - a single module

[GNC-dev] Finance::Quote v1.54 Released

2022-12-26 Thread Bruce Schuck
Finance::Quote v1.54 has been released and uploaded to CPAN. https://metacpan.org/release/BPSCHUCK/Finance-Quote-1.54 https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.54.tar.gz https://github.com/finance-quote/finance-quote Thank you. - Bruce S

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-29 Thread Bruce Schuck
Bruce S said: Gord, if you would like to do a quick mod and test and open another PR if it works, that would be appreciated. If not, I will see if I have time. I want to wrap up the few issues and PRs open and release F::Q v1.54 before the Christmas and New Years holidays if possible. Gord

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-28 Thread gnu Gord
Done. It seems to work, please let me know if it's not what you need. On Mon, Nov 28, 2022 at 11:23 AM Bruce Schuck wrote: > On Sat Nov 26 18:47:16 EST 2022 Frank H. Ellenberger wrote: > > > nice to see you thinking a step further. But at first I have a > > question: Why was it renamed from

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-28 Thread Bruce Schuck
On Sat Nov 26 18:47:16 EST 2022 Frank H. Ellenberger wrote: nice to see you thinking a step further. But at first I have a question: Why was it renamed from TSX to TMX? From what I read in wikipedia the owner renamed itself a decade ago but not the market. One of the maintainers changed

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-27 Thread gnu Gord
e > https://www.gnucash.org/docs/v4/C/gnucash-help/fq-spec-yahoo.html > for it? > > > Sorry, that's about all the light I can shed on the subject. > > > > Because the name of the exchange hasn't changed do you still think the > > manual needs to be changed?

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-26 Thread Frank H. Ellenberger
about all the light I can shed on the subject. Because the name of the exchange hasn't changed do you still think the manual needs to be changed? I see this as more of an internal change to point GnuCash at the correct module in Finance::Quote, nothing else really changes, does it? Gord Because

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-26 Thread gnu Gord
s > standard. > > Am 26.11.22 um 20:40 schrieb gnu Gord: > > Hello List, > > I recently changed/fixed the module in Finance::Quote that queries the > > Toronto Stock Exchange for quotes (actually TMX). This change will be in > > the next release of FQ. > > I am uncle

Re: [GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-26 Thread Frank H. Ellenberger
. I would prefer, if the F::Q modules —where applicable— would follow this standard. Am 26.11.22 um 20:40 schrieb gnu Gord: Hello List, I recently changed/fixed the module in Finance::Quote that queries the Toronto Stock Exchange for quotes (actually TMX). This change will be in the next release

[GNC-dev] Finance::Quote and the Toronto Stock Exchange

2022-11-26 Thread gnu Gord
Hello List, I recently changed/fixed the module in Finance::Quote that queries the Toronto Stock Exchange for quotes (actually TMX). This change will be in the next release of FQ. I am unclear how to proceed from here as far as GnuCash is concerned. Should I create a pull request changing the file

Re: [GNC-dev] ANNOUNCE: Updated GnuCash with Finance::Quote 1.53 available on Flathub

2022-10-16 Thread David H
at 05:19, Geert Janssens wrote: > We have updated the GnuCash package on flathub to > include Finance::Quote 1.53. > > The new flatpak is released as version 4.12-1. > > Update the org.gnucash.GnuCash flatpak via your > distribution's package manager or by runing

[GNC-dev] ANNOUNCE: Updated GnuCash with Finance::Quote 1.53 available on Flathub

2022-10-16 Thread Geert Janssens
We have updated the GnuCash package on flathub to include Finance::Quote 1.53. The new flatpak is released as version 4.12-1. Update the org.gnucash.GnuCash flatpak via your distribution's package manager or by runing 'flatpak -- update org.gnucash.GnuCash' on the command line

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-16 Thread Geert Janssens
Op zondag 16 oktober 2022 18:11:04 CEST schreef Bruce Schuck: > On Sun, 16 Oct 2022 12:38:05 +020 Geert Janssens wrote: > > Bruce S wrote: > >> And my bonehead move was accidentally removing > >> LWP::Protocol::https from the dependency list in dist.ini. So when > >> running

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-16 Thread Bruce Schuck
On Sun, 16 Oct 2022 12:38:05 +020 Geert Janssens wrote: > Bruce S wrote: And my bonehead move was accidentally removing LWP::Protocol::https from the dependency list in dist.ini. So when running flatpak-cpan-generator.pl be sure to add it to command line so it's in the JSON file. Did you

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-16 Thread Geert Janssens
Bruce, This is a good tip! At least the sources can be sorted deterministically in alphabetical order. The order of this list is not relevant for the build. The order of the build rules is (all the calls to make-install). And unfortunately that list is still shuffled each time

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-16 Thread Geert Janssens
Op dinsdag 11 oktober 2022 21:59:05 CEST schreef Bruce Schuck: > On 10/11/22 12:46 PM, Geert Janssens wrote: > > Well, what do you know! Looking at the history it was me apparently > > that had added this information... completely forgotten. > > > > Yes, I think that script is currently

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-12 Thread Bruce Schuck
Geert, One additional note. In the README for gnucash-on-flatpak, you or some one else notes about the flatpak-cpan-generator.pl script: "Note I have found the script to be not very version control friendly: generated-sources.json will change a lot between runs. It will have the exact same

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-11 Thread Bruce Schuck
On 10/11/22 12:46 PM, Geert Janssens wrote: Well, what do you know! Looking at the history it was me apparently that had added this information... completely forgotten. Yes, I think that script is currently sufficient to do regular updates. In fact I will try to update the flatpaks in the

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-11 Thread Geert Janssens
> > installations via CPAN works, but will be enough for someone to > > execute "cpan Finance::Quote" and install the latest/current > > release. > > Geert, > > I was looking at https://github.com/Gnucash/gnucash-on-flatpak which > points one to >

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-11 Thread Bruce Schuck
On Mon, 10 Oct 2022 13:01:24 -0700, bsch...@asgard-systems.com wrote: But, in the META.json or META.yml file created by Dist::Zilla when The caviat is that list is still not complete because of how installations via CPAN works, but will be enough for someone to execute "cpan Finance::

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-10 Thread Bruce Schuck
On 10/10/22 12:01 PM, Geert Janssens wrote: In practice, can you refer to an example invocation of Dist::Zilla (perhaps in the F::Q build system) we can take as a basis to write such a helper script ? Geert, The dist.ini (https://github.com/finance-quote/finance-quote/blob/master/dist.ini

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-10 Thread Geert Janssens
Op donderdag 6 oktober 2022 14:00:05 CEST schreef Vincent Lucarelli: > Hi, > > F::Q uses Dist::Zilla to create the distribution and Dist::Zilla provides a > mechanism to list all dependencies. > > Is it possible in the build commands for a flatpack to bootstrap - install > perl, install

[GNC-dev] Finance-Quote 1.53 released!

2022-10-08 Thread Bruce Schuck
New version 1.52 of Finance-Quote is available with the following changes: * dist.ini - changed bugtracker.web to https://github.com/finance-quote/finance-quote/issues * DWS.pm - Set $info{$symbol, 'symbol'} to $symbol. * Union.pm - #231 - reworked

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-06 Thread Vincent Lucarelli
oticing that the most recent Flatpak version of GnuCash (4.12+ (Flathub >> > 4.12)) has v1.49 of Finance::Quote, I wanted to update to the recent >> > release candidate I pushed to CPAN. I believe there are issues running >> > gnc-fq-update or cpan within the flatpak conta

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-05 Thread Bruce Schuck
, Geert Janssens wrote: Op maandag 3 oktober 2022 00:38:23 CEST schreef Bruce Schuck: > Hello all, > > Noticing that the most recent Flatpak version of GnuCash (4.12+ (Flathub > 4.12)) has v1.49 of Finance::Quote, I wanted to update to the recent > release candidate I pushed to

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-05 Thread Geert Janssens
n, 2 Oct 2022 21:09:31 -0700 From: john > >>> Correct. IIUC there are a lot of things not normally included in a > >>> flatpak installation required to run cpan, so it's not really a > >>> practical option. We build Finance::Quote and all of its dependencies > >>&

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-05 Thread Geert Janssens
Op maandag 3 oktober 2022 00:38:23 CEST schreef Bruce Schuck: > Hello all, > > Noticing that the most recent Flatpak version of GnuCash (4.12+ (Flathub > 4.12)) has v1.49 of Finance::Quote, I wanted to update to the recent > release candidate I pushed to CPAN. I believe there are

[GNC-dev] Finance::Quote v1.53 RC2 Available for Download

2022-10-04 Thread Bruce Schuck
Hello again, Quick fix of a dependency and a version number hard coded in Union.pm. https://github.com/finance-quote/finance-quote/releases/tag/v1.53-rc.2 or https://www.cpan.org/modules/by-authors/id/B/BP/BPSCHUCK/Finance-Quote-1.52_02.tar.gz The official v1.53 will likely be pushed to CPAN

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-04 Thread john
lly included in a >>> flatpak installation required to run cpan, so it's not really a >>> practical option. We build Finance::Quote and all of its dependencies >>> from source tarballs, see >>> https://github.com/Gnucash/gnucash-on-flatpak/blob/master/modules/finance-quo

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-03 Thread Frank H. Ellenberger
Hi, comments inline Am 03.10.22 um 18:23 schrieb Bruce Schuck: Date: Sun, 2 Oct 2022 21:09:31 -0700 From: john Correct. IIUC there are a lot of things not normally included in a flatpak installation required to run cpan, so it's not really a practical option. We build Finance::Quote

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-03 Thread Bruce Schuck
Date: Sun, 2 Oct 2022 21:09:31 -0700 From: john Correct. IIUC there are a lot of things not normally included in a flatpak installation required to run cpan, so it's not really a practical option. We build Finance::Quote and all of its dependencies from source tarballs, see https://github.com

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-02 Thread john
> On Oct 2, 2022, at 3:38 PM, Bruce Schuck wrote: > > Hello all, > > Noticing that the most recent Flatpak version of GnuCash (4.12+ (Flathub > 4.12)) has v1.49 of Finance::Quote, I wanted to update to the recent release > candidate I pushed to CPAN. I believe there a

[GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-02 Thread Bruce Schuck
Hello all, Noticing that the most recent Flatpak version of GnuCash (4.12+ (Flathub 4.12)) has v1.49 of Finance::Quote, I wanted to update to the recent release candidate I pushed to CPAN. I believe there are issues running gnc-fq-update or cpan within the flatpak container because some

[GNC-dev] Bug 798466 - Propagating Errors Messages From Finance::Quote to GnuCash

2022-05-22 Thread Bruce Schuck
es during a price update. To see different messages change 'demo' to '' or a random string in the following code. = use Finance::Quote; my $q = Finance::Quote->new('alphavantage' => {API_KEY => 'demo'}); %quotes = $q->fetch("alphavantage", "F"); print "The

Re: [GNC-dev] Finance Quote 1.50 release candidate 1 is available

2021-03-07 Thread John Ralls
> On Mar 7, 2021, at 5:40 AM, Rainer Dorsch via gnucash-devel > wrote: > > Am Sonntag, 7. März 2021, 13:23:21 CET schrieb Rainer Dorsch: >> Am Sonntag, 31. Januar 2021, 03:06:45 CET schrieb Vincent Lucarelli: >>> Finance Quote 1.50-rc.1 is available at >>&

Re: [GNC-dev] Finance Quote 1.50 release candidate 1 is available

2021-03-07 Thread Rainer Dorsch via gnucash-devel
Am Sonntag, 7. März 2021, 13:23:21 CET schrieb Rainer Dorsch: > Am Sonntag, 31. Januar 2021, 03:06:45 CET schrieb Vincent Lucarelli: > > Finance Quote 1.50-rc.1 is available at > > https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1 > > <https://github.c

Re: [GNC-dev] Finance Quote 1.50 release candidate 1 is available

2021-03-07 Thread Rainer Dorsch via gnucash-devel
Am Sonntag, 31. Januar 2021, 03:06:45 CET schrieb Vincent Lucarelli: > Finance Quote 1.50-rc.1 is available at > https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1 > <https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1> > > If anyone is

[GNC-dev] Finance Quote 1.50 release candidate 1 is available

2021-01-30 Thread Vincent Lucarelli
Finance Quote 1.50-rc.1 is available at https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1 <https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1> If anyone is available to test out their favorite quote modules, please do so. If you find any pr

[GNC-dev] Finance::Quote approaching 1.50 release - some API changes for GnuCash to consider

2020-11-02 Thread Vincent Lucarelli
Dear GnuCash Developers, It has been a slow effort, but we are finally approaching a 1.50 Finance::Quote release. First, the intent is to maintain backwards compatibility, so if nothing changes in GnuCash, users should still be able to fetch quotes. There are two new features that GnuCash

Re: [GNC-dev] Adding new modules to GnuCahs from Finance::Quote

2020-09-29 Thread Derek Atkins
Hi, What version of GnuCash? If you run gnc-fc-check, is your module listed? If you run gnc-fq-helper, does it give good results? -derek On Tue, September 29, 2020 12:19 pm, Emilio Dorigatti wrote: > Hello, > > I wrote a module [1] for Finance::Quote to fetch quotes from a new

[GNC-dev] Adding new modules to GnuCahs from Finance::Quote

2020-09-29 Thread Emilio Dorigatti
Hello, I wrote a module [1] for Finance::Quote to fetch quotes from a new source. It seems to work fine and is usable via gnc-fq-dump, however I cannot seem to get it to work in gnucash. In the GUI, it appears under the "unknown" quote source, and getting quotes fails with a gene

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread David H
a gnucash-devel > Subject: Re: [GNC-dev] [GNC] error message with finance::quote > gnc-path-check + problems with retrieving quotes for 2 symbols. > > Also if you are in the outback without connectivity to read the wiki you > are definitely not going to have the connectivity to g

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread D. via gnucash-devel
Exactly! Original Message From: Derek Atkins Sent: Wed Jun 24 16:54:26 EDT 2020 To: "D." Cc: "Frank H. Ellenberger" , Dawid Wrobel via gnucash-devel Subject: Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with ret

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread Derek Atkins
; online accounting. Besides my laptops never have that much battery life to > them. > > > Original Message > From: "Frank H. Ellenberger" > Sent: Wed Jun 24 12:18:19 EDT 2020 > To: "D." > Cc: gnucash-devel > Subject: Re:

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread D. via gnucash-devel
ect: Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols. David, Am 24.06.20 um 14:01 schrieb D.: > Yet another documentation appendix that would be more appropriately placed on > the wiki... you are still wal

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread D. via gnucash-devel
Whatever. Original Message From: "Frank H. Ellenberger" Sent: Wed Jun 24 12:18:19 EDT 2020 To: "D." Cc: gnucash-devel Subject: Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols. David

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread Frank H. Ellenberger
David, Am 24.06.20 um 14:01 schrieb D.: > Yet another documentation appendix that would be more appropriately placed on > the wiki... you are still walking in the wrong direction! If you are in the outback the wiki is not available or the access is very expensive, but the docs are installed on

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread D. via gnucash-devel
Yet another documentation appendix that would be more appropriately placed on the wiki... Original Message From: "Frank H. Ellenberger" Sent: Wed Jun 24 05:25:57 EDT 2020 To: "uhopfer@gmail" Cc: gnucash-devel Subject: Re: [GNC-dev] [GNC] error message

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-24 Thread Frank H. Ellenberger
Am 24.06.20 um 01:51 schrieb John Ralls: > The 3 TIAA-CREF symbols are QCGLRX, QCSCIX, QCSCRX. TIAA-CREF does not return > any quote for these. > Because TIAA-CREF uses it's own numbers from colum bogus: https://code.gnucash.org/docs/C/gnucash-help/fq-spec-tiaa.html HTH Frank

Re: [GNC-dev] [GNC] error message with finance::quote gnc-path-check + problems with retrieving quotes for 2 symbols.

2020-06-23 Thread John Ralls
Please remember to copy the list on all replies. The security you had trouble with is QCSCRX. I get: /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-dump -v yahoo_json QCSCRX Finance::Quote fields Gnucash uses: symbol: QCSCRX <=== required date: 06/23/2

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-16 Thread John Ralls
Thanks. For future work you might also consider a throttling parameter at least for Alphavantage. Regards, John Ralls > On Jun 16, 2019, at 1:14 PM, Vincent Lucarelli > wrote: > > Hi, > > I think for the next release of Finance::Quote, Alphavantage.pm and IEXCloud &

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-16 Thread Vincent Lucarelli
Hi, I think for the next release of Finance::Quote, Alphavantage.pm and IEXCloud will only support environment variables (named ALPHVANTAGE_API_KEY and IEXCLOUD_API_KEY). We are going to work on extending the new operator to allow setting instance variables, including module specific data

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread John Ralls
David, AQBanking maintains its own set of settings files in ~/.aqbanking. Finance::Quote at present doesn't keep any user state. Regards, John Ralls > On Jun 15, 2019, at 5:52 PM, David Carlson > wrote: > > I believe the AQ Banking feature has already solved the iss

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread David Carlson
? On Sat, Jun 15, 2019 at 12:53 PM John Ralls wrote: > > > > On Jun 15, 2019, at 9:17 AM, Vincent Lucarelli < > vincent.lucare...@gmail.com> wrote: > > > > Hi, > > > > We are working on the next release of Finance::Quote and will try to add > http

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread John Ralls
> On Jun 15, 2019, at 9:17 AM, Vincent Lucarelli > wrote: > > Hi, > > We are working on the next release of Finance::Quote and will try to add > https://iexcloud.io/ <https://iexcloud.io/> as a new module. > > Like Alphavantage, users will need to regist

[GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread Vincent Lucarelli
Hi, We are working on the next release of Finance::Quote and will try to add https://iexcloud.io/ <https://iexcloud.io/> as a new module. Like Alphavantage, users will need to register and get an API key. Since GnuCash is a major user of Finance::Quote, I wanted to get opinions o

Re: [GNC-dev] Alpha Vantage as Data Source for Finance::Quote (F::Q)

2018-08-24 Thread John Ralls
> On Aug 23, 2018, at 6:58 PM, AlphaVantage Support > wrote: > > Hello Team GnuCash, > > Greetings from Team Alpha Vantage. > > First of all, thank you so much for using Alpha Vantage as a data source > for the *Finance::Quote (F::Q) *feature in GnuCash. W

[GNC-dev] Alpha Vantage as Data Source for Finance::Quote (F::Q)

2018-08-24 Thread AlphaVantage Support
Hello Team GnuCash, Greetings from Team Alpha Vantage. First of all, thank you so much for using Alpha Vantage as a data source for the *Finance::Quote (F::Q) *feature in GnuCash. We are thrilled to be part of such a groundbreaking project! To better serve the GnuCash community, we are happy

Re: bypassing finance::quote

2014-10-08 Thread Dmitry Pavlov
for try insert my java code, but how im new at this code and not so expert cpp develop i would like some help: 1- i found the place where is called the function to check if finance::quote is installed... but i couldn't understand how it works LINE 19071 of swig-engine.c [pasted here

Re: bypassing finance::quote

2014-10-08 Thread Rafael Lima
the place where is called the function to check if finance::quote is installed... but i couldn't understand how it works LINE 19071 of swig-engine.c [pasted here http://paste.ofcode.org/38qxqQvM6aGFD3vxaQ2ekHK] seams that he is looking for something in a directory but what is exactally? i

Re: bypassing finance::quote

2014-10-08 Thread Derek Atkins
Hi Rafael, Rafael Lima ragp...@gmail.com writes: Hi Dmitry, This is why I actually do, but to me it doesnt is a good way, I mean I need a whole perl infrastructure just to call a java program. And indeed im in that situation not because i dont want is more because im not able to =b.. i

Re: bypassing finance::quote

2014-10-06 Thread Derek Atkins
if finance::quote is installed... but i couldn't understand how it works LINE 19071 of swig-engine.c [pasted here http://paste.ofcode.org/38qxqQvM6aGFD3vxaQ2ekHK] seams that he is looking for something in a directory but what is exactally? i tried to reproduce the finance::quote directory

Re: bypassing finance::quote

2014-10-03 Thread Derek Atkins
some help: 1- i found the place where is called the function to check if finance::quote is installed... but i couldn't understand how it works LINE 19071 of swig-engine.c [pasted here http://paste.ofcode.org/38qxqQvM6aGFD3vxaQ2ekHK] seams that he is looking for something in a directory

bypassing finance::quote

2014-10-01 Thread Rafael Lima
Hi everybody, first of all, i'm rafael brazilian and this is my first interaction with gnucash mailist sorry if i do anything wrong. I installed finance::quote and tried to get quotes from ibovespa market, but even trying diferent tips from diferents websites i couldn't do. So, i develop

Permission denied when running the script to install Finance::Quote under win XP

2014-02-24 Thread Cristian Marchi
I run into a problem with the script that installs finance::quote under winsows XP. When i run the script, I always got a message about a permission denied in the instalaltion folder. I tried to use the attrib DOS command but it didn't work so, after a lot of researching, I found a solution

Finance Quote Update Error

2013-12-09 Thread Herbert Mühlburger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, When I try to run FinanceQuote Update (from Gnucash-Intel-2.5.9-2.dmg) on Mac OS X I get the message that it is corrupted. I am not able to run it. Can somebody verify the same behaviour? Regards, Herbert. -BEGIN PGP SIGNATURE-

Re: Finance Quote Update Error

2013-12-09 Thread John Ralls
On Dec 9, 2013, at 11:54 AM, Herbert Mühlburger m...@muehlburger.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, When I try to run FinanceQuote Update (from Gnucash-Intel-2.5.9-2.dmg) on Mac OS X I get the message that it is corrupted. I am not able to run it. Can

Finance::Quote options (again)

2012-04-06 Thread Wm Tarr
Can't find an exact previous thread point to add onto as there have been many here and in gnucash-user so apols for starting a new thread about something some people may consider well done by now. perl's Finance::Quote is what it is. Getting quotes from google finance has been mentioned

Re: Finance::Quote options (again)

2012-04-06 Thread John Ralls
On Apr 6, 2012, at 6:10 AM, Wm Tarr wrote: Can't find an exact previous thread point to add onto as there have been many here and in gnucash-user so apols for starting a new thread about something some people may consider well done by now. perl's Finance::Quote is what it is. Getting

Re: Finance::Quote

2012-03-03 Thread Mike Alexander
--On March 2, 2012 9:05:21 AM -0800 John Ralls jra...@ceridwen.us wrote: Oh. Sorry, I thought since you were submitting patches you were conversant with Perl. It's trivial to add modules to Perl, and CPAN owns only the ~/.cpan directory used for building modules downloaded from CPAN. All of

Re: Finance::Quote

2012-03-02 Thread Derek Atkins
Mike Alexander m...@umich.edu writes: Sure, I can maintain F::Q, but I don't have a Windows machine so I can't do much with packaging it for Windows. I also can't put the new version up on CPAN, of course, which means that the installer script for MacOSX and other Unix variants will have to

Re: Finance::Quote

2012-03-02 Thread John Ralls
On Mar 2, 2012, at 8:30 AM, Derek Atkins wrote: Mike Alexander m...@umich.edu writes: Sure, I can maintain F::Q, but I don't have a Windows machine so I can't do much with packaging it for Windows. I also can't put the new version up on CPAN, of course, which means that the installer

Re: Finance::Quote

2012-03-02 Thread John Ralls
fork Fenwick's repo to our Gnucash Github account, apply the outstanding patches, and adjust update-finance-quote to pull tarballs from there. Mike, you seem conversant with the F::Q code, are you up for maintaining the GC fork? As an aside, longer term it would be good to come up

Re: Finance::Quote

2012-03-02 Thread Geert Janssens
Op vrijdag 2 maart 2012 09:05:21 schreef John Ralls: The M$Win is tied to ActiveState; I don't know how they do things or how to make a ppm,. Just a sidenote here: although not officially endorsed by GnuCash, Stawberry perl can equally well be used to run F::Q from within GnuCash. I recently

Finance::Quote

2012-03-01 Thread John Ralls
, apply the outstanding patches, and adjust update-finance-quote to pull tarballs from there. Mike, you seem conversant with the F::Q code, are you up for maintaining the GC fork? As an aside, longer term it would be good to come up with a quote retrieval mechanism that doesn't pull

Re: Finance::Quote

2012-03-01 Thread Mike Alexander
the outstanding patches, and adjust update-finance-quote to pull tarballs from there. Mike, you seem conversant with the F::Q code, are you up for maintaining the GC fork? As an aside, longer term it would be good to come up with a quote retrieval mechanism that doesn't pull in an extra scripting

Installing Finance::Quote

2011-05-23 Thread Amarjeet M. Dharwatkar
___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

targets in Finance/Quote/HU.pm

2010-04-15 Thread Frank H. Ellenberger
Hello Zoltan, as I am just updating the internal list of FQ sources in Gnucash, I am quite not shure, what the meaning of your different targets (hu , hungary , bse , bux) is. Probably it is a good idea to explain the targets in the info section of the module. Could you give me a short

Re: finance-quote issue

2009-05-05 Thread Rainer Dorsch
Am Sonntag, 3. Mai 2009 schrieb David Reiser: On May 2, 2009, at 6:53 PM, David Reiser wrote: On May 2, 2009, at 5:09 PM, Rainer Dorsch wrote: Hello, I have an issue with finance-quote. When I do an Get Quotes in the price editor of gnucash 2.2.8, I get Unable to retrieve quotes

Re: finance-quote issue

2009-05-05 Thread David Reiser
On May 5, 2009, at 10:01 AM, Rainer Dorsch wrote: Am Sonntag, 3. Mai 2009 schrieb David Reiser: On May 2, 2009, at 6:53 PM, David Reiser wrote: On May 2, 2009, at 5:09 PM, Rainer Dorsch wrote: Hello, I have an issue with finance-quote. When I do an Get Quotes in the price editor of gnucash

Re: finance-quote issue

2009-05-03 Thread Frank H. Ellenberger
Hi Dave, Am Sonntag 3. Mai 2009 06:04:02 schrieb David Reiser: ---8--- Hmm. Looks like a finance::quote bug. According https://lists.gnucash.org/pipermail/gnucash-user/2008-February/023686.html it is probably a well known bug, which will never be fixed. The question seems to be: could some

finance-quote issue

2009-05-02 Thread Rainer Dorsch
Hello, I have an issue with finance-quote. When I do an Get Quotes in the price editor of gnucash 2.2.8, I get Unable to retrieve quotes for these items: FUND:LYX0AG Continue using only the good quotes? But when I run $ /opt/gnucash-2.2.8/bin/gnc-fq-dump VWD LYX0AG Finance::Quote fields

Re: finance-quote issue

2009-05-02 Thread David Reiser
On May 2, 2009, at 5:09 PM, Rainer Dorsch wrote: Hello, I have an issue with finance-quote. When I do an Get Quotes in the price editor of gnucash 2.2.8, I get Unable to retrieve quotes for these items: FUND:LYX0AG Continue using only the good quotes? But when I run $ /opt/gnucash

Re: finance-quote issue

2009-05-02 Thread David Reiser
On May 2, 2009, at 6:53 PM, David Reiser wrote: On May 2, 2009, at 5:09 PM, Rainer Dorsch wrote: Hello, I have an issue with finance-quote. When I do an Get Quotes in the price editor of gnucash 2.2.8, I get Unable to retrieve quotes for these items: FUND:LYX0AG Continue using only

Adding modules to Finance::Quote and getting them to show up in gnumed

2009-03-29 Thread David Grant
I have submitted a patch to the Finance::Quote module's sourceforge site. I'm not sure when it will land though. I basically added another quote module similar to the Tdwaterhouse.pm module. I was wondering how I can get this to show up in the list of available quote sources in gnucash

Patch to provide support for another Finance::Quote module

2009-03-29 Thread David Grant
I have submitted a patch to the Finance::Quote module's sourceforge site. I'm not sure when it will land though. I basically added another quote module similar to the Tdwaterhouse.pm module. I have also patched gnumed so that it will support this additional quote module. I've attached

Patch to provide support for another Finance::Quote module

2009-03-29 Thread David Grant
1st resend I have submitted a patch to the Finance::Quote module's sourceforge site. I'm not sure when it will land though. I basically added another quote module similar to the Tdwaterhouse.pm module. I have also patched gnumed so that it will support this additional quote module. I've

Re: Patch to provide support for another Finance::Quote module

2009-03-29 Thread David Grant
Ok, I got someone to submit the a to Finance::Quote, so Finance::Quote now supports TD Efunds. I just need someone to add the gnucash plugin and everything will be set. Thanks, David David Grant wrote: 1st resend I have submitted a patch to the Finance::Quote module's sourceforge site

Re: Problem with home-made Finance::Quote script

2008-11-08 Thread Fredrik Persson
David, (and others) I've rewritten my Finance::Quote plugin and now it works for *some* quotes, but not for others. (Script attached.) The symbol FXXIN06789 works fine. The symbols NTJUL00779 and FXIRL00109 gets the same error as before. But I see no difference between those results in gnc-fq

  1   2   >