stock price api
-
- Minion to the Exalted Pooh-Bah
- Posts: 2790
- Joined: Fri Jul 18, 2003 2:28 pm
- Location: Irvine, CA
stock price api
Anyone can recommend a free api for getting stock price, doesn't have to be real-time but more than 1 hour delay is probably not acceptable.
-
- Tenth Dan Procrastinator
- Posts: 4891
- Joined: Fri Jul 18, 2003 3:09 am
- Location: San Jose, CA
Re: stock price api
A friend made his own and is unwilling to part with his code for free. He says, "there are some that are simple websites that you can dl and parse, but if you want real api like bloomberg, there is none"
-
- Grand Pooh-Bah
- Posts: 6722
- Joined: Tue Sep 19, 2006 8:45 pm
- Location: Portland, OR
- Contact:
Re: stock price api
You know, there's something really insidious about this.
APIs of old were either free or not free. The not free ones developers licensed for a flat fee and got on with it.
Modern web APIs charge per instance. The fees scale with use. And that money is coming out of the developer's pocket, unless you've managed the nirvana state of revenue generation.
It's pretty broken, really.
APIs of old were either free or not free. The not free ones developers licensed for a flat fee and got on with it.
Modern web APIs charge per instance. The fees scale with use. And that money is coming out of the developer's pocket, unless you've managed the nirvana state of revenue generation.
It's pretty broken, really.
-
- Tenth Dan Procrastinator
- Posts: 4891
- Joined: Fri Jul 18, 2003 3:09 am
- Location: San Jose, CA
Re: stock price api
It's standard business of who's making the profit. The API developers got tired of being poor even though they were supplying the data to drive other people's bottom lines.
-
- Minion to the Exalted Pooh-Bah
- Posts: 2790
- Joined: Fri Jul 18, 2003 2:28 pm
- Location: Irvine, CA
Re: stock price api
yahoo financial end up satisfies my need (and is simple enough to make my intern to learn it, the Bloomberg api is pretty complex)