Finance relates to the management of assets over time under varying conditions, usually in order to make a profit.

learn more… | top users | synonyms

2
votes
1answer
1k views

From tick by tick data to candlestick

I've tick by tick data for Forex pairs Here is a sample of EURUSD/EURUSD-2012-06.csv EUR/USD,20120601 00:00:00.207,1.23618,1.2363 EUR/USD,20120601 00:00:00.209,1.23618,1.23631 EUR/USD,20120601 ...
0
votes
1answer
797 views

API to download all the stock option quotes realtime

I want to fetch Stock Option Data for all the traded stock symbols periodically every day. Is there an API(paid or free) to do that ? I tried yahoo finance (using YQL) but it doesn't support certain ...
0
votes
0answers
179 views

SVAPO calculation help - results different than tradestation

I am trying to replicate SVAPO calculation as outlined in http://www.traders.com/Documentation/FEEDbk_docs/2007/11/TradersTips/TradersTips.html#tradestation . Unfortunately, I must have a bug in my ...
1
vote
2answers
1k views

Programmatically access Currency Exchange Rates from Yahoo Finance by Date

I found the answer to this question VERY useful, but I would like to also get exchange rates for dates in the past, not just today's exchange rates. I'm writing an iPhone app that uses the exchange ...
0
votes
1answer
198 views

Converting 1min OHLC data to 5min OHLC data in R

I currently have OHLC intraday data that I need to convert to 5min data. Is there any way to do this in R?
0
votes
1answer
234 views

Ignoring vectors containing NaN entries in Matlab calculations

This code prices bonds according to the fitSvensson function. How do I get Matlab to ignore NaN values in the CleanPrice vector when a date is selected for which some bonds have a NaN entry for a ...
2
votes
1answer
123 views

Numpy's npv calculation

I am computing a NPV with numpy and with my own code, and the results differ. I must be making a mistake somewhere. Any pointer? // Solution 1 r = .06 flows = {0:1200, 3:-450, 6:-450, 15:-450} print ...
5
votes
5answers
199 views

How can I consistently convert strings like “3.71B” and “4M” to numbers in Python?

I have some rather mangled code that almost produces the tangible price/book from Yahoo Finance for companies (a nice module called ystockquote gets the intangible price/book value already). My ...
0
votes
1answer
219 views

Error in xts(new.x, x.index) : order.by requires an appropriate time-based object [closed]

I know that this question has already been asked in this post (xts error - order.by requires an appropriate time-based object) but the problem seems to remain still unsolved. I'm working on the same ...
1
vote
1answer
87 views

fitting a distribution graphically

I am running some tests to try and determine what distribution my data follows. By the look of the density of my data I thought it looked a bit like a logistic distribution. I than used the package ...
0
votes
2answers
672 views

trying to compare two distributions

I found this code on internet that compares a normal distribution to different student distributions: x <- seq(-4, 4, length=100) hx <- dnorm(x) degf <- c(1, 3, 8, 30) colors <- c("red", ...
1
vote
2answers
612 views

How do sigfig, futureadvisor, wikinvest connect to broker accounts (e.g. fidelity, etrade)? Is there an api?

Sigfig, futureadvisor, wikinvest and other newer websites let you input your username/pwd and connect to your brokerage account to retrieve trades, holdings, cost basis, etc. Does each brokerage have ...
1
vote
1answer
134 views

How can I store the results of parsed html?

I'm using Python's HTMLParser and BeautifulSoup to parse Yahoo finance data. There is a very nice package written to do this already but it doesn't get "tangbile price/book value", which is to say ...
2
votes
1answer
373 views

XTS dates from different sources. Using R to calculate beta

I'm somewhat new to R. I imagine my error will be trivial to the experienced. I'm attempting to write an R program that will calculate beta for a number of stocks. The stock symbols are read from ...
0
votes
2answers
669 views

Mouse Hover in matplotlib candlestick for python

I have implemented this example: http://matplotlib.sourceforge.net/examples/pylab_examples/finance_demo.html?highlight=candlestick I would like to implement mouse hover features for the candlestick ...
2
votes
2answers
337 views

R : High frequency data statistical analysis

I'm working with tick data and would like to have some basic information about the distribution of the change in tick prices. My database is made of tick data during a period of 10 open days. I've ...
0
votes
1answer
201 views

R tick data : aggreate data respecting the calendar

I'm back with my problems about aggregating tick data (R : Tick data adding value when tick data is missing) I've followed all your advices and it works perfectly. But I've got a problem with the ...
0
votes
1answer
296 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
73 views

Looking for best practices on FpML

We want start using FpML within our organisation; where message will be sent using FpML. What are best practices to do this ? If anyone who have used Tools as well as; i want to use FpML for ...
0
votes
1answer
699 views

Bloomberg Excel Function for Callable/Matured bonds

I am trying to keep track of bond positions that may have matured or have been called. I keep a small DB of open positions in Excel. Is there a Bloomberg API function to to return a boolean (T/F) if ...
2
votes
1answer
71 views

Populating an hold based on buy for an xts object

The example below creates a buy signal (1) when a stock (IBM) has a greater than 10% daily drop in value. It then creates a hold signal for 4 additional days. If the number of hold days were to ...
2
votes
2answers
273 views

Any r package available to calculate IRR from uneven payments on specific dates?

Are there any R packages available that have some form of function that can calculate IRR based on uneven payments on specific dates for a lump sum distribution. Example: df <- data.frame(date = ...
2
votes
1answer
336 views

R Generating a 1 min spaced time sequence

I would like to generate a 1 min spaced time sequence to paste then to a xts object. Basically, I've got a tick-by-tick dateTime object like that : [1] "2010-02-02 08:00:03 CET" "2010-02-02 08:00:04 ...
0
votes
2answers
153 views

Get only the numeric values in a console output

I'm working with the fractal package and using the DFA function which gives me a very complete output in the console : DFA(log(price_1m[1:1024]),detrend="poly2",overlap=0,scale.max=512) Console ...
0
votes
0answers
159 views

Hbase: Storing “End-Of-Day” Financial data [closed]

I have End-of-Day Data for stocks. Basically a set of data is: TICKER: APPLE FIELD: PRICE DATE of OBS: 24/07/2012 result= 123.5$ a more complicated one would be to ask what in ...
0
votes
1answer
154 views

R tick data : merging date and time into a single object

I'm currently working in tick data with R and I would like to merge date and time into a single object as I need to get a precise time object to compute some statistics on my data. Here is how lmy ...
2
votes
0answers
216 views

Accounting table design for outstanding balances by due days (0-30,31-60, etc)

I have an accounting transaction table with the following fields: transactionid date transactiontype (charge,payment,credit,etc) debitaccount creditaccount amount And I have the following ...
1
vote
1answer
2k views

Yahoo finance api for real time quotes

I'm implementing a mobile finance app using phonegap. For this I need a real time quotes. After googling for a while I come to know that Yahoo provides real time stock quotes. So I created a 30 days ...
0
votes
1answer
373 views

YQL Forex Historical Prices Queries — how to change default precision

I'm using the YQL console to retrieve historical forex prices using a query like this: select * from yahoo.finance.historicaldata where symbol in ("EURUSD=X") and startDate = "2012-07-01" and ...
0
votes
0answers
349 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 ...
0
votes
1answer
925 views

Yahoo Finance API with Json/Jquery isn't working well?

I am learning how to parse json and query and was looking at other questions: I saw that someone was using the below URL to get ticker symbols and values. I also wanted to get the actual stock value, ...
0
votes
1answer
85 views

get only symbols and companies' names from nasdaq

I can get information from nasdaq with this request http://www.nasdaq.com/screening/companies-by-name.aspx?letter=0&exchange=nasdaq&render=download and the result will have this columns ...
2
votes
1answer
821 views

Getting stocks by industry via Yahoo Finance

i want to list all available industries ( like: http://biz.yahoo.com/p/ ) and show all corresponding stocks. Until now I'm using YAHOO.Finance.SymbolSuggest.ssCallback for the symbol suggestion and ...
0
votes
2answers
133 views

How do I get treasury bond quotes from different countries?

I guess that the difficult part is the source. Do you know any webpage or service where I can get the bond prices of, lets say, most important countries. I know that it is possible to do this in ...
1
vote
1answer
185 views

Converting Excel functions into R

I have two excel functions that I am trying to convert into R: numberShares =IF(AND(N213="BOH",N212="BOH")=TRUE,P212,IF(AND(N213="BOH",N212="Sell")=TRUE,ROUNDDOWN(Q212/C213,0),0)) marketValue ...
0
votes
1answer
158 views

How to keep track changing items in a stock portfolio?

I have a system where people can pick some stocks and it values their portfolios but I'm having trouble doing this in a efficient way on a daily basis because I'm creating entries for days that don't ...
0
votes
0answers
13 views

getting equations from timeline [closed]

Is there any way I can obtain the dynamical equations driving a chaotic timeline when I just have the timeline plot? Also have there been any papers written incorporating differential equations ...
0
votes
2answers
149 views

R Sorting Data Frame by Date

I'm working on a R data.frame which is made of stocks'dividends per year (I've got 60 stocks in columns and the usual calendar in rows). When a dividend is paid, I've got the figure and otherwise ...
0
votes
3answers
1k views

Get Quotes from Google Finance / Yahoo Finance

How would I receive a a stock quote onto C#? Google Finance API isn't very helpful
1
vote
3answers
691 views

Getting into High Frequency Trading field [closed]

I have over 20 years working experience as a qualified accountant. Before that I have a II(ii) degree in Accounting / Computer Science degree and writing programs was my favorite subject. I have ...
4
votes
2answers
313 views

quantmod::chart_Series() bug?

I would like to chart SPX using quantmod::chart_Series() and below draw changes in GDP and 12 month SMA of changes of GDP. No matter how I try to do it (what combinations I use) eithe errors occur or ...
3
votes
1answer
193 views

Override y-scale and x-scale using xlim/ylim or xrange/yrange in quantmod::chart_Series() - impossible?

I am trying to plot some support/resistance lines on top of quantmod::chart_Series(). The issue is that the interesting support/resistance lines are outside (below or above) series data range up to ...
-1
votes
1answer
509 views

get historical stock data in javascript

I am looking to create a javascript function that can be placed in a .html I would like to send the function a stock symbol, a starting date, and a ending date. I would like to have the function ...
1
vote
1answer
645 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 ...
3
votes
1answer
149 views

Is this xts bug or a feature I do not understand?

I am trying to run this code: require(quantmod) getSymbols("SPY") data <- to.weekly(SPY) # CentralPivot Point (P) = (High + Low + Close) / 3 center <- xts(rowSums(HLC(data))/3, ...
-4
votes
2answers
850 views

Python with Bloomberg terminal? [closed]

I have no programming experience but it would be a big plus for me if I learned how to program and have that program interact with the Bloomberg terminal. I have begun to learn C++ but it seems a bit ...
5
votes
4answers
427 views

Building a professional application in Perl?

I've built a set of tools I use in my day-to-day work and I would like to make them look a bit more "professional" in order to sell them to financial institutions. At the moment these tools are ...
1
vote
1answer
240 views

Google Finance recognizes my Python script as a bot and blocks it

I wrote a script that retrieves stock data on google finance and prints it out, nice and simple. It always worked, but since this morning I only get a page that tells me that I'm probably an automated ...
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 ...
1
vote
1answer
253 views

Error Getting the EUR.USD Historical data using R on Ibrokers

I am using the IBrokers package and twsInstrument and for some reason it gives me an error using the simplest of methods. require("IBrokers") require("twsInstrument") tws <- ConnectIB() ...

1 2 3 4 5 10