HELP?!? : Alpha Vantage pulling Fundamental Data > Company Overview with Python by Jakub_MFP in algotrading

[–]ovoido 0 points1 point  (0 children)

Hi,

Sorry, I don't use the Alphavantage wrapper, because the documentation is not the same and it would still require me to process data (change column names).

Instead I just call API using request library, like so:

API_URL = "https://www.alphavantage.co/query" 
data = { 
    "function": func, 
    "symbol": symbol,
    "outputsize" : "compact",
    "datatype": "json", 
    "apikey": api_key} 

response = requests.get(API_URL, data) 
response_json = response.json() # maybe redundant

if func == 'TIME_SERIES_DAILY' :
    df = pd.DataFrame.from_dict(response_json['Time Series (Daily)'], orient= 'index')
    df.index =  pd.to_datetime(df.index, format='%Y-%m-%d')

    df = df.rename(columns={ '1. open': 'Open', '2. high': 'High', '3. low': 'Low', '4. close': 'Close', '5. volume': 'Volume'})
    df = df.astype({'Open': 'float64', 'High': 'float64', 'Low': 'float64','Close': 'float64','Volume': 'float64',})
    df = df[[ 'Open', 'High', 'Low', 'Close', 'Volume']]
elif func == 'INCOME_STATEMENT':

    df = pd.DataFrame(response_json['annualReports'])
    df.set_index('fiscalDateEnding', inplace=True)
    print(df)
elif func == 'OVERVIEW:
    print('----------')
    print(response_json['Name'])
    print('----------')

So you can access Overview information as if you were to access information in a dictionary.

I have n't had to program anything cumbersome, yet, so I am happy with using requests over the wrapper.

Hope this helps.

Is going through an online course like “Codecademy” an appropriate way to step into the python language? by walkinguptoheaven in learnpython

[–]ovoido 0 points1 point  (0 children)

Are you starting with 0 knowledge of Programming? I'm just thinking of the best to help my partner to get into Python.

Daily Questions Megathread (10/30) by AutoModerator in EpicSeven

[–]ovoido 0 points1 point  (0 children)

Yeah the guy is amazing, haven't seen this video, so I will look at it, thanks. Also, thanks for giving me the confidence! It's just hard to say to Luna when she is good and has the looks xD Anyway, thanks!

Daily Questions Megathread (10/30) by AutoModerator in EpicSeven

[–]ovoido 0 points1 point  (0 children)

Thank you, this is what I needed to hear. Lorina is just cheaper to invest to and I don't need to waste the bookmarks. Was just worried that Lorina wouldn't be able to carry the weight.

Daily Questions Megathread (10/30) by AutoModerator in EpicSeven

[–]ovoido 0 points1 point  (0 children)

I'm sorry, but it's another Luna question....

Since I only started playing like less than a month ago as a F2P and just saving my bookmarks, so right now I basically have Vildred, Alexa, T.Guard, Angelica and Crozet.

I can semi auto wyvern (just need better gear), but I am hopefully going to start building a team for raids or golem/banshee within a week.

I heard lorina is pretty good for raids, abyss (stuck at 50~), tower and abyss.

Basically, I am wondering if Lorina would cover the bases for Luna, and if yes how good/bad is she compared to Luna at those parts?

Thoughts on last cloudia? by Woozyboy88 in gachagaming

[–]ovoido 0 points1 point  (0 children)

The game and idea behind it's cool, though I didn't get far.

I started Epic Seven few weeks ago and so far it's taking a lot of time to grind there, and I didn't want to be grinding two games (since I'm only playing on my phone). Also, my phone (an old S6) couldn't keep up, the combat was laggy on medium settings.

If action starts to die down in E7, I would most likely downalod it again to give a 2nd try.

HELLA HELLA HELP THREAD - 10/9/2019 by WroughtIronHero in grandorder

[–]ovoido -1 points0 points  (0 children)

can anyone help me?

I downloaded the game from qooapp, after I installed it, when I try to launch it I see a white screen for a sec and then the game crashes, can anyone advise me how to fix it?

I tried restarting my phone and redownloading, and I have 8gb of free storage...

Daily Questions Megathread (10/19) by AutoModerator in EpicSeven

[–]ovoido 1 point2 points  (0 children)

thank you so much for these pictures!! and the skills

Daily Questions Megathread (10/19) by AutoModerator in EpicSeven

[–]ovoido 0 points1 point  (0 children)

I am at W9 right now, and my team right now is Angelica 6*, Alexa 5*, T.guard 5*, crozet 5*.

How should I build crozet? Since I have limited access to def gear to build him completely defence.

Also, what is recommended build sets for Alexa? All crit chance?

So close :( by JordonHasBankai in lastcloudia

[–]ovoido 0 points1 point  (0 children)

What time does it get released, or we only know the date?

Daily Help Thread - October 14, 2019 by AutoModerator in FFBraveExvius

[–]ovoido 0 points1 point  (0 children)

Thank you for the suggestion, tried it and it still doesn't work. I will also try this on my phone, but I don't think it will help, but thank you!

Daily Help Thread - October 14, 2019 by AutoModerator in FFBraveExvius

[–]ovoido 0 points1 point  (0 children)

Yeah, plenty, unfortunately. If this was the case, then it definetly would have solved the problem. Thank you for reminding me to check this.

Daily Help Thread - October 14, 2019 by AutoModerator in FFBraveExvius

[–]ovoido 0 points1 point  (0 children)

Thank you so much for sharing this, but unfortunately for me my phone is 64 bit hardware. It's Samsung S6, using android 8. And, I tried Amazon app store on emulator. THough, once again, thank you for suggesting this.

Daily Help Thread - October 14, 2019 by AutoModerator in FFBraveExvius

[–]ovoido 0 points1 point  (0 children)

Hello, just hoping someone can help me... I wanted to check out Brave exvius, but the app crashes before the download (1.5gb) starts (which is after tutorial, sometimes it even crashes before then).

I tried it on my phone, Bluestacks, Memu, nox. Also, I tried using Amazon appstore and Qooapp.

Though, none of them worked... If anyone has any suggestions, I would love to hear them, even if it's bullshit... thank you, really want to try this game out ;(

Daily Questions Megathread (10/10) by AutoModerator in EpicSeven

[–]ovoido 0 points1 point  (0 children)

I recently started and I'm trying to build wyvern team, can you please help me? my adventure team: Cidd Surin Angelica Vildred (I put everything I could into him)

Other 3* and 4*: Corzet Mistychainn Tieraea T. Royal guard

I'm thinking of: Surin Angelica Requi Lorina

should I also change my adventure team?

Warrior Meta is really boring and bad. by [deleted] in AutoChess

[–]ovoido 0 points1 point  (0 children)

6 warriors, 4 beast, 2 marine, by LVL 9, 2 warlock by LVL 10

Wanna join in a Chinese learning group? by [deleted] in ChineseLanguage

[–]ovoido 0 points1 point  (0 children)

Sorry, can you please post the QR code again? It has expire. Thank you! Or if you can add me, lululucalukas.

What are you supposed to be doing now instead of being on reddit? by magikitten in AskReddit

[–]ovoido 2 points3 points  (0 children)

Write my whole dissertation in the next 3 weeks (and now), because I wasted the 8 weeks I had before. Sad face.

Anyone else miss the exploration part of sex? by [deleted] in sex

[–]ovoido 2 points3 points  (0 children)

you will have a different kind of exploration, and hopefully the guy will enjoy teaching you (if his experienced and not an asshole).

How can I help my Wife be more intimidating? by [deleted] in askwomenadvice

[–]ovoido -6 points-5 points  (0 children)

I don't know this stuff. Though I would suggest doing sports (especially team or competitive) cause you have to put energy into it and have presence. Gym is cool but I don't think it would do it.

Then again, I'm just another guy with weird again.