Click here to Skip to main content
15,897,291 members
Everything / Financial

Financial

financial

Great Reads

by Niemand25
Designing a simple yet functional database for financial accounting application.
by Kel_
Building a financial stock explorer app using open-source emitter publish/subscribe, Go and Javascript.
by Matt Scarpino
Obtaining financial records from the Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system
by Ashley Davis
How to download stock market data from Alpha Vantage

Latest Articles

by Niemand25
Designing a simple yet functional database for financial accounting application.
by Matt Scarpino
Extracting data from online financial reports with Python
by Matt Scarpino
Obtaining financial records from the Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system
by Ashley Davis
How to download stock market data from Alpha Vantage

All Articles

Sort by Score

Financial 

18 Sep 2019 by Niemand25
Designing a simple yet functional database for financial accounting application.
3 Dec 2016 by Kel_
Building a financial stock explorer app using open-source emitter publish/subscribe, Go and Javascript.
29 Jan 2018 by Matt Scarpino
Obtaining financial records from the Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system
7 Jan 2018 by Ashley Davis
How to download stock market data from Alpha Vantage
27 Mar 2017 by Garth J Lancaster
Quote:Can you give me any clue why it's not working for the 2nd message?look where you have 'total' defined .. do you reset the value of total before you get the checksum for your second message ? I would break out this code, to get the checksum message = message.Replace('|',...
29 Apr 2022 by Member 15620168
I believe Yahoo has stopped allowing the free download of data. They have started a paid service. I hate Yahoo.
3 Nov 2014 by Richard MacCutchan
Please see Code Project Quick Answers FAQ[^], your question is well off topic for a programming forum.
2 May 2016 by Member 11942372
FAST counter party expecting After Encoding calculate total message length of that message and append message length before encoded bytes. So Final Bytes to send are :- Message length bytes + Message bytes. Any solution how to do this?I'm using QuickFAST but any other library solution will...
27 Nov 2016 by Member 12872401
I want to develop a program for compound interest allowing monthly contributions in Python. Syntax aside- need help with formula.What I have tried:Init_Amt = input("Enter initial amount")Interest_rate = input("Enter the interst rate")Num_years = input("Number of...
27 Mar 2017 by Viswash Manik
The following code is getting successful LOGON messages, but when i send quote-request in the 2nd message, its not replying & sending me a heartbeat after 30 seconds.Someone told me i'm not correctly calculating checksum, so that's why Fix-server ignoring the price-request message.Can you give...
17 May 2017 by CHill60
There are loads of options to get hold of the data. Try some of the solutions here - data - Where to download list of all common stocks traded on NYSE, NASDAQ and AMEX? - Quantitative Finance Stack Exchange[^] or here - web services - Getting stocks by industry via Yahoo Finance - Stack Overflow[^]
7 Nov 2017 by Dave Kreskowiak
You simply have no choice. You either involve the banks and get permission or your app is dead in the water. Quote: they will not be happy with my app Well, that tells me you're not going to get the permission from banks, even if you ask. So, again, you're app is probably dead in the water. ...
7 May 2018 by Shah Parth P
One of my friend is having 1500-2500 data about each IPO in his excel file. Excel file contains data as: PAN Card number, IPO Form Application number, name. name doesn't matter(it can be removed) now we need to fetch PAN and Application number from excel then submit on BSE Website and fetch the...
7 May 2018 by Maciej Los
It doesn't work like this. You have to get minimum effort to resolve your issue. When you get stuck, you can return here and post a fully detailed question. At this moment i'd strogly suggest to start here: Automate Internet Explorer (IE) Using VBA Good luck!
13 May 2019 by Derrickmm
I am building a finance management app to A) practice coding, and B) help me manage and budget my money appropriately. I want the program to be able to connect to my my online banking account, and be able to see transactions, how much money is in each account, etc. I know this is possible...
13 May 2019 by Nelek
I strongly recommend you to NOT do that. I don't think your bank will have an API that you can use for what you ask for. If you want to practice, there is a lot of things you can do without involving your financial information or interacting with your bank.
13 May 2019 by OriginalGriff
I agree with Nelek in that it's probably a very bad idea - if only because you need to store your access codes in your app somehow, and that is effectively handing control of your bank account to anyone who can run your app! Still wanna risk it if you leave your lappie open at your best mates...
13 May 2019 by Mike Diack
I'd have to agree with Griff and Nelek. This is a bad idea: 1) If you make mistakes - it could cause real problems. 2) If people get hold of your code/data that could cause issues. 3) I very much doubt the bank make their API public, your fiddling around trying to interact with it could...
13 May 2019 by Richard MacCutchan
I agree with all the above advice. However, most banks provide an interface that will allow you to download transactions, so you can capture that data and do the budgeting offline. Contact your bank to see what facilities it offers.
6 May 2022 by kk009911
I have a list of US stocks (around 3000 stocks) in Excel and I want to get the stock price and other related daily stock info on each stock in certain time period. So I wrote a for loop to get all related stock info on each stock (and I have...
2 Feb 2018 by Matt Scarpino
Extracting data from online financial reports with Python
5 Jan 2016 by Anant Beriwal
How rounding up values cause troubles in calculations
27 Nov 2016 by Peter Leow
You never state the problem you have encountered. Formula aside, I will only comment on your code which is the purpose of this forum. Suggest you revisit the basic syntax of Python which is the indentation of code block, you failed to observe this in:def compound(PV, N, M, IR):andif...
7 Nov 2017 by Member 13508907
So I am in the process of creating a P2P payment app outside the US. Is it absolutely necessary to get permission from a bank to connect to their API? I don't want to involve the banks as they will not be happy with my app. What I have tried: I hired a team of developers. The lead developer...