Git Product home page Git Product logo

economic-calendar-api's Introduction

Hey, curious πŸ‘‹πŸ§”

Welcome here!

I'm AndrΓ©, dying since 1996 πŸ‘©β€πŸΌ and diving into IT world since 2013 (or earlier maybe) but professionally since 2016 πŸ§‘β€πŸ’Ό during this time I've been worked in a diverse bunch of things with different people πŸŒŽπŸ’»

This place is a small box where I'm sharing part of the things I have been creating throughout in my free time πŸ› οΈ

My Skills

It doesn't matter what brought you here but know you can always reach me out using bellow channels πŸ‘‡:

economic-calendar-api's People

Contributors

andrevlima avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

economic-calendar-api's Issues

To overcome the SSL error

function` file_get_html(
$url,
$use_include_path = false,
$context = null,
$offset = 0,
$maxLen = -1,
$lowercase = true,
$forceTagsClosed = true,
$target_charset = DEFAULT_TARGET_CHARSET,
$stripRN = true,
$defaultBRText = DEFAULT_BR_TEXT,
$defaultSpanText = DEFAULT_SPAN_TEXT)
{
if($maxLen <= 0) { $maxLen = MAX_FILE_SIZE; }

$context = stream_context_create(
array(
'http' => array(
'follow_location' => false
),
'ssl' => array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
)
);

....

}

not working

Cannot fetch all data
actual is not available
pls fix

Hello Andrevlima,

I am looking for a way to crawl the economic calendar and prepare on weekends for the week ahead. An automated way to put all economic events into a model and scorecard them would shorten the work I have to make.

If you are interested in successful forex trading hit me up. I need a good way to put the data you could crawl from investing into a data base on which I can get access from with excel and the models I have. If you are interested in a benefiting work together, my discord is Corazu#1111

error 500

Just loaded this up on a vanilla local centos/apache server and tried to view it as mentioned - but keep getting a 500 error. logs are empty except for the access log just showing i'm trying to view the file with nothing else... any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.