The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
15 views

Batch script to launch batch xml files from different folders

We have a req to create one generic script to launch a set of batch .xml files from different folders, e.g. folder1 has a set of .xml files, folder2 has another set of .xml files, and so forth, and ...
0
votes
0answers
25 views

RoR gem to financial calculate [closed]

I am looking for a gem in Ruby on Rails to calculate TAE, PMT, IRR and FV values (financial values). Does anyone know of a gem to calculate this values? I tried 'gem finance', but I'm looking for an ...
0
votes
0answers
19 views

ZedGraph. JapaneseCandleStick small scale is not small

In my financial application i use two panes. One for candle stick graph, and another one for just bar graph. This panes synchronized by x - axis. When i zoom out graph all graphs getting smaller, but ...
0
votes
0answers
25 views

Best free graph library for stock/financial heavy data plot

May be this type of Question has already been asked many times on SO, but none of those satisfied me, so I am posting a new Question here. Already have seen: Financial Charts for iPhone application ...
0
votes
1answer
41 views

Matlab - Data exporting from Financial Times

I am new at Matlab and I am currently working with financial data exporting from financial times website. I would like to know how can I get, for example, share price forecast information from this ...
0
votes
1answer
15 views

Get Next Earnings Date for a specific symbol

I am looking for a free API to get the next Earnings Date for a specific symbol. Yahoo has this information, but no API for it... Thanks
0
votes
1answer
62 views

Winrt app failed on app cert kit because of financial.dll

I am working on winrt app that have some financial calculation involved. I searched on net and find Financial.dll which have all financial functions as in excel. I used it in my app and get desired ...
0
votes
0answers
9 views

API set for mobile ACH transfers?

Does anyone know a third-party transaction provider who can handle a slightly unusual use case? I'm building a mobile app that, as a component, allows a user to move money between two accounts they ...
-1
votes
2answers
48 views

Offline financial app? [closed]

I want to make an offline financial app. For that i would have to store financial data in local android device. So what could be the possible ways to make it secure and also if there are any laws ...
0
votes
2answers
115 views

How to validate a International Securities Identification Number (ISIN) number

If I am not wrong, ISIN numbers last position is a verification digit. What is the mathematical function that determines its value in function of the first 11 digits?
0
votes
0answers
67 views

Handling financial transactions without building a full accounting system [closed]

I am building a Rails app where movement of money needs to be tracked and I'm not sure how best to do this without building out a full accounting system, which I think may be overkill. Let's presume ...
0
votes
1answer
95 views

Matlab - read financial time series with seconds and milliseconds

I have financial data file (CSV) that contains seconds and milliseconds. When parsing that to Matlab (R2012A) I get only hours and minutes. I can't understand from Matlab docs, how to format it to ...
-1
votes
1answer
47 views

Joomla 2.5 - Get data and apply add value [closed]

I need to get data from a financial website and apply add value (ex US$ 2125 last cocoa quote and apply formule to obtain Brazilan Real arroba -15kg-).How do I get this last value in the financial ...
1
vote
1answer
417 views

WooCommerce - Tax Calculated Incorrectly?

I am running the latest WordPress with the latest WooCommerce, as of this writing. I have one standard tax rule setup for 20%. This is UK VAT. I have a product setup at £350. 20% of 350 should be ...
0
votes
1answer
642 views

BitCoin: how quickly are transactions verified?

I am curious if BitCoin transfers can occur in real-time. The example I am thinking of is much like paying for coffee at Starbucks using a QR code on your smartphone. The 2D/3D barcode reader is able ...
1
vote
1answer
242 views

getting a time index in python for pandas dataframe

I'm having a bit of trouble getting the right time index for my pandas dataframe. import pandas as pd from datetime import strptime import numpy as np stockdata = ...
0
votes
2answers
107 views

Benefits of using multiple FIX gateways

Hey I noticed some venues use multiple gateways to conduct different activities For example one gateway used for Order Routing and another gateway solely used for Market Data. What are the benefits ...
3
votes
2answers
101 views

Algorithm For Matching Figures (one-to-many)

This is my first post in stackoverflow. I need to advise an algorithm for a financial application. Assume we have 2 lists of figures like this (yes, they are bank transactions) : List 1 | ...
0
votes
0answers
142 views

Financial - Calculate Yield To Maturity

I've read this post about a .net library to calculate Yield To Maturity But I'm wondering if there's anything like it for an PL/SQL approach? I mean being able to call a function to calculate the ...
0
votes
1answer
191 views

How to Get Real Time Stock Data (Financial Data) & Create Application in Python? [closed]

I am wondering on how to get real time data and create a python application that can constantly update the stock price and other important information. I know that the Google API is already ...
-1
votes
1answer
37 views

Financial Calculator Survey [closed]

I have a task that I need to accomplish. I have to create a financial calculator/survey for a financial company and it has to be slightly similar to the type of a survey that you can find here: ...
1
vote
1answer
126 views

Matlab internal rate of return

You'll have to be easy on me, I am new to matlab and SO. I am having an issue using the matlab solver to calculate internal rate of return(IRR). I saw that the financial toolbox in matlab had a ...
0
votes
1answer
53 views

Where do I find the expenses data in Sage?

I'm accessing sage 50 via the v16 ODBC driver, and I'm struggling to find the expenses data. i.e. I'm shown an export which shows things like water bills, phone bills, salary etc, all going out from ...
2
votes
2answers
2k views

How to calculate simple moving average faster in C#?

What is the fastest library/algorithm for calculating simple moving average? I wrote my own, but it takes too long on 330 000 items decimal dataset. period / time(ms) 20 / 300; 60 / 1500; 120 / ...
0
votes
0answers
47 views

Recording Expenses in Axapta 2012 [closed]

I want to record expenses with its nature, purpose, location, department and other relevant things in the GL. But i can find only Account Offset account. How can I record other details along with ...
1
vote
2answers
121 views

XNPV calculation in C# or VB without using excel

Has anyone developed a financial function XNPV? I am looking for code that will calculate this value. I am not looking to call excel to calculate the value. Any help would be great, thanks
2
votes
1answer
789 views

Filter YTD entries on SharePoint lists

I'm looking to create a view with a filter in SharePoint 2007 to only display items from a particular financial year (starting this year). I tried to create a column with a calculation and filter ...
0
votes
1answer
412 views

Calculating IRR of a perpetuity with numpy / python

I am using numpy library for doing simple IRR calculations using the irr function. So for example, if I want to find the IRR of a cash flow, I do the following In [16]: import numpy as np cf ...
0
votes
0answers
149 views

Access ING Direct transactions without financial software [closed]

In ING Direct you can login and generate an Access Code for software like Quicken to retrieve the posted transactions automatically. I would love to be able to do this with a PHP script and a cron ...
1
vote
2answers
122 views

XML standards for financial SOAP-based web-services

I'm developing an XSD scheme for SOAP-based web-service that provides financial calculations. Service response contains historical performance of portfolios of investments and different measures: ...
1
vote
1answer
136 views

Read millisecond tick data without decimal point format to zoo series

I'm trying to read some CSV-format financial tick data (source: HISTDATA_COM_ASCII_EURUSD_T_201209.zip) into a zoo series. The data is indexed by a time column which contains timestamps formatted such ...
1
vote
3answers
601 views

Differentiate between FIX and FAST protocol?

Sorry I am new to trading industry. Could anyone explain what is the difference between FIX and FAST? When to implement FIX and when FAST? Please reply..Thank you so much :)
0
votes
1answer
716 views

simple financial rate function in javascript

I'm looking for a simple javascript financial RATE function, and I found this one. But it seems too difficult to understand. I want to simplify this function, and I need your help. If anyone has a ...
0
votes
1answer
238 views

Quantmod get/viewFinancials in Loop

I would like to cycle through a list of tickers, get their financials and export them to CSV files in a folder on my desktop. However, I have been having trouble with an error in R related to ...
2
votes
3answers
1k views

SQL: Creating aging buckets based on last payment date for financial reporting

I need to create an aging report of credit balances on the customer-level. Notes: Aging is based on customer's last payment date. A customer can have multiple accounts, and there are sometimes ...
0
votes
1answer
163 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 ...
-2
votes
3answers
891 views

Python : big csv file import

I'm currently unsuccessfully trying to import a big csv dataset with Python. Basically, I've got a big csv file made of stocks quotations (one stock by column with for each stock another column which ...
0
votes
2answers
504 views

Getting Started with quant/algo trding

I apologize if this is off topic for here but I posted this on the quant stackexchange and got told that it was for professionals only (my bad not to read faq) and I couldn't find a sister site ...
0
votes
2answers
163 views

PHP to calculate latest 31 March

i want to calculate latest 31-Mar .... suppose date is 1-Jan-2012 i want result as 31-mar-2011 and if is 1-April-2011 then also i want result 31-mar-2011 and if its 1-mar-2011 it should come as ...
0
votes
2answers
693 views

PHP calculate financial year

I want to calculate the financial year using php to get data from mysql tables. The requirement is to calculate student score in every financial year (31 march to 1 April). Is it possible to make ...
0
votes
1answer
124 views

R tvm financial package

Im trying to estimate the present value of a stream of payments using the fvm in the financial package. y <- tvm(pv=NA,i=2.5,n=1:10,pmt=-c(5,5,5,5,5,8,8,8,8,8)) The result that I obtain is: ...
2
votes
2answers
601 views

How can I calculate an interest rate in PHP?

So I searched everywhere but I couldn't find an appropriate solution to my problem. I need to calculate the (annual) interest rate in PHP. The function RATE on PHPExcel doesn't work (returning NaN), ...
0
votes
2answers
58 views

I am creating a financial training academy website in Asp.net MVC3 and having IE issues

I am developing a website in MVC3 for a financial training academy. The problem is that my client uses IE for testing the website. There were a lot of graphical issues but i solved most of them ...
-1
votes
2answers
757 views

Real world sample of Financial accounting data models [closed]

i am going to develop financial accounting software. But i am not experienced at accounting software data models. if anyone has real world samples of data models of financial accounting software, ...
0
votes
1answer
523 views

how to design a real time CUDA financial application

I have a general question about how to design my application. I have read the Cuda document, but still don't know what I should look into. Really appreciate it if someone could shed a light on it. I ...
0
votes
1answer
154 views

Core Data Financial Application Data Model

I have a question around what entities I should have for Core Data in a very simple personal financial application on iOS. I have an 'Account' entity which has many 'Transaction' entities which ...
1
vote
2answers
320 views

PHPExcel based function RATE() returning NAN()

I have this code: http://pastebin.com/Sd9WKZFr When i call something like rate(60, -6000, 120000) it returns me a NAN result, but the same function on MS Excel returns me 0,04678.... I have the ...
4
votes
2answers
3k views

Programmatic access to detailed historical financial data

I know that Yahoo has a great API for accessing detailed financial metrics about a company documented at http://www.gummy-stuff.org/Yahoo-data.htm. Yahoo also provides historical pricing data, ...
3
votes
1answer
245 views

Properly round financial data

I decided to re-create my question: decimal dTotal = 0m; foreach (DictionaryEntry item in _totals) { if (!string.IsNullOrEmpty(item.Value.ToString())) { dTotal += ...
1
vote
4answers
364 views

GNUPLOT Plotting 5 day financial week

I've been searching for a while now to find out how to remove days of the week from a financial plot with no success. I need the plot to just include the days of the week and completely miss out the ...

1 2 3