Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

Downloading yahoo finance stock historical data as CSV using C++

This post is a continuation of my previous post where I used jsoncpp package to fetch exchange rates from fixer.io. In this post I have reused the above code and used it to fetch stock historical ...
Eka's user avatar
  • 349
4 votes
1 answer
276 views

Get a stock quote from a web page using F#

I want to extract a price for a single index fund, the price of which is available on dynamic web pages. Being new to this, my original idea was to download the single page of static HTML and get ...
Jack Chidley's user avatar
5 votes
2 answers
2k views

Downloading stock information from Yahoo! Finance

The program downloads stock information from Yahoo! Finance and displays it in the spreadsheet. On my Mac the program takes 10 minutes to get data for approximately 4000 stocks and on the PC it takes ...
Chris Atkeson's user avatar
6 votes
2 answers
246 views

Script that parses the Chase.com page for my recent payments

I wrote this code earlier to parse Chase.com's online transactions page. It's written in WinForms. stepBtn is a button that starts this. ...
Jon's user avatar
  • 205
2 votes
1 answer
5k views

Download stock data from Yahoo Finance

This Python 3.4 script downloads stock data and puts it into an Excel file. ...
spelchekr's user avatar
  • 123
6 votes
2 answers
2k views

Retrieving stock prices

It takes around 5-8 seconds for me to retrieve a previously-closed stock price and a dividend rate from US Yahoo! Finance. If I wanted to retrieve 10+ stock prices, it would take me more than a minute ...
pexpex223's user avatar
  • 163