mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2125 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
09d1da1a6c
commit
cfbc74e828
@ -1,26 +1,27 @@
|
||||
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" title="normal" type="text/css" href=
|
||||
"gnucash.css">
|
||||
<meta http-equiv="Content-Type" content=
|
||||
"text/html; charset=iso-8859-1">
|
||||
|
||||
<title>Stock Ticker</title>
|
||||
<link rel="stylesheet" title="normal" type="text/css" href=
|
||||
"gnucash.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Stock Pricing and Ticker Symbols</h1>
|
||||
GnuCash provides a somewhat rudimentary automated stock quote
|
||||
gathering system.
|
||||
|
||||
<p> GnuCash provides a somewhat rudimentary automated stock
|
||||
quote gathering system.</p>
|
||||
|
||||
<p> If a GnuCash <a href="xacc-acctypes.html#stockacct"> stock
|
||||
<p>If a GnuCash <a href="xacc-acctypes.html#stockacct">stock
|
||||
account</a> is suitably configured, and the host computer is
|
||||
connected to the internet, the program <tt> gnc-prices</tt> may
|
||||
connected to the internet, the program <tt>gnc-prices</tt> may
|
||||
be used to load stock and mutual fund price quotes from various
|
||||
web sites directly into GnuCash.</p>
|
||||
|
||||
<p> To make use of this facility, the following must be
|
||||
<p>To make use of this facility, the following must be
|
||||
done:</p>
|
||||
|
||||
<ul>
|
||||
@ -34,38 +35,169 @@
|
||||
supported quote sources include <b>Yahoo</b>, <b>Yahoo
|
||||
Europe</b>, <b>Fidelity Investments</b>, <b>T. Rowe Price</b>
|
||||
and the <b>Vanguard Group</b>. Note that Yahoo will provide
|
||||
price quotes for many mutual funds <em>including</em> Fidelity,
|
||||
T.Rowe Price and Vanguard, and that the quoted prices at Yahoo
|
||||
<em> should</em> be identical to those that may be found at the
|
||||
source sites (otherwise, somebody's reporting wrong
|
||||
information!). If you choose Yahoo Europe, you should append the
|
||||
market code for the security, such as PA for Paris, BE for
|
||||
Berlin, etc. Example: 12150.PA (a Peugot security in the Paris
|
||||
market).</li>
|
||||
price quotes for many mutual funds <i>including</i> Fidelity,
|
||||
T.Rowe Price and Vanguard, and that the quoted prices at
|
||||
Yahoo <i>should</i> be identical to those that may be found
|
||||
at the source sites (otherwise, somebody's reporting wrong
|
||||
information!). If you choose Yahoo Europe, you should append
|
||||
the market code for the security, such as PA for Paris, BE
|
||||
for Berlin, etc. Example: 12150.PA (a Peugot security in the
|
||||
Paris market).</li>
|
||||
</ul>
|
||||
|
||||
<p> A sample image is shown below:</p>
|
||||
<br>
|
||||
<img src="ticker-a.gif" alt="Sample Diagram">
|
||||
<table>
|
||||
<caption>
|
||||
Code list for European markets
|
||||
</caption>
|
||||
|
||||
<p> To update the prices stored in a gnucash account file, run
|
||||
<tr>
|
||||
<th>Code</th>
|
||||
|
||||
<th>Market</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>PA</td>
|
||||
|
||||
<td>Paris</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BC</td>
|
||||
|
||||
<td>Barcelona</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BE</td>
|
||||
|
||||
<td>Berlin</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BI</td>
|
||||
|
||||
<td>Bilbao</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BR</td>
|
||||
|
||||
<td>Brême</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>CO</td>
|
||||
|
||||
<td>Copenhagen</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>D</td>
|
||||
|
||||
<td>Dusseldorf</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>F</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>H</td>
|
||||
|
||||
<td>Hambourg</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>HA</td>
|
||||
|
||||
<td>Hanover</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>L</td>
|
||||
|
||||
<td>London</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>MA</td>
|
||||
|
||||
<td>Madrid</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>MC</td>
|
||||
|
||||
<td>Madrid (M.C.)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>MI</td>
|
||||
|
||||
<td>Milan</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>MU</td>
|
||||
|
||||
<td>Munich</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>O</td>
|
||||
|
||||
<td>Oslo</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ST</td>
|
||||
|
||||
<td>Stockholm</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SG</td>
|
||||
|
||||
<td>Stuttgart</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>VA</td>
|
||||
|
||||
<td>Valence</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>FX</td>
|
||||
|
||||
<td>Xetra</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>A sample image is shown below:<br>
|
||||
<img src="ticker-a.gif" alt="Sample Diagram"></p>
|
||||
|
||||
<p>To update the prices stored in a gnucash account file, run
|
||||
the command line command <tt>gnc-price</tt>, specifying the
|
||||
filename; for example:</p>
|
||||
<pre>
|
||||
gnc-prices myaccts.xac
|
||||
</pre>
|
||||
|
||||
<p> Running this command will print various diagnostic messages to
|
||||
the screen while it loads data. It will work only when the host
|
||||
computer is attached to the internet. It can function in
|
||||
<p>Running this command will print various diagnostic messages
|
||||
to the screen while it loads data. It will work only when the
|
||||
host computer is attached to the internet. It can function in
|
||||
conjunction with masquerading-style firewalls and proxy
|
||||
servers.</p>
|
||||
|
||||
<p> The command can be run many times in one day; however, it
|
||||
<p>The command can be run many times in one day; however, it
|
||||
will update the accounts at most once with the most recent
|
||||
trading days price data.</p>
|
||||
|
||||
<p> Thus, if <tt>gnc-prices</tt> is run on Friday, Saturday,
|
||||
<p>Thus, if <tt>gnc-prices</tt> is run on Friday, Saturday,
|
||||
Sunday and Monday, only two price entires will be made: one
|
||||
containing Friday's data, and one containing Monday's data,
|
||||
since the Saturday and Sunday runs will only retrieve the
|
||||
@ -76,13 +208,12 @@
|
||||
source for that account as <tt>(none)</tt>. You can do this
|
||||
from the <tt>Edit Account</tt> window.</p>
|
||||
|
||||
<p> After running <tt>gnc-prices</tt> for a few days, your
|
||||
accounts will begin to resemble the following:</p>
|
||||
<br>
|
||||
<img src="ticker-b.gif" alt="Later Ticker Listing">
|
||||
<p>After running <tt>gnc-prices</tt> for a few days, your
|
||||
accounts will begin to resemble the following:<br>
|
||||
<img src="ticker-b.gif" alt="Later Ticker Listing"></p>
|
||||
<hr>
|
||||
|
||||
<p> Return to <a href="xacc-main.html"> Main Documentation
|
||||
<p>Return to <a href="xacc-main.html">Main Documentation
|
||||
Page.</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
26
po/fr.po
26
po/fr.po
@ -4,9 +4,9 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gnucash 1.3.3\n"
|
||||
"Project-Id-Version: gnucash 1.3.X\n"
|
||||
"POT-Creation-Date: 2000-03-27 00:01-0800\n"
|
||||
"PO-Revision-Date: 2000-03-25 10:05+0200\n"
|
||||
"PO-Revision-Date: 2000-03-27 20:35+0100\n"
|
||||
"Last-Translator: Yannick LE NY <y-le-ny@ifrance.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -366,9 +366,8 @@ msgid "Are you sure you want to delete the current transaction?"
|
||||
msgstr "Etes-vous sur de vouloir supprimer la transaction en cours?"
|
||||
|
||||
#: messages-i18n.c:57
|
||||
#, fuzzy
|
||||
msgid "Recalculate Transaction"
|
||||
msgstr "Supprimer la transaction"
|
||||
msgstr "Recalculer la transaction"
|
||||
|
||||
#: messages-i18n.c:58
|
||||
msgid ""
|
||||
@ -1205,9 +1204,8 @@ msgid "Cash"
|
||||
msgstr "Liquidités"
|
||||
|
||||
#: messages-i18n.c:256
|
||||
#, fuzzy
|
||||
msgid "Changed"
|
||||
msgstr "Prix"
|
||||
msgstr "Changé"
|
||||
|
||||
#: messages-i18n.c:257
|
||||
msgid "Charge"
|
||||
@ -1862,9 +1860,8 @@ msgid "Import QIF File - Scripted in Guile."
|
||||
msgstr "Importer des fichiers QIF - écrit en Guile."
|
||||
|
||||
#: po/guile_strings.txt:74
|
||||
#, fuzzy
|
||||
msgid "Category"
|
||||
msgstr "Catégorie QIF"
|
||||
msgstr "Catégorie"
|
||||
|
||||
#: po/guile_strings.txt:75
|
||||
msgid "Show Horizontal Borders"
|
||||
@ -1932,14 +1929,13 @@ msgid "Number Option"
|
||||
msgstr "Options de numérotation"
|
||||
|
||||
#: po/guile_strings.txt:91
|
||||
#, fuzzy
|
||||
msgid "There are no accounts to report on."
|
||||
msgstr "Il n'y a aucun comptes selectionnés dans la liste d'options du compte."
|
||||
msgstr "Il n'y a aucun comptes sur lesquels créer un rapport."
|
||||
|
||||
#: po/guile_strings.txt:92
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Report for %s."
|
||||
msgstr "Rapports pour %s."
|
||||
msgstr "Rapport pour %s."
|
||||
|
||||
#: po/guile_strings.txt:93
|
||||
msgid "Reverse Income and Expense Accounts"
|
||||
@ -2144,9 +2140,8 @@ msgid "Do transaction report on this account"
|
||||
msgstr "Faire un rapport de transaction sur ce compte"
|
||||
|
||||
#: po/guile_strings.txt:149
|
||||
#, fuzzy
|
||||
msgid "Net Inflow"
|
||||
msgstr "Informations fichier"
|
||||
msgstr "Flux net"
|
||||
|
||||
#: po/guile_strings.txt:150
|
||||
msgid "Single mode default even row background"
|
||||
@ -2548,9 +2543,8 @@ msgid "Average Balance"
|
||||
msgstr "Solde moyen"
|
||||
|
||||
#: po/guile_strings.txt:256
|
||||
#, fuzzy
|
||||
msgid "Totals"
|
||||
msgstr "Total"
|
||||
msgstr "Totaux"
|
||||
|
||||
#: po/guile_strings.txt:257
|
||||
msgid "Show All Transactions"
|
||||
|
Loading…
Reference in New Issue
Block a user