Back to APIs list

US Congress Stock Trading API examples & templates

Use these vals as a playground to view and fork US Congress Stock Trading API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
stevekrouse avatar
stevekrouse
okMEGAN
Script
An interactive, runnable TypeScript val by stevekrouse
0
easrng avatar
easrng
thisReference
Script
An interactive, runnable TypeScript val by easrng
2
yawnxyz avatar
yawnxyz
loadPython
Script
Forked from pomdtr/python
0
nbbaier avatar
nbbaier
lowdbTest
HTTP
Forked from pomdtr/lowdb_example
0
pomdtr avatar
pomdtr
open_in_fullscreen
Script
This val is supposed to be used with the val.town extension. See the extension readme for installation instructions.
0
msclicks avatar
msclicks
diabetesMealCalculatorApp
HTTP
Diabetics Guide Manageing Diabetes In 2025
1
valilo avatar
valilo
tell
Script
// Send me a message. Use the `you` parameter so add your name.
0
harryhood avatar
harryhood
rateLimitedAsyncPool
Script
Summary This function allows you to run a rate limited async pool to make sure no more than poolLimit items at a time are run for a given waitTime . Example Usage async function fetchURL(url: string): Promise<string[]> { const response = await fetch(url); const html = await response.text(); const urls = extractUrlsFromResponse(html); return urls; } const allUrls = (await rateLimitedAsyncPool( ["url1", "url2", "url3"], 2, fetchURL, 500 )).flat();
0
petermillspaugh avatar
petermillspaugh
unsubscribeFromNewsletter
HTTP
Forked from petermillspaugh/unsubscribe
0
pomdtr avatar
pomdtr
renderGist
HTTP
Render Gist Usage Go to a gist page, and replace gist.github.com by pomdtr-renderGist.web.val.run Example: https://pomdtr-renderGist.web.val.run/probonopd/9feb7c20257af5dd915e3a9f2d1f2277
1
KALPESHPATEL avatar
KALPESHPATEL
BMICalculator
HTTP
@jsxImportSource https://esm.sh/react@18.2.0
0
winderrobot avatar
winderrobot
substantialAquamarineFowl
HTTP
not
0
maxm avatar
maxm
lockfileImportMap
Script
Lockfile Import Map Use an import map to make sure your Val frontend and backend are always using the exact same versions. We already track the versions of your https imports in the Deno lockfile. Now you can expose those on the frontend as well using an import map. Use it like so: import { lockfileImportMap } from "https://esm.town/v/maxm/lockfileImportMap" return new Response(` <script type="importmap">${lockfileImportMap()}</script> <script type="module" src="${import.meta.url}"></script> `, { headers: {"content-type": "text/html"}}); Here's an example app I made with townie: https://www.val.town/v/maxm/emojiTodoListApp You can see that the "https://esm.sh/react" import imports the version directly without any redirects. Saving on network hops and also ensuring version stability!
0
vez avatar
vez
addComment2
RPC (deprecated)
An interactive, runnable TypeScript val by vez
0
dhvanil avatar
dhvanil
val_vzWqpVMPzR
HTTP
An interactive, runnable TypeScript val by dhvanil
0
tmcw avatar
tmcw
honoExample
HTTP
Hono Here's an example using the Hono server library with the Web API . It works great! Server examples Hono Peko Itty Router Nhttp
0