There are 7 repositories under stock-market-data topic.
Intrinio Python SDK for Real-Time Stock Prices
Data repository of JSON files that are filed by US Senators on efdsearch.senate.gov where they must report their stock trades. This is the same data as on senatestockwatcher.com
Intrinio NodeJS SDK for Real-Time Stock Prices
Intrinio Java SDK for Real-Time Stock Prices
Stock market data can be interesting to analyze and as a further incentive, strong predictive models can have large financial payoff. The amount of financial data on the web is seemingly endless. A large and well structured dataset on a wide array of companies can be hard to come by. Here I provide a dataset with historical stock prices (last 5 years) for all companies currently found on the S&P 500 index.
📈 This repository hosts a Stock Market Simulation in Python, providing tools to mimic market behaviors, portfolio management, and trading strategies. It serves as an educational resource for learning about financial markets and algorithmic trading, offering a practical platform for testing theories and strategies in a risk-free environment.
Python wrapper for the Tradier brokerage API
Intrinio C# SDK for Real-Time Stock Prices
Intrinio Web SDK for Real-Time Stock, Forex, and Crypto Prices
Stock Market modeled as a Multi-Agent System
An example project to show how you can use Python to extract data from a spreadsheet and use the extracted data to seed a Supabase database table
:moneybag: React Native app for stock and crypto quotes
App to view stock market data. Using YQL to read from Yahoo Servers to retrieve financial data, CoreGraphics and simple math to draw a graph. Example Application for MVC Pattern, talking to APIs and custom UI elements.
Intrinio Ruby SDK for Real-Time Stock, Forex, and Crypto Prices
Enhancing the performance of high dimensional automatic data clustering using Particle Swarm Optimization (PSO) algorithm employing Autoencoder in Stock Market data.
Splunk app with custom 'quote' command that fetches stock market data from Finnhub API
NSE-Stock Market data from the year 2000
Stock Website
QuickStock - Java Library for accessing Financial Markets Data (includes NSE Nifty500 stocks and Top 100 Crypto currencies).
This project provided valuable insights into full-stack web development, data visualization, and database management, enhancing skills in Python, Django, Chart.js, and version control.
Downloading available datasets from an official open data source of Uzbekistan
VBA scripting was created to loop through approximately 2800 company traded stocks on Wall Street. The scripting loops through the same stocks for any selected year.
Heroku app that analyzes and ranks stocks in the DJIA based on bullish rating, news score, # articles last week, and % change in price
Simple python module to get stock price data via Google finance api
Doing a #10Days20Projects challenge, making two small React apps every day.
A Markov Process Model of the S&P500 (SPY) inspired by QuantProgram.com. Permutations of price action events (up, down) are optimized for different numbers of events (n) and number of "up" events (m) so as to yield the highest Markov probabilites of price going in a certain direction. Results are interpreted with statistical significance in mind.