{"id":219,"date":"2016-03-07T13:08:09","date_gmt":"2016-03-07T18:08:09","guid":{"rendered":"http:\/\/blog.tiingo.com\/?p=219"},"modified":"2016-03-07T13:08:09","modified_gmt":"2016-03-07T18:08:09","slug":"apps-have-recreated-the-problem-they-were-meant-to-fix","status":"publish","type":"post","link":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/","title":{"rendered":"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)"},"content":{"rendered":"<p>It&#8217;s no question the word &#8220;App&#8221; has become ubiquitous and for good reason.\u00a0For users it&#8217;s allowed us to install entire applications within a click. Just 10 years ago, we had to run into a store like Best Buy, look for an oversized software box, and load the game or software over 4 CDs. For developers, it&#8217;s meant we can take our product and unleash into a massive pipeline where people are already on their phone constantly.<\/p>\n<figure id=\"attachment_235\" aria-describedby=\"caption-attachment-235\" style=\"width: 350px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.tiingo.com\/blog\/wp-content\/uploads\/2016\/03\/unreal-6cds.jpg\" rel=\"attachment wp-att-235\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-235\" src=\"https:\/\/www.tiingo.com\/blog\/wp-content\/uploads\/2016\/03\/unreal-6cds.jpg\" alt=\"I still have font memories of replacing CD after CD 6 times to install this game\" width=\"350\" height=\"196\" \/><\/a><figcaption id=\"caption-attachment-235\" class=\"wp-caption-text\">I still have font memories of replacing CD after CD 6 times to install this game<\/figcaption><\/figure>\n<p>The problem is we&#8217;ve distracted ourselves from a\u00a0problem the web has been\u00a0working\u00a0to solve: <strong>cross-platform compatibility<\/strong>. In fact, we&#8217;ve made it even worse.<\/p>\n<p>Let me explain.<\/p>\n<p>Before Tiingo and trading, I used to work at the National Institutions of Health (NIH) 10 years ago where I co-founded an open-source computational chemistry tool. We called this project CHARMMing (Chemistry at HARvard Molecular Mechanics INterface and Graphics &#8211; yes I also had to take a breath to finish the acronym).<\/p>\n<p>I was a junior software engineer at the time but I remember the discussion vividly. We knew we wanted to make a pretty interface to this complex chemistry package. We wanted this UI to be both educational and friendly, but we also wanted to disrupt a commercial vendor that was charging insane rates (and now you know where the ethos of Tiingo started).<\/p>\n<p>The problem was that if students were part of our audience, how could we make this chemistry package accessible when it was only usable\u00a0via scripts, command lines, and on UNIX based systems? If we wanted non-technical chemists to conduct research, asking them to run scripts and switch to RedHat would be unreasonable.<\/p>\n<p>So how could we make our program accessible on Windows, Macs, and Linux-based systems? We call this concept\u00a0<strong>cross-platform compatibility<\/strong>.<\/p>\n<p>For those of you new to programming, this has always been an issue.\u00a0You can see it today where some Apps are only available for Androids and\/or iPhones. The reason a solution to cross-platform compatibility\u00a0been so coveted in the programming world, is that if solved, it would result in hours of development time saved. It would be millions of dollars saved, and keep developers from pulling their hair out. It would mean developers would not have to make one app for iOS and another for Android. There would be just one app.<\/p>\n<p>This is why\u00a0you see\u00a0certain applications more feature rich in one operating system (or phone) over another. It&#8217;s also why you see\u00a0the wide-spread use of Java &#8211; a programming language meant to solve this problem.<\/p>\n<p>The obvious solution to the cross-compatibility of our chemistry software\u00a0at\u00a0the time, which many people supported, was indeed Java. At the time though, Java was still riddled with performance issues that really made our process difficult. But the deciding factor was we didn&#8217;t enjoy coding in Java and we were just getting into Python. So we could&#8217;ve used Java, but something inside of us hesitated. We struggled with this until a chemistry researcher in our lab proposed something different:<\/p>\n<p>&#8220;What if we made a web application? I think this will be the future of software development.&#8221;<\/p>\n<p>Looking back that foresight was visionary.<\/p>\n<p>Keep in mind this was 2005. We had witnessed the end of the tech bubble, the iPhone hadn&#8217;t been invented yet, YouTube has just been founded,\u00a0and\u00a0Will Smith was still writing songs.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/0\/0c\/Will_Smith_Switch_Cover.jpg\" alt=\"\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>So we \u00a0developed the web app, making our interface cross-platform. But there was another problem &#8211; we had to make it <strong>cross-browser compatible<\/strong>. While cross-platform dealt with different operating systems, cross-browser meant the web application had to work with Internet Explorer, Firefox, Chrome, Safari, Opera, and so on.<\/p>\n<p>For newer web developers, Firefox, Chrome, Safari, and Edge all tend to render pages similarly <strong>now<\/strong>, but this wasn&#8217;t the case of 2005. For those of you unfamiliar, the web has always been almost the wild west of software libraries. You can see this with the modern day website.<\/p>\n<p>When making a new website, you need to know at least 3 different languages. You have HTML to layout the page, CSS to further advance the layout and style the page, Javascript to write code in the browser, and [usually] a different programming language on the backend to deal with server logic.<\/p>\n<p>Not only that, originally CSS and Javascript were not even standardized across browsers! So\u00a0developers had to program special conditions for Internet Explorer, Chrome, Firefox, and Opera. While Chrome and Firefox were far better at following this standard, eventually Internet Explorer (now Edge) caught up.<\/p>\n<p>Even with all of this complexity behind the web and forming standards, it didn&#8217;t deter leaders in the web community to come together and hammer out a standard that was actually followed. It took awhile, but finally now all\u00a0browsers [mostly] comply.<\/p>\n<p>However&#8230;<\/p>\n<p>The &#8220;App Revolution&#8221; is undoing\u00a0the work the web community put in to make the internet <strong>both<\/strong> cross-platform and cross-browser compatible.<\/p>\n<p>When Apple launched their App Store, they required a programming\u00a0language known as Objective C, and then acquired\u00a0a &#8220;friendlier&#8221; version known as Swift. Meanwhile, Google with the Android phone promoted Java &#8211; yep the same one mentioned above. At least Google was trying&#8230;<\/p>\n<p>So while web standards were hammered out to create\u00a0unified experiences,\u00a0Apps started going in the exact opposite direction.<\/p>\n<p>What does this mean for the developers behind your favorite websites?<\/p>\n<p>Let&#8217;s say you are a developer and you make a website\/webapp (like Tiingo) that is accessible from everywhere around the world, and because of the work of many experts across the web, you know your users are getting the same experience regardless of their browser or operating system when using their desktop or laptop.<\/p>\n<p>But now your users are asking you to make apps for their phones and tablets. What do you do? After all they are very friendly and native ways to interact with users on the go.<\/p>\n<p>Now let&#8217;s make this even worse \ud83d\ude42<\/p>\n<p>Some people don&#8217;t want to download your app (we&#8217;re all guilty of it), and want to google your site on their phones. Now you have to make a mobile version of your site so it looks decent on mobile phones, even if somebody isn&#8217;t using an app.<\/p>\n<p>The modern day web company therefore has to do the following to be accessible on the majority of computers, phones, and tablets:<\/p>\n<ol>\n<li>Make a desktop version of the website<\/li>\n<li>Make a mobile version of the website<\/li>\n<li>Make an iPhone app<\/li>\n<li>Make an Android App<\/li>\n<\/ol>\n<p>In order to make these apps, you have to code an entirely new front-end to communicate with iPhones, then do it again for Androids (there are some tools that help with this but they are not perfect). So now you need to know HTML, CSS, Javascript, a back-end programming language, Objective C\/Swift, AND Android Java for a modern web app. This is why you see newer companies choosing either an app or a web app for their product.<\/p>\n<p>But is there really a reason we have to re-create 3 mobile versions of our products? After all, shouldn&#8217;t the mobile version of the site work on all phones the same way? Given how much work was done to standardize browsers and webpage rendering?<\/p>\n<p>Exactly.<\/p>\n<p>This abandoning of cross-compatibility in the web has led to multiple programming teams just for mobile, which means higher costs, more overhead, and slower development. It has been a huge cost\u00a0on companies and developers but luckily there are protagonists to this story.<\/p>\n<p>In <a href=\"https:\/\/www.tiingo.com\/blog\/protagonists-fixing-problem-apps-created\/\">Part 2<\/a>, we will be discussing the steps Microsoft, Google, and a few other smaller companies have been doing to unify the &#8220;App&#8221; experience.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s no question the word &#8220;App&#8221; has become ubiquitous and for good reason.\u00a0For users it&#8217;s allowed us to install entire applications within a click. Just 10 years ago, we had to run into a store like Best Buy, look for an oversized software box, and load the game or software over 4 CDs. For developers, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"osom_blocks_metabox":"","inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[6],"tags":[],"class_list":["post-219","post","type-post","status-publish","format-standard","category-engineering","entry","has-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.2 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1) - Tiingo Blog<\/title>\n<meta name=\"description\" content=\"Apps have done a lot of good, but they&#039;ve also created problems the web community has tried to fix. In this post we outline them and follow it up with the latest resources to address these issues.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)\" \/>\n<meta property=\"og:description\" content=\"Apps have done a lot of good, but they&#039;ve also created problems the web community has tried to fix. In this post we outline them and follow it up with the latest resources to address these issues.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\" \/>\n<meta property=\"og:site_name\" content=\"Tiingo Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tiingofinance\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-07T18:08:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.tiingo.com\/blog\/wp-content\/uploads\/2016\/03\/unreal-6cds.jpg\" \/>\n<meta name=\"author\" content=\"Rishi S.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tiingofinance\" \/>\n<meta name=\"twitter:site\" content=\"@tiingofinance\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rishi S.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\"},\"author\":{\"name\":\"Rishi S.\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/#\/schema\/person\/54fc93e1626ed221a37fcfddb597c3d6\"},\"headline\":\"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)\",\"datePublished\":\"2016-03-07T18:08:09+00:00\",\"dateModified\":\"2016-03-07T18:08:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\"},\"wordCount\":1316,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/#organization\"},\"articleSection\":[\"Engineering\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\",\"url\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\",\"name\":\"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1) - Tiingo Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/#website\"},\"datePublished\":\"2016-03-07T18:08:09+00:00\",\"dateModified\":\"2016-03-07T18:08:09+00:00\",\"description\":\"Apps have done a lot of good, but they've also created problems the web community has tried to fix. In this post we outline them and follow it up with the latest resources to address these issues.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tiingo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/#website\",\"url\":\"https:\/\/www.tiingo.com\/blog\/\",\"name\":\"Tiingo API Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tiingo.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/#organization\",\"name\":\"Tiingo.com\",\"url\":\"https:\/\/www.tiingo.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/api.tiingo.com\/blog\/wp-content\/uploads\/2023\/05\/purple-for-light-bg.svg\",\"contentUrl\":\"https:\/\/api.tiingo.com\/blog\/wp-content\/uploads\/2023\/05\/purple-for-light-bg.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Tiingo.com\"},\"image\":{\"@id\":\"https:\/\/www.tiingo.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tiingofinance\/\",\"https:\/\/twitter.com\/tiingofinance\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/#\/schema\/person\/54fc93e1626ed221a37fcfddb597c3d6\",\"name\":\"Rishi S.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tiingo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/28ae16ae1fe9df62492ab4b742241b19a6a12395109570074a7b8194c6709ec4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/28ae16ae1fe9df62492ab4b742241b19a6a12395109570074a7b8194c6709ec4?s=96&d=mm&r=g\",\"caption\":\"Rishi S.\"},\"description\":\"Rishi Singh is the CEO of Tiingo.com. A prior algorithmic and quant researcher, Rishi started Tiingo.com to modernize the financial data vertical by focusing on data acquisition, cleansing, aggregation, innovation, and distribution of data.\",\"sameAs\":[\"http:\/\/www.tiingo.com\"],\"url\":\"https:\/\/www.tiingo.com\/blog\/author\/rishi-s\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1) - Tiingo Blog","description":"Apps have done a lot of good, but they've also created problems the web community has tried to fix. In this post we outline them and follow it up with the latest resources to address these issues.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/","og_locale":"en_US","og_type":"article","og_title":"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)","og_description":"Apps have done a lot of good, but they've also created problems the web community has tried to fix. In this post we outline them and follow it up with the latest resources to address these issues.","og_url":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/","og_site_name":"Tiingo Blog","article_publisher":"https:\/\/www.facebook.com\/tiingofinance\/","article_published_time":"2016-03-07T18:08:09+00:00","og_image":[{"url":"https:\/\/www.tiingo.com\/blog\/wp-content\/uploads\/2016\/03\/unreal-6cds.jpg"}],"author":"Rishi S.","twitter_card":"summary_large_image","twitter_creator":"@tiingofinance","twitter_site":"@tiingofinance","twitter_misc":{"Written by":"Rishi S.","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#article","isPartOf":{"@id":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/"},"author":{"name":"Rishi S.","@id":"https:\/\/www.tiingo.com\/blog\/#\/schema\/person\/54fc93e1626ed221a37fcfddb597c3d6"},"headline":"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)","datePublished":"2016-03-07T18:08:09+00:00","dateModified":"2016-03-07T18:08:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/"},"wordCount":1316,"commentCount":0,"publisher":{"@id":"https:\/\/www.tiingo.com\/blog\/#organization"},"articleSection":["Engineering"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/","url":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/","name":"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1) - Tiingo Blog","isPartOf":{"@id":"https:\/\/www.tiingo.com\/blog\/#website"},"datePublished":"2016-03-07T18:08:09+00:00","dateModified":"2016-03-07T18:08:09+00:00","description":"Apps have done a lot of good, but they've also created problems the web community has tried to fix. In this post we outline them and follow it up with the latest resources to address these issues.","breadcrumb":{"@id":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.tiingo.com\/blog\/apps-have-recreated-the-problem-they-were-meant-to-fix\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tiingo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Apps Have Recreated the Problem the Web Was Trying to Fix (Part 1)"}]},{"@type":"WebSite","@id":"https:\/\/www.tiingo.com\/blog\/#website","url":"https:\/\/www.tiingo.com\/blog\/","name":"Tiingo API Blog","description":"","publisher":{"@id":"https:\/\/www.tiingo.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tiingo.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.tiingo.com\/blog\/#organization","name":"Tiingo.com","url":"https:\/\/www.tiingo.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tiingo.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/api.tiingo.com\/blog\/wp-content\/uploads\/2023\/05\/purple-for-light-bg.svg","contentUrl":"https:\/\/api.tiingo.com\/blog\/wp-content\/uploads\/2023\/05\/purple-for-light-bg.svg","width":"1024","height":"1024","caption":"Tiingo.com"},"image":{"@id":"https:\/\/www.tiingo.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tiingofinance\/","https:\/\/twitter.com\/tiingofinance"]},{"@type":"Person","@id":"https:\/\/www.tiingo.com\/blog\/#\/schema\/person\/54fc93e1626ed221a37fcfddb597c3d6","name":"Rishi S.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tiingo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/28ae16ae1fe9df62492ab4b742241b19a6a12395109570074a7b8194c6709ec4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/28ae16ae1fe9df62492ab4b742241b19a6a12395109570074a7b8194c6709ec4?s=96&d=mm&r=g","caption":"Rishi S."},"description":"Rishi Singh is the CEO of Tiingo.com. A prior algorithmic and quant researcher, Rishi started Tiingo.com to modernize the financial data vertical by focusing on data acquisition, cleansing, aggregation, innovation, and distribution of data.","sameAs":["http:\/\/www.tiingo.com"],"url":"https:\/\/www.tiingo.com\/blog\/author\/rishi-s\/"}]}},"featured_image_src":null,"featured_image_src_square":null,"author_info":{"display_name":"Rishi S.","author_link":"https:\/\/www.tiingo.com\/blog\/author\/rishi-s\/"},"_links":{"self":[{"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/comments?post=219"}],"version-history":[{"count":0,"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/media?parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/categories?post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tiingo.com\/blog\/wp-json\/wp\/v2\/tags?post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}