Questions tagged [financial]

Anything related to financial calculations and processing of financial data. For example, this tag can be used for questions about interest rates calculations, stock exchange data processing, market data analysis, etc.

Anything related to financial calculations and processing of financial data. For example, this tag can be used for questions about interest rates calculations, stock exchange data processing, market data analysis, etc.

346 questions
0
votes
2 answers

Trading Platform built on Silverlight?

I've had an idea for some time now to write a trading platform application similar to think or swim in Silverlight. First of all is it something that one person can do in a reasonable time-frame? Ok next question is how would the performance of the…
Sahat Yalkabov
  • 32,654
  • 43
  • 110
  • 175
0
votes
0 answers

Function return values for period in R

I wrote a function, that takes input parameters and return data frame with results. When we select "monthly" we should get indexes for this period, if we select "quarterly" the date should grouped by quarter, "year" the date should be grouped by…
Beibut
  • 11
  • 2
0
votes
1 answer

Dividing small financial values equally into several accounts

Imagine that: I have a small financial value to divide in several costs accounts. For example: I have $0.36 of something cost to divide equally on my 40 subsidiaries, and my smallest value I can register to one subsidiary is $0.01. Looking to the…
0
votes
1 answer

UI for querying large sets of non-cloud financial data

We have a large amount of financial data, stored locally, and cloud is not an option for us right now. We need to give a non-technical user, a way to run a few standard queries, with the results of those being stored in a file. We can definitely…
inna
  • 21
  • 3
0
votes
1 answer

Is it possible and/or safe to use Parse to allow users to transfer money to eachother?

In my app, I want users to be able to add money to their account, and send it to other members when certain services are rendered. Is there a safe and straightforward to do this with Parse.com? If not, is there a third party someone can recommend?
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
0
votes
1 answer

MATCH() one of multiple values in Excel?

I have 100+ sheets of financial data, and i am creating a master sheet, with all the companies data on one comprehensive sheet. I have almost everything, but the problem is companies sometimes list Revenue Per share as many different things (could…
Jack Rob
  • 73
  • 2
  • 8
0
votes
1 answer

How to check EP page caller on AX client

I have added Financial dimension tab on enterprise portal lead's detail page. The web-part is controlled by AX class DimensionDefaultingEPController. I need to make only one attribute of the dimension visible. How do I achieve this ? As per my…
0
votes
1 answer

How to get financials of firms listed at TESA in quantmod?

I'm trying to retrieve financials for firms listed at Tel Aviv Stock Exchange, e.g.: LUMI (Bank Leumi), by quantmod using source=yahoo. Here is the error I get: getFin("LUMI",src="yahoo") Error in thead[x]:thead[x + 1] : NA/NaN argument I also…
0
votes
2 answers

Quandl stock identifiers

I have a list of 1,000 stock identifiers (Bloomberg ticker, ISIN; SEDOL or CUSIP) and I would like to download data from quandl. However, I cannot map the identifiers. The problem is that Quandl uses its own Quandl codes which are built…
fuji2015
  • 331
  • 1
  • 6
  • 15
0
votes
1 answer

Retrieving Specific Financial Statements in Quantmod

I am currently working in the quantmod package and wish to retrieve some financial statements. I am having an issue specifying what type of financial statement I want. By default it retrieves the Annual BS. tickers <-new.env() s <-c(list of…
Elena
  • 1
  • 2
0
votes
0 answers

PHP Parsing An QBO File Using strpos and substr

I am needing PHP code that will parse specific values from a QuickBooks Online (QBO) file, also known as the OFX/QFX file format (http://en.wikipedia.org/wiki/QFX_%28file_format%29). A section of my sample QBO file that can be used for testing is…
0
votes
2 answers

Dummy financial API data

I'm building a financial valuation web and mobile application in Meteor. For now, the app includes the ability for users to populate company fundamentals (revenue, net income, etc) and closing stock prices themselves. This will not be an attractive…
Bren
  • 273
  • 1
  • 18
0
votes
1 answer

Downloading Excel files from SEC

Is there a way to automatically download the excel files from the Interactive Data webpage within EDGAR for a list of tickers without having to manually search for each ticker on EDGAR? Or is there a way to get to the XBRL for a range of companies…
phl194
  • 25
  • 1
  • 7
0
votes
1 answer

Calculate the monthly returns with data.frames in R

I want to calculate the monthly returns for a list of securities over a period of time. The data I have has the following structure: date name value "2014-01-31" a 10.0 "2014-02-28" a 11.1 "2014-03-31" a 12.1 "2014-04-30" a …
fmarques
  • 391
  • 2
  • 5
  • 16
0
votes
1 answer

Using For loop through string +

First, I want to say that this is my first attempt at building vba code. I am trying to extract data from the web using a web query .Add(Connection,Destination,sql). What I want my code to do is to loop through the string 'str' containing stock…
drap
  • 3
  • 1