Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.os2.apps > #712
| From | "A.D. Fundum" <what.ever@neverm.ind> |
|---|---|
| Message-ID | <o8uYFJ3iqTdG-pn2-bcNZ6dESLBUL@localhost> (permalink) |
| Newsgroups | comp.os.os2.apps |
| Subject | Re: Stock exchange-related data |
| References | (2 earlier) <o8uYFJ3iqTdG-pn2-YNdCrsd3UNBp@localhost> <qEUIq.40971$LO2.18279@newsfe13.iad> <o8uYFJ3iqTdG-pn2-xMzkS6r8nLjd@localhost> <rveJq.24989$Ee3.24872@newsfe04.iad> <o8uYFJ3iqTdG-pn2-MdO0gwSU6L1T@localhost> |
| Organization | Xennanews |
| Date | 2011-12-30 00:53 +0100 |
> In apps, possibly: directories (one per exchange), symbols > to include/skip In certain conditions, flags will do (A). Example: stock listed, but no trades/quote yet. I use it to hide warnings (company listed, but no quotes found) Oops, and "date listed since" (B). Actually the first day of current data. If your company is listed since today, I'm not missing yesterday's quote. A translated example: if ((!strcmp(tickers[i],"BOEI\0"))&&(index[j]<20110830)) exists[i].ticker[j]=TRUE; First there was no quote for those Boeing shares(situation A), for a few years. Suddenly there was a transaction (or I deleted old data) on the 30th of august. Before that day (situation B), data isn't assumed to be missing (if exists[i].ticker[j]==FALSE then display(fatalerror:missingdata). So may data now looks like (first two BOEI-lines, please note this is not the NY NYSE's volume): BOEI,D,20110830,58.50,58.50,58.50,58.50,50 BOEI,D,20110831,58.50,58.50,58.50,58.50,0 (and so on, it's my ffirst recorded trade so far) Before 20110830, I disabled the warning that I had no BOEI data (A). After the first trade, I disable the warning that e.g. there's no recod for BOEI for earlier dates (B). BTW, this is a stock listed in USD (not checked, but it's obvious). I use currencies as-is (full name including the currency: "Boeing $"), so I didn't forget to mention that type of data. Perhaps I should use it, but I don't. BTW/2, you may want to distinguish between an index and a reinvestment index. The use of the latter isn't common, but it's a type of index. It's not included in my data, albeit I used it for one-offs. --
Back to comp.os.os2.apps | Previous | Next — Previous in thread | Next in thread | Find similar
Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2011-12-22 18:16 +0100
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2011-12-22 11:55 -0700
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2011-12-23 04:01 +0100
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2011-12-22 22:50 -0700
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2011-12-24 03:20 +0100
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2011-12-23 23:42 -0700
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2011-12-30 00:10 +0100
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2011-12-30 00:53 +0100
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2011-12-29 23:55 -0700
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-01-04 01:35 +0100
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2012-01-04 12:51 -0700
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-02-01 05:31 +0100
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-20 17:40 +0200
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2012-04-20 15:11 -0600
Re: Stock exchange-related data "Rich Walsh" <spamyourself@127.0.0.1> - 2012-04-21 02:16 +0000
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2012-04-21 13:34 -0600
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-22 15:39 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-22 14:31 +0200
Re: Stock exchange-related data Will Honea <whonea@yahoo.com> - 2012-04-22 12:41 -0600
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-23 16:10 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-25 17:21 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-25 18:44 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-25 19:20 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-26 00:31 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-26 10:06 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-26 15:59 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-26 15:59 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-26 15:59 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-22 14:50 +0200
Re: Stock exchange-related data "A.D. Fundum" <what.ever@neverm.ind> - 2012-04-25 18:04 +0200
csiph-web