|
Any free/paid API to get financial news either world-wide / country specific.
Started by Jeremy Rudd on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Take it off Yahoo as an RSS feed:
http://finance.yahoo.com/rss/topstories.
NewsCloud Web Services has an open API -- commercial use is questionable .
Google Financials
Reuters News API for non-commercial use.
|
|
Could someone please lead me to a sample database for a financial accounting system?
Started by Kaveh Shahbazian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Google found these that might be of....
There are lots of schemas out there.
I think you should start by doing some research on "general ledger" and double entry accounting .
I think you can find some interresting thing on Sourceforge
This is a big topic .
|
|
Hi, I want to design a database which will keep record for financial transaction.I want to design it as a product so that it can be used for any type of financial transaction.Are there some design principles specific to financial transaction database ...
Started by sahil garg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending one what you are actually trying to achieve, for you to create a "financial transaction you will find database design principles for financial systems that are all that different useful database standards?
Some things particular....
|
Ask your Facebook Friends
|
Tags : None
I just got an email from my builder. And invoice for nearly $10,000. For 'building approval'. The land will only be released and construction begin in May! And the bank won't pay up until then. I'll have to call the solicitor to work out what...
Started by Lin on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at yuku):
My builder....
Oh no, I don't have the $10,000 sorted yet.
Glad you've got it all sorted.
A bit of a panic would have to be a pretty normal reaction to being given the impression that you have to pay $10,000 and soon .
That would have had me freaking out too.
|
|
I'm looking for something containing similar functions to Matlab’s financial and financial derivatives toolbox but don’t have the cash to spend on matlab. I would appreciate any info on free or open source libraries or programs that will let me easily...
Started by Jared on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
How about the Octave financial functions?
http://www.gnu.org/software/octave/doc/interpreter/Financial-Functions.html#Financial-Functions
I'm not familiar with the Matlab toolbox, so you'll have ?
Exactly what functions do you need....
|
|
In response to this question , David Thornley writes: "Offering a $1K bonus can also really hurt morale and make the team less effective. Don't do this without thinking it over very carefully. You can't measure contributions well enough to make it seem...
Answer Snippets (Read the full thread at stackoverflow):
Eventually many people feel the current financial reward they receive isn't enough to garner the added.
Financial bonuses often give a short term boost to productivity, but will ultimately hurt morale.
|
|
Hi All,
I wanted to know how does Java/C# scale up compared to C++ with reference to financial industry projects ?
Thanks.
Started by Rachel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is probably irrelevant if you're not a quantitative analyst (quant).... .
C++ is traditionally associated with finance applications because people use it to code fast monte-carlo models for pricing derivative securities .
Depends on the type of system.
|
|
Hey there,
I'm writing a master thesis work and would need a small help about financial data share on public networks/internet.
What ways financial institution can provide data to software developer?
Thanks in advance
Edit : Edited question for logical...
Started by Paul G. on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
These standards are no different from the financial institutions.
Presumably XBRL is a standard too).
|
|
I'm looking for an open source C# .NET Financial Functions library. Something that does IRR (Internal Rate of Return) and other common functions that are available in applications like Excel.
Suggestions?
Started by Guy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Archive/2008/12/08/net-implementations-of-excel-financial-functions-in-f.aspx
Regards, tamberg
What about FinCad.
|
|
Does anyone know of an open source financial library that implements Yield To Maturity and other fixed income calculations? The library needs to be callable from .Net.
Started by Gratzy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is a .NET implementation of all of Excel's financial functions, including yield to maturity.
|