3

I am trying to get historical values of certain properties of a ZIPCode entity.

To get the current data I write:

EntityValue[Entity["ZIPCode","60007"],"AverageHouseValue"]

How can I get historical data?

Thanks!

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
user66152
  • 71
  • 1
  • 1
    I'm guessing the knowledge base doesn't have historical data for this property. Normally Dated would work, but it doesn't in this case. Also compare the qualifiers for the following properties. One has historical data and one doesn't seem to: EntityValue[EntityProperty["Country", "Population"], "Qualifiers"] and EntityValue[EntityProperty["ZIPCode", "AverageHouseValue"], "Qualifiers"]. – Greg Hurst Jul 26 '19 at 19:09

0 Answers0