SShortSingh.
Back to feed

AlphaSMO Launches Free API Built on Cleaned SEC EDGAR 13F Institutional Filing Data

0
·1 views

A team has spent months cleaning SEC EDGAR Form 13F data, which requires over 13,000 institutional investment managers to disclose U.S. equity holdings each quarter. The raw data presents significant challenges, including duplicate entity names, unresolvable CUSIPs, staggered filing deadlines up to 45 days after quarter-end, and shifting XML schemas from amendment filings. These issues can silently produce incorrect analytics, such as miscounting first-time filers' portfolios as new inflows with no prior-quarter data to compare against. To make this data accessible, the team built AlphaSMO, a free public API, CLI, and MCP server that sits atop the cleaned 13F and Form 4 insider-trading data with no signup required. The platform's key feature is a 'smart money convergence' signal that identifies stocks where both institutional investors and company insiders are buying simultaneously.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Uses Codex AI to Build ToneDrill iOS App Screens in SwiftUI

A developer working on the iOS app ToneDrill made steady progress this week by implementing top menu and practice mode screens in SwiftUI, using OpenAI's Codex to translate Figma UI designs into code. Codex handled the overall implementation structure, significantly reducing development time, though some manual refinements were still needed for finer details. The developer resolved a navigation bar layout issue in Xcode by hiding the default back button and adding a custom quit button with a dismiss alert. Alongside app development, they completed a TryHackMe task focused on AI system reconnaissance as part of an AI security learning path. Key takeaways included keeping navigation logic outside reusable UI components and treating Figma designs as detailed, implementation-ready specifications.

0
ProgrammingDEV Community ·

Azure Tutorial: Securing a Dedicated SFTP Subnet with Network Security Groups

A hands-on Azure walkthrough demonstrates how to add structured network security to an existing virtual network built in a prior exercise. The guide covers creating a dedicated subnet called ftpSubnet within the guided-project-vnet, intended solely for SFTP traffic. A network security group named ftpNSG is then configured with an inbound rule permitting only TCP traffic on port 22, the standard port used by SFTP. The NSG is subsequently linked to ftpSubnet, enforcing those access restrictions at the subnet level. Together, these steps ensure the subnet accepts only its intended traffic, closing off unauthorized access to the network segment.

0
ProgrammingDEV Community ·

Free Chrome Extension Brings Vietnamese Lunar Calendar and Feng Shui Tools to Browser

A free Chrome extension called 'Lich Viet & Phong Thuy' has been developed by Nguyen Thanh Duc to help Vietnamese users access lunar calendar data, auspicious hours, and feng shui guidance directly from their browser toolbar. The extension consolidates traditional Vietnamese almanac information — including can chi, tiet khi, and daily fortune ratings — into a single, modern interface without requiring users to visit multiple websites. It allows users to look up favorable dates for specific life events such as weddings, vehicle purchases, house moves, and business openings, with results personalized by birth year. The tool currently holds a 5.0-star rating on the Chrome Web Store, where the developer is verified and has disclosed that no user data is collected. The extension is available for free on desktop Chrome browsers via the Chrome Web Store.

0
ProgrammingDEV Community ·

Why Node.js Apps Should Switch from console.log to Structured Logging

Most Node.js applications rely on console.log far longer than advisable, which creates serious problems when multiple concurrent requests interleave log lines or when support teams need to query logs at scale. Structured logging replaces plain text output with JSON objects containing named, queryable fields such as request ID, user ID, status code, and duration. This approach eliminates brittle regex-based parsing that breaks whenever a log message wording changes, making incident response and audit trails far more reliable. The pino library, integrated via nestjs-pino, is recommended as a performant default for NestJS backends due to its low serialization overhead and clean framework integration. Setting up structured logging early is considered low-cost and high-value, as consistent fields benefit every engineer who later debugs a production incident.

AlphaSMO Launches Free API Built on Cleaned SEC EDGAR 13F Institutional Filing Data · ShortSingh