Tagged Questions
0
votes
0answers
8 views
International Wire Transfer API?
Anyone know if a API that can be used to initiate international wire transfers? I realize there are plenty of websites to do this, but I'm looking for a software interface (API) to do these ...
-1
votes
1answer
64 views
Looking for a free web service to get info on the Dow Jones IA, or a way to get it w/ Yahoo finance [closed]
Currently I'm using the yahoo finance api and making yql queries to get stock quotes and such, however as far as I can tell you can't get info on the dow jones (due to contractual obligations). Does ...
0
votes
0answers
170 views
Yahoo Finance historical Currencies API
it is no problem to get the realtime currencies cause of the already discussed possibilities in this thread: Yahoo Finance All Currencies quote API Documentation or this link
...
-2
votes
2answers
194 views
Getting basic stock & company information given company name
Given a company name, say Google, I want to be able to identify the link to the company profile page in say
Google Finance (eg. https://www.google.com/finance?q=NASDAQ%3AGOOG)
Bloomberg ...
1
vote
0answers
39 views
Globe and mail finance - is there something to pull similar financial data
I was looking at the globe and mail finance site, and it has almost everything a person could want for real time stock and financial reports and if possible, mutual fund information. I was wondering ...
1
vote
3answers
642 views
A good API to get Stock or Indexes price for free
I would like to get a few stocks and indexes prices live. I dot not need tick precision (5 min bars is enouth). I already looked at what's available and only found the Yahoo Finance API. I'm now using ...
-2
votes
1answer
207 views
Are there any free APIs for retrieving the S&P 500's component symbols?
Some sort of free REST API would be ideal, but in general is there any free API or web service or CSV file (that's not behind a password prompt) or anything out there that one can query to get the ...
0
votes
2answers
214 views
Library for financial calculations [closed]
My Question: I am looking for a good library which will perform financial calculations for me. Think of a financial calculator. I'm looking for a library which would perform the tasks that calculator ...
0
votes
0answers
72 views
DAS TRADER API Project
has anyone here had experience with Das Trader API?
I am wondering how to create a not MFC VS project where I could use it.
Any help is appreciated.
Regards.
0
votes
1answer
306 views
Free Finance API with Analyst opinions [closed]
Does anyone know any free Finance API that provides Analyst opinion (Mean Target Price) on stocks? I have done a lot of research and found that Xignite povides this service with a fee. However, I'm ...
0
votes
0answers
350 views
Google finance API die on October 20th
So I learnt this morning that google finance API will shut down on October 20th. I'm working on an iPhone app (I didn't start the project, but I'm working on it now). The previous developer uses a ...
1
vote
1answer
661 views
google finance api alternative for monitoring/modifying portfolio?
I used to use google finance to create portfolios/change them and then display them on my site but since its being removed I'm wondering if there's any good free alternatives?
Basically I have a ...
0
votes
2answers
88 views
How can I get x most valuable companies using some finance APIs?
I need to find some Web Service which allows to retrieve the following type of data:
The 30 most valuable companies, and for each company the following information:
- Company name, symbol, state and ...
0
votes
1answer
586 views
google api to access history data of stock/bond prices
I'm thinking about writing an application that will access historical information about stock/bond prices and make statistical analysis.
Here is a Google finance API documentation: ...
0
votes
2answers
1k views
Yahoo Finance - How to get companies Key Statistics
I have used codeproject to get share data from yahoo
( http://www.codeproject.com/Articles/37550/Stock-quote-and-chart-from-Yahoo-in-C ).
In yahoo finance, there are 'Key Statistics' which i would ...
1
vote
1answer
364 views
Stock price data - current and historical - paid/free
There are countless questions asking where you can get reliable stock data for a commercial app for free but this seems a pretty hopeless task. Does anyone know anywhere it can be found for a ...
0
votes
0answers
209 views
is there a live financial quote api that I can use to stream the quote? [closed]
I found that there is a site named www.netdania.com which provides the live quote, however I cannot find the streaming api on that site, i'm wondering if there is a live quote api which I can use ...
4
votes
1answer
6k views
API for stock price?
Is there an API that provides stock prices?
It appears that Google's Finance API is deprecated and no longer works.
The Yahoo! Finance API also does not seem to provide stock prices.
4
votes
3answers
798 views
Is there an API for searching Stock Symbols based on Company Names?
This is a similar question to Stock ticker symbol lookup API however that was never answered to the standard I think is needed for a commercial application.
The problem is this: Given a company ...
1
vote
0answers
558 views
Global stock details search API
Is there any available API out there which would allow me to search for particular listed companies depending on a given string? Eg. a search for "google" would return the company name, stock exchange ...
0
votes
1answer
653 views
Accessing Mutual fund quotes
I have been looking for a while at how to retrieve financial quotes in c#, in this case, Canadian mutual funds.
It seems there are 2 main sources of information for this, Yahoo and Google! Also there ...
0
votes
1answer
216 views
yahoo finance api problems converting money symbols
From years we use http://download.yahoo.com/d/quotes.csv?s=USDARS=X&f=l1 to retrieve conversions between money symbols. Since 9/25/2011 retrieve always 0.00.
Any Ideas?
Thanks a lot!
2
votes
1answer
297 views
Does wikinvest have an API?
It seems like they collect a ton of useful data over on wikinvest. Is there an API somewhere to access that data, or am I going to need to scrape it?
3
votes
2answers
2k views
Java pattern recognition API for stock market
Does someone know where I can find a Java API dealing with pattern recognition for the financial market ? I've already had a look to TA_LIB, but it's not exactly doing what I want (dealing mostly with ...
2
votes
1answer
480 views
Is there a free or relatively cheap stock market holidays api?
We're developing a trading app where one can enter previous trades including date and time of the trade. For validation purposes I need to know if a stock exchange was open on the day the user ...
3
votes
1answer
1k views
Near real-time FX rates feed with public API? [closed]
Does anyone know of any (preferably free) foreign currency exchange rate data services with near realtime data and a decent API?
3
votes
1answer
692 views
How do programs like quicken access financial institution data?
Basically, I like the idea of managing my money and finances, but would love to build the software customized to how I manage my money. Quicken and Microsoft Money and the likes offer nice solutions, ...
17
votes
9answers
23k views
How to get a complete list of ticker symbols from Yahoo Finance?
I've googled endlessly for a method of getting a complete (and daily updated) list of all Yahoo ticker symbols available through http://finance.yahoo.com
Yahoo has information for stocks, futures etc ...
3
votes
1answer
774 views
ACH Credit via Java API
I have ACH Java API solution made with Authorize.NET via their eCheck.NET service. BUT they provide only ACH Debits. From customer to my company. No Credits, from me, sending money to the customer.
I ...
7
votes
4answers
17k views
Yahoo Finance All Currencies quote API Documentation
I've being using this feed for a long time, I believe Apple does it as well in one of the mac widgets. but what is really curious is that I simply can't find any documentation for it, I've tried ...
1
vote
1answer
2k views
Getting information from Yahoo! finance
i'm trying to get data about currency exchange from Yahoo! finance in the csv format.
E.g. there is a lot of information in this page http://finance.yahoo.com/q?s=EURUSD=X, but when i'm downloading ...
4
votes
2answers
936 views
Direct Deposit via Authorize.net's eCheck.net API in Java
How do I start, if I'd like to write spring online application that would depositing money from business bank account to customer bank account.
It is the common scenario where you keep balance for ...
3
votes
9answers
6k views
Java API for financial data
I am working on my Master's project and I am looking for a substantial amount of financial data about a particular company.
Example: let's say "Apple". I want the historic prices, current market ...
2
votes
2answers
410 views
How can I download information from bank accounts?
There are a number of free finance tracking sites out there like mint.com, wesabe.com etc.. .
I've tried all of them and all seem to miss the mark in one way or another. I'm interested in creating ...
1
vote
1answer
1k views
Programmatically pushing data to Quickbooks Online?
Our company uses Quickbooks Online to track our books. When our application bills a customer, it would be nice to have that information recorded automatically in QB rather than logging in to QB Online ...
0
votes
2answers
1k views
finance api for iphone commercial app use
I am planning to create a stock based app for iphone. It's going to be a paid app. So I wanted to know what options do I have for getting the data from API.
I have heard of Yahoo finance api, but ...
3
votes
3answers
716 views
I need a financial stockquote api that will allow a dump of data
I need a good financial api that will allow me to retrieve a lot of stock data really quickly. I was using a csv format from yahoo, but it is very unreliable. I found it at: ...
10
votes
2answers
4k views
Programmatic API for downloading historical financial statements
Folks
I am looking for a web API (free or available at some reasonable cost for an individual developer) to download financial statements for a given stock symbol (income statement, balance sheet and ...
18
votes
7answers
19k views
Yahoo! Finance CSV file will not return Dow Jones (^DJI)
I am trying to retrieve market data from Yahoo! finance and the script has worked fine for years, but recently, it stopped showing The Dow Jones data. Here is the URL:
...
11
votes
4answers
7k views
Is there a World-Wide Stock Market real-time quotes Application Programming Interface (API)?
I'm looking for an Application Programming Interface which will allow me to access quotes and other data about multiple company symbols for at least the following stock exchanges:
American Stock ...
1
vote
2answers
188 views
Bank transactor database
I see mint.com can identify what company performed a transaction on my checking account, and the company's typical product category. I presume this information is derived from a financial ...
6
votes
4answers
3k views
Need an API to find a full company name given a ticker symbol
I need a way from within client-side Javascript to find a full company name given a ticker symbol. I am aware of Yahoo Finance's interface at:
http://finance.yahoo.com/d/quotes.csv?s=TKR&f=n
and ...
1
vote
0answers
420 views
Howto use Google Finance gadgets JavaScript API
How can i get access to the Google Finance gadgets JavaScript API (http://code.google.com/intl/de-DE/apis/finance/docs/finance-gadgets.html#JS_API) ??
I see the methods but how can i include the ...
4
votes
2answers
415 views
Portfolio Management API
Does anyone know of a Stock/Fund GIPS Portfolio API. An Open Source version would be preferable.
Thanks,
j.
0
votes
0answers
219 views
Making a custom PHP form by using a custom API
I am trying to make a simple module for phpBMS.
It is mostly straightforward, and it is quite easy to make a form and define a table to add, remove or modify records.
Here is the sample provided by ...
2
votes
2answers
113 views
Personal investment monitoring system java
As a minor project, I have undertaken Personal Investment Monitoring System. The functionalities I need to provide are:
1: User must be able to create portfolios.
2: Inform where he has bought shares ...
3
votes
1answer
426 views
API-based solutions for sending payments to people without bank accounts [closed]
I'm looking for inexpensive ways to send payments to hundreds or thousands of individual contractors, even if they do not have a bank account. Currently I only need to support payment in the USA, but ...
7
votes
2answers
2k views
american express API
Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites export my data? If so, is it free?
2
votes
3answers
1k views
Free US sales-tax lookup (per zip etc.)? [closed]
I am creating a pricing program. I need to calculate the amounts according to the current tax list in the US (in various places).
I want to have a button 'Update taxes' in the administrative settings ...
8
votes
4answers
4k views
Open source personal finance APIs?
Do any open source APIs or libraries exist for personal finance applications? I'm thinking checking accounts, savings accounts, credit card accounts - Quicken-like models, basically. I found this: ...