Skip to content

Instantly share code, notes, and snippets.

View manideep1116's full-sized avatar

Manideep Reddy Gillela manideep1116

View GitHub Profile
def query_prices(id):
"""function to query prices from the table
Returns
------
list of all the prices in the table for a specific ticker
"""
dynamodb = boto3.resource('dynamodb')
def query_prices(id):
"""function to query prices from the table
Returns
------
list of all the prices in the table for a specific ticker
"""
dynamodb = boto3.resource('dynamodb')
{
"Records":[
{
"eventID":"1659f5ab548b4c50eea09477f61b8c20",
"eventName":"INSERT",
"eventVersion":"1.1",
"eventSource":"aws:dynamodb",
"awsRegion":"us-east-1",
"dynamodb":{
"ApproximateCreationDateTime":1634164478.0,
from yahoo_fin.stock_info import *
tickers = ["BTC-USD","ETH-USD","ADA-USD","DOGE-USD","VET-USD","AAL","AMC","DAL"]
table_name = os.environ['table_name']
def prices(tickers):
"""function to get prices from yahoo finance
Returns
------
list of prices
@manideep1116
manideep1116 / app.py
Created October 17, 2021 21:09
yahoo_fin
from yahoo_fin.stock_info import *
tickers = ["BTC-USD","ETH-USD","ADA-USD","DOGE-USD","VET-USD","AAL","AMC","DAL"]
table_name = os.environ['table_name']
def prices(tickers):
"""function to get prices from yahoo finance
Returns
------
list of prices
from yahoo_fin.stock_info import *
tickers = ["BTC-USD","ETH-USD","ADA-USD","DOGE-USD","VET-USD","AAL","AMC","DAL"]
table_name = os.environ['table_name']
def prices(tickers):
"""function to get prices from yahoo finance
Returns
------
list of prices
@manideep1116
manideep1116 / DevOps - Docker- Kubernetes Courses
Created August 21, 2019 14:36 — forked from sd031/DevOps - Docker- Kubernetes Courses
DevOps - Docker - Kubernetes Courses that I liked
I will keep updating the list whenever I come accross excellent Devops related courses.
DevOps:
Beginner level:
DevOps Essentials (Free): https://linuxacademy.com/cp/modules/view/id/192
DevSecOps Essentials (Free): https://linuxacademy.com/cp/modules/view/id/266
DevOps Foundation: https://www.linkedin.com/learning/devops-foundations/welcome
DevOps Advance Topics: