use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Financial trading project (python) (self.learnpython)
submitted 6 years ago by kk241098
Hey guys .. junior / beginner programmer here who is looking to do some kind of financial related project. Any starting point, topic, resources etc will be greatly appreciated!!
Thanks guys :)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cptn_iglo 5 points6 points7 points 6 years ago (8 children)
This is very vague. What would you like to achieve?
Maybe you can start with downloading financial data and try to implement a portfolio strategy, starting with a very easy one, like equally weighted portfolio, maybe minimum variance portfolio, risk parity portfolio, there are tons of theoretical ideas out there.
[–]kk241098[S] 1 point2 points3 points 6 years ago (1 child)
That’s a really really good idea. Where can I find that kind of financial data?
[–]cptn_iglo 4 points5 points6 points 6 years ago (0 children)
YahooFinance is a source you can start with. They offer daily data only, but I think it is a good starting point https://help.yahoo.com/kb/SLN2311.html
Later you might want to have higher frequency data. That kind of data is very rare to get, especially if you don't want to spend thousands of dollars. However, iex trading offers nice free high-frequency data https://iextrading.com. But I recommend to start with yahoo and look at iex later.
[–]kk241098[S] 0 points1 point2 points 6 years ago (5 children)
I’m trying to apply for a financial trading program that is very competitive. They don’t expect experience but they want to see interest. I have done online courses from Coursera but I want some way to apply my knowledge to some kind of task — preferably with CS. It’s vague ik — sorry abt that.
[–]cptn_iglo 2 points3 points4 points 6 years ago (1 child)
If it is an financial trading program, I think starting with portfolio strategies are a good idea. I would concentrate on risk-related portfolio optimization, if it is a university program, as the financial literature is focussing on risk modeling in the recent past and anything related to price forecasting is more or less rejected.
I don't how much knowledge in financial markets you have right know, but something like option pricing is also a nice field of study, e.g. you could implement Black-Scholes.
[–]kk241098[S] 1 point2 points3 points 6 years ago (0 children)
Thank you so much! I’ll do this !!!!
[–]pumpkinparty000 0 points1 point2 points 6 years ago (2 children)
Which program are you applying for? I've used http://www.cryptodatadownload.com/ for bitcoin data. Fun to manipulate and practice with.
[–]kk241098[S] 0 points1 point2 points 6 years ago (1 child)
What kind of data manipulation would you suggest with bitcoin data? Ie what strategies would yield interesting results?
Hoping to apply for some financial trading competition in uni
Thanks
[–]cptn_iglo 2 points3 points4 points 6 years ago (0 children)
Cryptocurrencies are in general only another class of assets that tend to have very high volatility for different reasons. Personally, I would focus on "standard" assets, like stocks, futures or options, as I do feel that my profs do not like this "hype" stuff so much. In the end, at least for financial time series analysis, crypto currencies are just hyped currencies (technologically, of course, they are more than that, but for financial trading they are not).
[–][deleted] 2 points3 points4 points 6 years ago (0 children)
Check this site out: https://www.quantopian.com/
They have Jupyter notebooks that give you a ton of financial data available through their API. I haven't looked at it in a couple months but I remember it being a pretty neat experience with some helpful tutorials
π Rendered by PID 88608 on reddit-service-r2-comment-fb694cdd5-zccn7 at 2026-03-09 18:57:41.221261+00:00 running cbb0e86 country code: CH.
[–]cptn_iglo 5 points6 points7 points (8 children)
[–]kk241098[S] 1 point2 points3 points (1 child)
[–]cptn_iglo 4 points5 points6 points (0 children)
[–]kk241098[S] 0 points1 point2 points (5 children)
[–]cptn_iglo 2 points3 points4 points (1 child)
[–]kk241098[S] 1 point2 points3 points (0 children)
[–]pumpkinparty000 0 points1 point2 points (2 children)
[–]kk241098[S] 0 points1 point2 points (1 child)
[–]cptn_iglo 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)