Skip to content

Instantly share code, notes, and snippets.

View JonCanning's full-sized avatar

Jon Canning JonCanning

View GitHub Profile
@JonCanning
JonCanning / stock.fsx
Created May 20, 2020 09:35 — forked from bronumski/stock.fsx
Technical test to get the aggregated stock results for a given symbol, originally done in C# but I tried it out in F#
#r "nuget:Newtonsoft.Json"
open System.Collections.Generic
open System
open System.Net.Http
open Newtonsoft.Json
let renderStockUrl =
sprintf
"https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=%s&outputsize=full&apikey=A3U8E3F7N3A85K86"