Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
1
answers
83
views
aqbanking: libchipcard is missing - on Fedora
I am on Fedora 34. I use Gnucash and its online banking interface aqbanking. I am trying to get it to interact with my chip card reader. But aqbanking tells me "libchipcard or its plugins" are missing. I would like to know: where do I find this package, how to install it on Fedora? --- An Update fro...
I am on Fedora 34.
I use Gnucash and its online banking interface aqbanking. I am trying to get it to interact with my chip card reader. But aqbanking tells me "libchipcard or its plugins" are missing.
I would like to know: where do I find this package, how to install it on Fedora?
---
An Update from January 2024. The package is available by now on Fedora as
libchipcard
. See https://src.fedoraproject.org/rpms/libchipcard for the history.
ingli
(2029 rep)
Sep 12, 2021, 08:01 PM
• Last activity: Jan 1, 2024, 01:38 PM
0
votes
1
answers
2653
views
Free way to get financial data as Bloomberg terminal
I was wondering if there are some free ways (applications or programming) to get financial data (either live data, historical data or both), achieving similar function as Bloomberg terminal?
I was wondering if there are some free ways (applications or programming) to get financial data (either live data, historical data or both), achieving similar function as Bloomberg terminal?
Tim
(106430 rep)
Sep 16, 2011, 03:23 PM
• Last activity: Mar 10, 2019, 04:18 AM
6
votes
1
answers
476
views
Which tools for ASCII portfolio visualization?
I. I want to do a simple graph from timestamp `YEAR-month-day` to `valuation`, not wanting to use spreadsheets. Is there some ASCII tool for it to see it on CLI? There are over 500k lines of data, and I want to see only a sketch of it like in Ascii: Value | * | * * * | * * * * |* * |----------------...
I. I want to do a simple graph from timestamp
YEAR-month-day
to valuation
, not wanting to use spreadsheets. Is there some ASCII tool for it to see it on CLI? There are over 500k lines of data, and I want to see only a sketch of it like in Ascii:
Value
| *
| * * *
| * * * *
|* *
|----------------------> Timestamp
II. Then, I want to see allocation like in pizza slices:
- - -
-\ -
- \ World -
- Food \ Index -
- / \ -
- /oil \-
- - -
I know how-to-get grappy CSV data in Python but totally inexperienced in visualization:
import csv
csv_reader = csv.reader(open('data.csv', 'rb'), delimiter=';')
for row in csv_reader:
# do something with row....
Before I do my own ASCII visualization thing, I want to know whether such thing exists. How do you visualize your portfolio in ASCII?
user2362
Jan 1, 2011, 11:22 PM
• Last activity: Aug 21, 2018, 12:33 PM
1
votes
1
answers
128
views
gnucash reports seem to ignore a single currency entirely, other currencies not: how to include the currency?
In my gnucash data I operate with several currencies, incl EUR, DKK and SGD. Now, interestingly, in all my reports, the data from the DKK accounts are included and (as intended) converted into EUR. However, SGD accounts are seemingly ignored. If I change the reporting currency, EUR&DKK are ignored,...
In my gnucash data I operate with several currencies, incl EUR, DKK and SGD.
Now, interestingly, in all my reports, the data from the DKK accounts are included and (as intended) converted into EUR.
However, SGD accounts are seemingly ignored.
If I change the reporting currency, EUR&DKK are ignored, but SGD included.
The only interesting warning I see is
gnc:get-commodity-totalavg-prices: Sorry, currency exchange not yet implemented
How to proceed towards getting a report that integrates all three currencies?
ingli
(2029 rep)
Dec 10, 2016, 12:42 PM
• Last activity: Dec 21, 2017, 09:03 PM
3
votes
1
answers
307
views
Gnucash: how to sum up multiple currencies in placeholder account?
In Gnucash, I want to see how much cash I have in, say, USD. The Cash placeholder account has several sub accounts, for different currencies. Is it possible that the placeholder account shows the sum of all the amounts in the different currencies, using, say, today's exchange rates?
In Gnucash, I want to see how much cash I have in, say, USD. The Cash placeholder account has several sub accounts, for different currencies. Is it possible that the placeholder account shows the sum of all the amounts in the different currencies, using, say, today's exchange rates?
ingli
(2029 rep)
Sep 30, 2016, 07:15 PM
• Last activity: Sep 30, 2016, 07:23 PM
Showing page 1 of 5 total questions