Category: Finance
-
Lightweight Option price calculator
Awesome but light option price calculator in Python
-

Python For Finance
1 – Loading Financial Data Import the following modules Set a datetime function Define a data frame and load financial data into it from Yahoo Finance Print the dataframe to show the data Show just the close column Show just the close column for a specific date You can save the data to a csv…
-

Cyber Security in the markets
Being an enthusiast and learner on cyber security and the financial markets its no stranger I gravitate towards cyber security stocks. Since my irrational investment in CISCO systems almost a decade back I decided to approach these companies with an analytical point of view. Cyber defense is vital in this era and no doubt we…
-

Russo-Ukraine Conflict Economics
MOEX Russia Index – 5 year My thoughts and findings Any kind of conflict is going to cause multiple emotions in the markets. Russia may exhaust its resources starting this war, including sanctions , currencies , commodities etc. I’m sure the government has already foreseen this from happening. Understanding commodities can be a good hedge…
-

Real Time Stock Market Data Analysis Python Script
This simple python script will analyze real time stock data from the Alpha vantage API (https://www.alphavantage.co/) 🔑Register and get the free API key from https://www.alphavantage.co/support/#api-key This script will showcase the percentage change for the daily close and send a text alert. https://github.com/Persecure/Python-for-Finance-script-1-
